More actions
3DS-Multi-Hex, also named 3DSMH, is a homebrew project aimed for easy menu customization through objects for minimal coding input. It will be used in this project for loading json files and using their values to build menus.
Features
- Object Orientated (No hard coding).
- Easy to add new items or menus (a few lines in slateManager.cpp).
- Visual Menu (thanks to xerp's libs).
- Customizable item and banner color (or random).
- Fire Emblem difficulty editor (the first and the example of whats possible).
User guide
Add cheats
3DSHM will load from text files inside SD card located at sd\3DSMH\
.
To add a new item, open home.txt and add new line in this format:
_Game Name_|_Description for menu_|_Unique id_
And to add a game cheat:
_Name of cheat_|_Description of cheat_|/JKSV/Saves/_Location of save file_|_Pointer_|_Value_
Example for Fire Emblem:Awakening:
This line goes in home.txt in \sd\3DSMH\
Fire Emblem:Awakening|Save file cheats for Fire Emblem:Awakening|FEA1
This line goes in FEA1.txt in \sd\3DSMH\ (The same name as the unique ID)
Set Normal DIfficulty|Sets your save game to normal difficulty|/JKSV/Saves/Fire_Emblem__Awakening/hack/Chapter0|0x0D|0x00
Note from developer:
Notice it uses the same unique id, you must have the same unique id you set for the game. In the example it exported save as titled hack in JKSM (in the save location), and then the file that's being edited, in this case Chapter0.
How to use
To use this homebrew, you'll also need JKSM.
- Copy the folder 3DSMH from the release into the root of your SD card.
- Add/Edit/Remove cheats.
- Run JKSM.
- Browse through and find your game.
- Export the save data and title it hack (or whatever you label in your cheat.txt file).
- Load this application, and set whatever features you desire.
- Import the hack file with JKSM.
- Launch your game and game save should be edited.
Supported gamelist
Currently suppoerted (samples):
- Fire Emblem:Awakening.
- Pokemon Shuffle.
To install a new cheat file, copy the file into your 3DSMH folder on your SD card, and then add a new line to your home.txt file. Again make sure that the unique ID is the same name as the text file you added.
Controls
A - Select menu
B - Goes to main menu
Start - Quits the program
D-pad - Browse Program
Y - Closes message box
Media
Changelog
v1.0.0
- Now support multiple values in 1 'cheat function'.
v0.0.4
- Added page support, now automatically handles unlimted amount of items, and puts them into pages.
Credits
Matypatty, @cearp and all the openly available libs for the 3DS used for this homebrew.