An editor/save manager for the Girls Mode/Girls Style/Style Savvy/Style Boutique games, on Nintendo 3DS
Go to file
2024-08-12 01:20:04 -06:00
app Give title a new look 2020-05-22 18:54:46 -06:00
assets New Rocket Robz logo 2023-05-16 22:21:56 -06:00
include Update SS4ToSS3FaceShapeTable & SS4ToSS3EyeTable 2024-08-10 21:42:19 -06:00
music_unused Cut logo length down 2020-06-06 20:36:48 -06:00
resources Update Rocket Robz logo text color 2021-10-11 01:58:33 -06:00
romfs Update rocketRobz.wav 2023-08-03 15:10:10 -06:00
source Add placeholder gender-swap outfits 2024-08-12 01:18:29 -06:00
Universal-Core@a7fe0a1fb2 Update Universal-Core 2024-02-24 01:18:19 -07:00
.gitignore Update .gitignore 2024-08-12 01:20:04 -06:00
.gitmodules WIP: Switch over to Universal-Core. (#4) 2020-02-07 21:39:07 -07:00
clean and compile.bat Add files 2019-11-13 13:40:50 -07:00
clean.bat Add files 2019-11-13 13:40:50 -07:00
compile.bat Add files 2019-11-13 13:40:50 -07:00
LICENSE Initial commit 2019-11-13 13:37:20 -07:00
Makefile Add compilation instructions 2024-02-24 01:28:49 -07:00
README.md Remove online warning 2024-04-08 18:31:04 -06:00
SavvyManager.pnproj Show app's version number 2019-12-21 23:56:46 -07:00
SavvyManager.pnps Show app's version number 2019-12-21 23:56:46 -07:00


For Style Savvy's 10th Anniversary, a save editor is here!

Features

  • Edit save data from all four Girls Mode/Style Savvy/Style Boutique games.
  • As of currently, only games 2-4 are supported.
    • Only the 2nd game is supported for KOR regions.
  • High-resolution Hori-HD (800px wide mode), exclusive to 3DS, New 3DS, and New 2DS consoles!
  • Pre-rendered character previews.
  • Originally composed menu music!
  • Sound effects from ChuChu Rocket.
  • Play as most characters from all Girls Mode/Style Savvy/Style Boutique games, in all (except first) games! (Shop customers and brand reps not included.)
  • When importing a character from those games, you can press L or R to select the seasonal outfit. (Note that not all characters will have seasonal outfits.)
  • Add characters from the first game, GM2/Trendsetters/NSB, and Star Stylist/Styling Star, as extra contacts in Kirakira Code/Fashion Forward!
  • Import any character from the Kirakira Code/Fashion Forward save data into Star Stylist/Styling Star, or vice-versa.
  • You can also export your current character, in case if you want to restore/import it later.
  • (3rd and 4th games) Import/Export brand emblems for custom designed outfits.
  • Apply music packs to Girls Mode 2/Style Savvy: Trendsetters/New Style Boutique. (Requires game patching enabled in Luma.)
  • (GM4/SS4/NSB3): Add, remove, and/or change characters in Mewtube videos!
  • Add all fashion to your wardrobe and shop in the 3rd and 4th games!
  • Coming soon: Change attributes of your character (such as gender, skin color, pose set, height, etc.).
  • Coming soon (GM4/SS4/NSB3): Change bow placement on your character, if a bow is being worn.

Before using Savvy Manager, it is recommended to back up your Girls Mode/Style Savvy/Style Boutique game save(s) using Checkpoint, in case something goes wrong.

Compilation

Setting up your environment

To build Savvy Manager from source, you will need to install devkitARM and some libraries. Follow devkitPro's Getting Started page to install pacman, then run the following command to install everything you need:

(sudo dkp-)pacman -S 3ds-dev

(The sudo dkp- may not be needed depending on your OS)

You will also need bannertool and makerom in your PATH.

Cloning the repository

To download the source you will need to clone the repository with submodules, this can be done by running:

git clone --recursive https://github.com/RocketRobz/SavvyManager.git

If you've already cloned it, you can use the following command to update all of the submodules:

git submodule update --init --recursive

Building

Once you've cloned the repository (with submodules), simply run make in the root of the repository.

Credits

  • devkitPro: libctru, citro2d/3d, nds-hb-menu's file/folder browsing code
  • Universal Team: Universal Core
  • Pixel Perfect: Music icon
  • rog9001: His New Style Boutique 3 Save Editor tool has motivated me to work on this further.