From a3fb533d69796eee8a1cf87f9b02b1a2169773d5 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 13 Dec 2021 20:54:55 -0600 Subject: [PATCH] Make GodMode9i its own section --- _data/en-US/categories.json | 2 +- _data/en-US/nav.json | 8 +++---- .../{other/godmode9i.md => godmode9i/faq.md} | 22 +++++-------------- pages/_en-US/godmode9i/index.md | 18 +++++++++++++++ pages/_en-US/other/index.md | 9 -------- 5 files changed, 28 insertions(+), 31 deletions(-) rename pages/_en-US/{other/godmode9i.md => godmode9i/faq.md} (50%) create mode 100644 pages/_en-US/godmode9i/index.md delete mode 100644 pages/_en-US/other/index.md diff --git a/_data/en-US/categories.json b/_data/en-US/categories.json index 982f6687..3b6c0a26 100644 --- a/_data/en-US/categories.json +++ b/_data/en-US/categories.json @@ -47,7 +47,7 @@ "title": "Other" } ], - "other": [ + "godmode9i": [ ], "community": [ diff --git a/_data/en-US/nav.json b/_data/en-US/nav.json index 91ac0fa0..3651e1d4 100644 --- a/_data/en-US/nav.json +++ b/_data/en-US/nav.json @@ -19,12 +19,12 @@ "url": "/gbarunner2" }, { - "title": "hiyaCFW", - "url": "/hiyacfw" + "title": "GodMode9i", + "url": "/godmode9i" }, { - "title": "Other Projects", - "url": "/other" + "title": "hiyaCFW", + "url": "/hiyacfw" } ] }, diff --git a/pages/_en-US/other/godmode9i.md b/pages/_en-US/godmode9i/faq.md similarity index 50% rename from pages/_en-US/other/godmode9i.md rename to pages/_en-US/godmode9i/faq.md index 429572bd..c8503c10 100644 --- a/pages/_en-US/other/godmode9i.md +++ b/pages/_en-US/godmode9i/faq.md @@ -1,24 +1,12 @@ --- lang: en-US -layout: wiki -section: other -title: GodMode9i -description: Information about GodMode9i +layout: faq +section: godmode9i +title: FAQ & Troubleshooting +long_title: GodMode9i FAQ & Troubleshooting +description: FAQ & Troubleshooting for GodMode9i --- -[GodMode9i](https://github.com/DS-Homebrew/GodMode9i/) is an open source file browser for the Nintendo DS ecosystem, taking inspiration from GodMode9 for the Nintendo 3DS. GodMode9i has the ability to dump games, manage SD card files, browse NitroFS, calculate the SHA1 hash of files, edit binary files with a hex editor, and more. - -## Dumping functionality - -To dump games, select the drive in the drives list and follow the on-screen prompts. -- On the Nintendo DS and Nintendo DS Lite, GodMode9i can dump Slot-2 cartridges if running from Slot-1 flashcard, or Slot-1 Game Cards if GodMode9i is running from a Slot-2 flashcart -- On the Nintendo DSi family of systems, Unlaunch is required for dumping Slot-1 games to the SD card - - Follow [dsi.cfw.guide](https://dsi.cfw.guide/) for instructions on how to install Unlaunch -- On the Nintendo 3DS family of systems, a modern CFW environment is required to launch GodMode9i - - Follow [3ds.hacks.guide](https://3ds.hacks.guide/) for instructions on how to install Luma3DS + boot9strap - -## Troubleshooting and FAQ - #### How do I get past the "mounting drive(s)" screen while starting it up? This happens when you launch GodMode9i from [hiyaCFW](../hiyacfw). You can hold X while launching GodMode9i to skip NAND mounting. Alternatively, you can launch GodMode9i directly from Unlaunch to be able to mount the NAND. diff --git a/pages/_en-US/godmode9i/index.md b/pages/_en-US/godmode9i/index.md new file mode 100644 index 00000000..1206e84e --- /dev/null +++ b/pages/_en-US/godmode9i/index.md @@ -0,0 +1,18 @@ +--- +lang: en-US +layout: wiki +section: godmode9i +title: GodMode9i +description: Information about GodMode9i +--- + +[GodMode9i](https://github.com/DS-Homebrew/GodMode9i/) is an open source file browser for the Nintendo DS ecosystem, taking inspiration from GodMode9 for the Nintendo 3DS. GodMode9i has the ability to dump games, manage SD card files, browse NitroFS, calculate the SHA1 hash of files, edit binary files with a hex editor, and more. + +## Dumping functionality + +To dump games, select the drive in the drives list and follow the on-screen prompts. +- On the Nintendo DS and Nintendo DS Lite, GodMode9i can dump Slot-2 cartridges if running from Slot-1 flashcard, or Slot-1 Game Cards if GodMode9i is running from a Slot-2 flashcart +- On the Nintendo DSi family of systems, Unlaunch is required for dumping Slot-1 games to the SD card + - Follow [dsi.cfw.guide](https://dsi.cfw.guide/) for instructions on how to install Unlaunch +- On the Nintendo 3DS family of systems, a modern CFW environment is required to launch GodMode9i + - Follow [3ds.hacks.guide](https://3ds.hacks.guide/) for instructions on how to install Luma3DS + boot9strap diff --git a/pages/_en-US/other/index.md b/pages/_en-US/other/index.md deleted file mode 100644 index beaf66ec..00000000 --- a/pages/_en-US/other/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -lang: en-US -layout: wiki -section: other -title: Other Projects -description: Information about other DS-Homebrew projects ---- - -This section has information on other DS-Homebrew projects that aren't big enough to need a full section of the wiki.