From 676ead423aa0c25b049f9b692eac752267487090 Mon Sep 17 00:00:00 2001 From: Kookies <66989235+KookiesGH@users.noreply.github.com> Date: Sat, 18 Dec 2021 13:04:09 -0700 Subject: [PATCH] Some reorganization & cleanup --- Dumping-Game-Cartridges.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/Dumping-Game-Cartridges.md b/Dumping-Game-Cartridges.md index 2ddaaf3..372d2af 100644 --- a/Dumping-Game-Cartridges.md +++ b/Dumping-Game-Cartridges.md @@ -1,12 +1,11 @@ -## How to Dump and Decrypt 3DS Cartridges +## How to Dump 3DS Cartridges for Citra -**You must have a 3DS for this, you cannot use a PC alone.** +**You must have a 3DS for this; you cannot use a PC alone.** #### Note on DLC and updates -Dumping a cartridge does not dump DLC and updates for that cartridge. Those are stored on the SD card. See [[Dumping Installed Titles]] for more information. +Dumping a cartridge does not dump DLC and updates for that cartridge. Those are stored on the SD card. See [[Dumping Updates and DLCs]] for more information. --- -https://github.com/zhaowenlan1779/threeSD.wiki.git ### GodMode9 With the onset of sighax and boot9strap, the supported method of dumping game cartridges is GodMode9. @@ -18,11 +17,23 @@ With the onset of sighax and boot9strap, the supported method of dumping game ca - SD card reader (preferred), or a way to use wireless file transfer #### Instructions -1. Set up GodMode9 using SigHax / Boot9Strap. [Read its readme](https://github.com/d0k3/GodMode9#how-to-run-this--entry-points--developer-info) on how to do this. +1. Set up GodMode9 using the quick start guide [here](https://github.com/d0k3/GodMode9#quick-start-guide). boot9strap is recommended. 2. Put the SD card into the 3DS. -3. From the root GodMode9 menu, navigate to `[C:] GAMECART`. -4. Select `[TitleID].trim.3ds`, then select `NCSD image options...`, then select `Decrypt file (0:/gm9out)`. -5. Once this process completes, the game will be a .3ds file inside `/gm9/out/` and is immediately usable with Citra. +3. Boot into GodMode9 by holding (START) and pressing (POWER). + +![GodMode9 root screen](https://i.imgur.com/O9QHXwM.png) + +3. Select `[C:] GAMECART` by navigating using the D-Pad and pressing (A). +4. Select `[TitleID]_[version].trim.3ds`, then select `NCSD image options...`, then select `Decrypt file (0:/gm9/out)`. + +![Dumping a cartridge](https://i.imgur.com/C0vxMa8.png) + +5. Once this process completes, continue by pressing (A). +6. Hold (R) and press (START) to power off your 3DS. +7. Eject the SD card from the console and insert it in your computer. +8. Copy the .3ds file inside `/gm9/out/` to a folder on your computer. + +You can now use this game with Citra. You can open it directly from the menu bar (`File > Load File`) or add a folder containing all your dumps by double-clicking the + icon in the main Citra window or by double clicking on `Add New Game Directory`. ##### There was an error with dumping * Make sure you are using the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases/latest). \ No newline at end of file