GodMode9i Explorer - A full access file browser for the Nintendo DS and DSi consoles :godmode:
Go to file
2024-03-20 16:12:28 -05:00
.github/workflows Fix git not working 2023-04-22 12:38:50 -07:00
arm7 Further optimizations... 2024-03-20 16:10:48 -05:00
arm9 Further optimizations... 2024-03-20 16:10:48 -05:00
bootloader Further optimizations... 2024-03-20 16:10:48 -05:00
bootstub Add source code files 2018-10-02 11:06:03 -06:00
data Update translations (#195) 2022-09-05 20:30:26 -06:00
gfx 3.4.4 release commit... 2023-11-11 12:38:57 -06:00
gm9n_bootstrap Further optimizations... 2024-03-20 16:10:48 -05:00
resources Update translations (#195) 2022-09-05 20:30:26 -06:00
.gitignore Update DLDI file... 2024-03-20 16:12:28 -05:00
clean and compile.bat Update compile .bat files 2022-01-02 18:50:04 -07:00
compile.bat Update compile .bat files 2022-01-02 18:50:04 -07:00
crowdin.yml Make GM9i translatable 2021-11-22 21:02:13 -06:00
GodMode9Nrio.pnproj Fix power button i2c settings 2023-11-02 21:21:03 -05:00
GodMode9Nrio.pnps Fix power button i2c settings 2023-11-02 21:21:03 -05:00
icon.bmp Fix power button i2c settings 2023-11-02 21:21:03 -05:00
LICENSE Initial commit 2018-10-02 10:59:39 -06:00
make_cia Remove Travis CI and add CIA builds to Nightlies (#40) 2020-01-30 17:24:03 -07:00
make_cia.exe Add make_cia 2018-10-05 17:53:00 -06:00
Makefile Add optional bootstrap... 2023-11-03 21:33:11 -05:00
nrio.dldi Update DLDI file... 2024-03-20 16:12:28 -05:00
README.md Update README.md 2023-11-04 08:39:26 +00:00


A full access file browser for the DS and DSi consoles :godmode:
Build status on GitHub Actions localization status on Crowdin

GodMode9Nrio is a full access file browser for the Nintendo DS, Nintendo DSi and the Nintendo 3DS's TWL_FIRM but this version is focused towards NAND based flashcarts like N-Card and it's clones. GM9N_Bootstrap is included as an option for booting GodMode9Nrio in the event boot reliability is bad for you. The INI file for this bootstrap can be used to define a custom path to the GM9N NDS file. It is expected for this INI file to be in _nds folder. If the INI file is not present the default boot path for G9MN will be in the NDS folder.

Features Removed for compatiblity

Please note that some features were removed to make this functional for NTR mode switch currently required to make NRIO DLDI work properly. That includes the removal of NitroFS data files from main GM9 SRL and the ability to mount the NitroFS of GM9N. You can boot uDisk from NRIO cards and run Xmenu with this but it is not recommended as you may get save related errors when trying to boot things with xmenu. TWL NAND and Ramdisk mounting has also been removed. The cart dumping features may also not operate correctly. Please use normal build of GM9i for those features.

Drive menu File list NDS file menu

Features

  • Dump Game Boy Advance cartridges on the original Nintendo DS and Nintendo DS Lite consoles.
  • Dump Nintendo DS/DSi cartridges on Nintendo DSi and Nintendo 3DS consoles (if GodMode9i is run on the console SD card).
    • They can also be dumped on the original Nintendo DS and Nintendo DS Lite consoles, if running from a Slot-2 flashcard.
    • DS/DSi cartridge save data can be dumped on the original Nintendo DS and Nintendo DS Lite consoles using the save data of GBA cartridges.
  • Restore save files to DS and GBA cartridges.
  • Copy, move, delete, rename files/folders and create folders.
  • Mount the NitroFS of NDS files, DSiWare saves, and FAT images.
  • View and edit the contents of files with a hex editor.
  • Calculate the SHA-1 hash of files on Nintendo DSi and Nintendo 3DS consoles.
  • Browse files on supported flashcards when running GM9i from the NAND or SD Card. (N-Card and it's clones)
  • Browse files on the internal NAND of Nintendo DSi consoles.
  • Browse files on the SD Card when running GM9i from any DS-mode flashcard. (Requires TWiLight Menu++ with Slot-1 SD/SCFG access enabled, and TWLMenu++ installed on the flashcard.)
  • Translated to many different languages. Join the Crowdin project to contribute more!

Building

If you don't want to compile yourself but you still want to get the latest build, please use our TWLBot github repository

In order to compile this application on your own, you will need devkitPro with the devkitARM toolchain, plus the necessary tools and libraries. devkitPro includes dkp-pacman for easy installation of all components:

 $ dkp-pacman -Syu devkitARM general-tools dstools ndstool libnds libfat-nds

Once everything is downloaded and installed, git clone this repository, navigate to the folder in which it was cloned, and run make to compile the application. If there is an error, let us know.

Custom Fonts

GodMode9i uses the same FRF font files as GodMode9. To create an FRF font use GodMode9's Python script or you can find some in the resources/fonts folder in this repository.

When loading GodMode9i will try to load /gm9i/font.frf on your SD card and if that fails will load the default font. To change the default font when building GodMode9i, replace data/font_default.frf with your font.

Credits

  • RocketRobz: Main Developer.
  • Evie/Pk11: Contributor.
  • zacchi4k: Logo designer.
  • Edo9300: Save reading code from his save manager tool.
  • endrift: GBA ROM dumping code from duplo, used for 64MB ROMs.
  • JimmyZ: NAND code from twlnf (with writing code stripped for safety reasons).
  • zoogie: ConsoleID code (originating from dumpTool).
  • devkitPro: devkitARM, libnds, original nds-hb-menu code, and screenshot code.
  • d0k3: Developer of GodMode9 for the Nintendo 3DS, which this is inspired by.
  • SylverReZ: Troubleshooting bugs.
  • 門真 なむ (Num Kadoma): k6x8 font used for the default font's Kanji and 美咲ゴシック font in resources folder

Translators