🇺🇸 A tool designed to edit a parameter file format available in multiple Nintendo GameCube games based on the JSystem library, built using C++ and Dear ImGui.
🇧🇷 Um programa criado para editar um formato de arquivo de propriedades presente em alguns jogos do Nintendo GameCube baseados no JSystem (uma biblioteca usada em vários jogos da Nintendo), usando C++ e a interface Dear ImGui.
(c) Kevin Andrade "LMFinish" 2025
Special Thanks/Agradecimentos: Dear ImGui & L2DFileDialog
- ✅ Save/Load
- ✅ Parameter list
- ✅ Parameter editing
- ✅ Parameter documentation display (incomplete, but accurate where possible)
- Install vcpkg, integrate with VS and install app's dependencies
- Fetch Dear ImGui through the project's Git submodules
- Use VS to build solution
- Make sure the Assets folder is located on the same folder as the program before running
- Cleaner code using more C++ methods
- Dedicated property editors (RGBA, float, etc.)
- Compatibility with Luigi's Mansion TH parameters
- Compatibility with Super Mario Sunshine
- Tradução PT (assim que resolver o problema com glyphs)
- Multi-DPI support
- Linux support (?)
- Logo