3DS Multi Hex

From GameBrew
Revision as of 08:34, 15 June 2021 by HydeWing (talk | contribs) (Created page with "{{Infobox 3DS homebrew | title = 3DS Multi Hex | image = https://dlhb.gamebrew.org/3dshomebrew/3DSMultiHex.jpg|250px | type = Utilities | version = v1.0.0 | licence = Mixed |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox 3DS homebrew

3DS-Multi-Hex

An OOP C++ Project for the 3DS, to allow for easy addition of menu items

About

3DS Multi Hex is a projec tI am making 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 (Using xerp's libs! thanks dude!)
  • Customizable item and banner color (or random)
  • Fire Emblem difficulty editor (The first and the example of whats possible.

New menu example

Now loads from text files inside SD card located at:

sd\3DSMH\

To add a new item, open 'home.txt' and 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 An example of this with Fire Emblem:Awakening

Fire Emblem:Awakening|Save file cheats for Fire Emblem:Awakening|FEA1
Set Normal DIfficulty|Sets your save game to normal difficulty|/JKSV/Saves/Fire_Emblem__Awakening/hack/Chapter0|0x0D|0x00

Notice it uses the same unique id, you MUST have the same unique id you set for the game!

Advertising: