Some reorganization & cleanup

Kookies 2021-12-18 13:04:09 -07:00
parent 99cf4a9a43
commit 676ead423a

@ -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 #### 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 ### GodMode9
With the onset of sighax and boot9strap, the supported method of dumping game cartridges is 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 - SD card reader (preferred), or a way to use wireless file transfer
#### Instructions #### 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. 2. Put the SD card into the 3DS.
3. From the root GodMode9 menu, navigate to `[C:] GAMECART`. 3. Boot into GodMode9 by holding (START) and pressing (POWER).
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. ![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 ##### There was an error with dumping
* Make sure you are using the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases/latest). * Make sure you are using the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases/latest).