Changed the guide to reflect the latest changes to GodMode9. Also unified code block formatting. (Same edits as dumping titles, more or less)

Kookies 2021-06-13 18:20:15 -06:00
parent 336af94029
commit b329f0c50c

@ -21,32 +21,26 @@ With the onset of sighax and boot9strap, the supported method of dumping games a
![The GodMode9 root screen](https://i.imgur.com/yiib5OW.png) ![The GodMode9 root screen](https://i.imgur.com/yiib5OW.png)
4. Using the D-Pad, navigate to the drive applicable to `[A:] SYSNAND SD`. 4. Press the HOME button and navigate using the D-Pad to `Title manager`. Press (A).
5. Press (A) to enter the drive. 5. Navigate to `[A:] SD CARD` and press (A) to search for titles.
6. Use the D-Pad to navigate to `title` directory and press (A) to enter it. 6. Use the D-Pad to navigate to the DLC / update you want to dump. These are usually at the bottom of the search results.
7. Highlight the directory for the type of installed title you wish to dump. - **Updates** - Start with `0004000e`
- **Updates** - 0004000e - **DLCs** - Start with `0004008c`
- **DLCs** - 0004008c
8. Hold down (R) and press (A) to open the folder search menu. ![The GodMode9 title listing](https://i.imgur.com/DwLeUA9.png)
9. Press (A) to search for titles in the current folder.
10. Press (A) to continue.
![The GodMode9 title listing for DLCs](https://i.imgur.com/rnetkKq.png) 7. Press (A) to select the title.
8. Press (A) on `Manage Title...`
11. Use the D-Pad to navigate to the title you want to dump. 9. Use the D-Pad to navigate to the `Build CIA (standard)` option.
12. Press (A) to select the TMD file. 10. Press (A) to start dumping the title.
13. Press (A) to open the TMD file options. 11. Press (A) to continue.
14. Use the D-Pad to navigate to the `Build CIA (standard)` option. 12. Hold down the Right shoulder button and press (START) to power off your 3DS.
15. Press (A) to start dumping the title. 13. Put the SD card in your computer.
16. Press (A) to continue. 14. Navigate to the `./gm9/out` folder on your SD card.
17. Hold down the Right shoulder button and press (START) to power off your 3DS. 15. Identify the title. The format of the file name [may be one of the following](https://github.com/d0k3/GodMode9/blob/ebf904a2c2f0d992a58698d09dd78f593db441c9/source/game/gameutil.c#L1853):
18. Put the SD card in your computer.
19. Navigate to the `./gm9/out` folder on your SD card.
20. Identify the title. The format of the file name [may be one of the following](https://github.com/d0k3/GodMode9/blob/ebf904a2c2f0d992a58698d09dd78f593db441c9/source/game/gameutil.c#L1853):
- `<Title ID> <Title Name> (<Product Code>) (<Region>).cia` - `<Title ID> <Title Name> (<Product Code>) (<Region>).cia`
- `<Title ID> (<Product Code>).cia` - `<Title ID> (<Product Code>).cia`
22. Copy the CIA to a folder on your computer. 16. Copy the CIA to a folder on your computer.
You can now install the update or DLC to Citra's emulated SD SYSNAND (`File > Install CIA...`). You can now install the update or DLC to Citra's emulated SD SYSNAND (`File > Install CIA...`).