MrCheeze
Smash Rookie
- Joined
- May 25, 2015
- Messages
- 4
In the world of 3DS hacking, save editing is becoming increasingly accessible. Right now, anyone with a 9.2 firmware or less and a copy of Cubic Ninja can install PastaCFW and SaveDataFiler, which together allow you to extract, edit, and reinsert saves for both cartridges and installed games. (The Cubic Ninja requirement may go away in the future for old3DS. The firmware requirement will probably not.) It is now possible for anyone to run this on 9.9 (most recent) firmware, using Tubehax and save_manager!
With this being the case, I figured it would be useful to have a tool that can copy custom move presets from one save file to another. Not only that, it can generate the binary moveset data from scratch using a JSON file containing the moveset data. I've included an example file with the Evo 2015 movesets to demonstrate this. Finally, there is one separate bonus feature: automatically unlocking all characters/customs/outfits in a save file.
Download link is here. Requires Python 3 to run.
Basic usage, if you just want to insert the EVO movesets into your save file:
Anyway, leaving this here, hopefully it will be useful to someone.
With this being the case, I figured it would be useful to have a tool that can copy custom move presets from one save file to another. Not only that, it can generate the binary moveset data from scratch using a JSON file containing the moveset data. I've included an example file with the Evo 2015 movesets to demonstrate this. Finally, there is one separate bonus feature: automatically unlocking all characters/customs/outfits in a save file.
Download link is here. Requires Python 3 to run.
Basic usage, if you just want to insert the EVO movesets into your save file:
- Extract the save using Save Manager (not gonna get into the details here). There should be an account_data.bin and system_data.bin, only the latter is important.
- Generate movesets.bin from the included JSON file
- Inject the generated movesets.bin into your system_data save.
- Use Save Manager to reinsert the edited save to your game.
Anyway, leaving this here, hopefully it will be useful to someone.
Last edited: