More actions
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
Most flashcards will see GodMode9i as a retail game, so you may need to launch it from [https://github.com/devkitPro/nds-hb-menu/releases/latest HBMenu] or [https://github.com/DS-Homebrew/TWiLightMenu/releases/latest TWiLight Menu++] | Most flashcards will see GodMode9i as a retail game, so you may need to launch it from [https://github.com/devkitPro/nds-hb-menu/releases/latest HBMenu] or [https://github.com/DS-Homebrew/TWiLightMenu/releases/latest TWiLight Menu++] | ||
===Custom Fonts=== | |||
* GodMode9i uses the same FRF font files as GodMode9. | |||
* To create an FRF font use [https://github.com/d0k3/GodMode9/blob/master/utils/fontriff.py 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. | |||
==Changelog== | ==Changelog== | ||
Line 57: | Line 63: | ||
==External links== | ==External links== | ||
* GitHub - https://github.com/RocketRobz/GodMode9i | * GitHub - https://github.com/RocketRobz/GodMode9i | ||
* GBAtemp - https://gbatemp.net/threads/release-godmode9i-all-access-file-browser-for-the-ds-i-and-3ds.520096 | |||
* GBAtemp - https://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027 | |||
[[Category:DS homebrew applications]] | [[Category:DS homebrew applications]] | ||
[[Category:Utility homebrews on DS]] | [[Category:Utility homebrews on DS]] |
Revision as of 10:22, 28 November 2021
GodMode9i | |
---|---|
File:GodMode9i.png | |
General | |
Author | RocketRobz |
Type | Utilities |
Version | 2.7.1 |
License | GPL-3.0 |
Last Updated | 2021/08/01 |
Links | |
Download | |
Website | |
Source | |
GodMode9i is a full access file browser for the Nintendo DS, Nintendo DSi, and Nintendo 3DS library of consoles. It works on any console that has either a flashcard or Custom Firmware.
Features
- Dump GameBoy 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 ran on the console SD card).
- Copy, move, delete, rename files/folders and create folders.
- Mount the NitroFS of .nds files.
- Browse files on supported flashcards when running GM9i from the NAND or SD Card (AceKard 2(i) & R4 Ultra (r4ultra.com)).
- Browse files on the SD Card when running GM9i from any DS-mode flashcard (Requires a DS game launcher with SD access enabled).
User guide
Supported flashcards, if being ran off the SD card or as a CIA:
- Acekard 2(i)
- R4 Ultra (r4ultra.com)
To get around this limit, run GM9i from the flashcard itself, with SD access enabled in your DS game launcher, such as TWiLight Menu++.
- If you have a NDS or DS lite, you can run this on a flashcard using either TWiLight Menu++ or nds-hb-menu.
- If you have a DSi, you can use TWiLight Menu++ to run this from the SD card.
- If you have a 3DS or 2DS, you can either use TWiLight Menu++ to run this from the SD card, or just install the CIA, and launch it from the 3DS HOME Menu.
Most flashcards will see GodMode9i as a retail game, so you may need to launch it from HBMenu or TWiLight Menu++
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.
Changelog
v2.7.1 2021/08/01
What's new?
- (@Epicpkmn11) You can now view the info of NDS ROMs. Useful for finding out which DSiWare title you're trying to dump.
- (@Epicpkmn11) You can now trim your existing NDS ROMs.
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.