Added a picture, rewrote some parts

Kookies 2021-12-18 12:28:20 -07:00
parent adbfeda881
commit d544980ac5

@ -15,37 +15,40 @@ With the onset of sighax and boot9strap, the supported method of dumping games a
- 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 the quick start guide [here](https://github.com/d0k3/GodMode9#quick-start-guide). Boot9Strap is recommended. 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. Boot into GodMode9. 3. Boot into GodMode9.
![The GodMode9 root screen](https://i.imgur.com/yiib5OW.png) ![GodMode9 root screen](https://i.imgur.com/O9QHXwM.png)
4. Press the HOME button and navigate using the D-Pad to `Title manager`. Press (A). 4. Press the (HOME) button and select `Title manager` by pressing (A).
5. Navigate to `[A:] SD CARD` and press (A) to search for titles. 5. Select `[A:] SD CARD`
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. 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.
- **Updates** - Start with `0004000e` - Quick tip: Using the left and right D-Pad buttons will let you navigate a large list quickly
- **DLCs** - Start with `0004008c` - **Updates** - Title ID starts with `0004000e`
- **DLCs** - Title ID starts with `0004008c`
![The GodMode9 title listing](https://i.imgur.com/DwLeUA9.png) ![GodMode9 Title listing](https://i.imgur.com/Cajx4zr.png)
7. Press (A) to select the title. 7. Select the Update/DLC.
8. Press (A) on `Manage Title...` 8. Select `Manage Title...`.
9. Use the D-Pad to navigate to the `Build CIA (standard)` option. 9. Select `Build CIA (standard)`.
10. Press (A) to start dumping the title.
11. Press (A) to continue. ![AC:NL Welcome Amiibo, Build CIA (standard)](https://i.imgur.com/wFOzddr.png)
12. Hold down the Right shoulder button and press (START) to power off your 3DS.
13. Put the SD card in your computer. 11. Once the dump is complete, press (A) to continue.
14. Navigate to the `./gm9/out` folder on your SD card. 12. Hold down (R) and press (START) to power off your 3DS.
13. Eject the SD card from the 3DS, and insert it in your computer.
14. Navigate to the `gm9/out` folder on your SD card.
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): 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):
- `<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`
16. 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/DLC to Citra's emulated SD SYSNAND (`File > Install CIA...`).
##### 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).
* Try redownloadling the title from the eShop. * Try re-downloading the title from the eShop.
##### Citra does not detect my DLCs. ##### Citra does not detect my DLCs.
* If you do not own all the DLCs for a game, you must use the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases/latest) as previous versions did not dump them correctly. * If you do not own all the DLCs for a game, you must use the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases/latest) as previous versions did not dump them correctly.