Updated for Sighax/Boot9Strap

Schplee 2017-05-20 02:16:34 -07:00
parent c2ca3435d0
commit c670c68689

@ -5,6 +5,33 @@ At this time, Citra does not emulate the 3DS's functions for checking for update
--- ---
### GodMode9
With the onset of sighax and boot9strap, the supported method of dumping games and system applications is GodMode9. A reliable method, but the process is different from Decrypt9.
#### Required tools
- [GodMode9](https://github.com/d0k3/GodMode9/releases/)
- 3DS system with boot9strap
- SD card with enough space to hold the dump; 8GB or higher recommended
- 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.
2. Put the SD card into the 3DS.
3. Look up the title ID (TID), the 16-character ID, of the game to be dumped. Use the `Titles` menu in FBI to get the Title ID of the installed title you wish to dump. If you do not have FBI, [here](http://www.3dsdb.com/) is a link to a database of games names, locales, and their corresponding TIDs, but if that link is not working, search online for "3DS Title Keys".
4. Split the TID into two equal parts. The left side is called the TID high and the right side is called the TID low. For example, the USA Health & Safety app's TID is `0004001000021300`, so its TID high is `00040010` and its TID low is `00021300`.
5. From the root GodMode9 menu, navigate to the drive applicable to the type of title you wish to dump:
* **User Installed Title**: Navigate to `[A:] SYSNAND SD`
* **System Title**: Navigate to `[1:] SYSNAND CTRNAND`
4. Navigate to `title`.
5. Navigate to the folder corresponding to the first 8 digits of the Title ID, the TID high.
6. Navigate to the folder corresponding to the last 8 digits of the Title ID, the TID low.
7. Navigate to `content`.
8. Select the `.tmd` file, then select `TMD file options...`, then select `Show title info` to check if you have the correct title.
9. Press (B) to exit the title info.
10. Select the `.tmd` file, then select `TMD file options...`, then select `Dump CXI/NDS file`.
11. Once this process completes, the game has now been decrypted and is usable with Citra. It can be found as `[Title ID (PRODUCT CODE) (REGION)].cxi` in the `\gm9out\` from the SD card root.
---
### Decrypt9WIP ### Decrypt9WIP
By far the most reliable method of dumping games and system applications, but also by far the most complicated to up. It is recommended that you use the newest version of Decrypt9 because it greatly adds to the ease of the process, but instructions are detailed below if using an older version of the tool. By far the most reliable method of dumping games and system applications, but also by far the most complicated to up. It is recommended that you use the newest version of Decrypt9 because it greatly adds to the ease of the process, but instructions are detailed below if using an older version of the tool.