Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocketrobz/savvymanager
An editor/save manager for the Girls Mode/Girls Style/Style Savvy/Style Boutique games, on Nintendo 3DS
https://github.com/rocketrobz/savvymanager
girls-mode new-style-boutique nintendo-3ds style-boutique style-savvy
Last synced: about 1 month ago
JSON representation
An editor/save manager for the Girls Mode/Girls Style/Style Savvy/Style Boutique games, on Nintendo 3DS
- Host: GitHub
- URL: https://github.com/rocketrobz/savvymanager
- Owner: RocketRobz
- License: mit
- Created: 2019-11-13T20:37:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T17:04:59.000Z (3 months ago)
- Last Synced: 2024-09-17T21:24:44.604Z (3 months ago)
- Topics: girls-mode, new-style-boutique, nintendo-3ds, style-boutique, style-savvy
- Language: C++
- Homepage:
- Size: 154 MB
- Stars: 28
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://devkitpro.org/wiki/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](https://github.com/Steveice10/bannertool/releases/latest) and [makerom](https://github.com/profi200/Project_CTR/releases/latest) 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](https://www.flaticon.com/free-icon/musical-note_727218)
* rog9001: His New Style Boutique 3 Save Editor tool has motivated me to work on this further.