From 6b4fcc7a4513c76b9513b831979e20dc095e5bab Mon Sep 17 00:00:00 2001 From: tekas Date: Sat, 8 Oct 2016 15:27:07 -0500 Subject: [PATCH] Updated Dumping Game Cartridges (markdown) --- Dumping-Game-Cartridges.md | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/Dumping-Game-Cartridges.md b/Dumping-Game-Cartridges.md index 651fbe6..17231d5 100644 --- a/Dumping-Game-Cartridges.md +++ b/Dumping-Game-Cartridges.md @@ -1,6 +1,6 @@ ## How to Dump and Decrypt 3DS Games There are two methods to dump games: -- dumping & decrypting games with Decrypt9WIP with 9.2 or arm9loaderhax (recommended), or +- dumping & decrypting games with Decrypt9WIP on a 3DS with system version <9.2 or arm9loaderhax (recommended), or - braindump on any system with Homebrew Launcher access. --- @@ -16,11 +16,37 @@ There are two methods to dump games: 1. Set up Decrypt9WIP using one of the various entry points. [Read its readme](https://github.com/d0k3/Decrypt9WIP#how-to-run-this--entry-points) on how to do this. 2. Create a folder at the root of the 3DS SD card called `files9`. 3. Create a folder inside `files9` called `D9Game`. -4. Insert your game card that you want to dump. -5. Choose "Gamecart Dumper Options". -6. Choose "Dump & Decrypt Cart (trim)". -7. Wait for the process to finish. -8. Your game will be inside `/files9/D9Game` and is immediately usable with Citra. +4. Put the SD card into the 3DS. + +#### If dumping a cartridge... +5. Insert your game card that you want to dump. +6. Choose `Gamecart Dumper Options`. +7. Choose `Dump & Decrypt Cart (trim)`. +8. Wait for the process to finish. +9. Your game will be inside `/files9/D9Game` and is immediately usable with Citra. + +#### If dumping an installed game or application... +5. Choose `SysNAND Options`. +6. Choose `Miscellaneous...`. +7. Choose `Update SeedDB`. +8. Wait for the process to finish. +9. From the base Decrypt9 menu, choose `Content Decryptor Options`. +10. Choose `SD File Options...`. +11. If the game is installed to EmuNAND, choose `SD Decryptor (EmuNAND)`. Otherwise, choose `SD Decryptor (SysNAND dir)`. If unsure, the SysNAND option is probably the correct choice. +12. Use the arrow keys and to choose a folder. Hit down until `/title` is selected, then hit right. The folder `/title/########` should be selected (# can be 0-9 or a-f). +13. Look up the title ID (TID), the 16-character ID, of the game to be dumped. [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". +14. Take the TID and split it into two equal parts. The left side is called the TID high and the right side is called the TID low. For example, the TID `0000111122223333`'s TID high is `00001111` and its TID low is `22223333`. +15. On the 3Ds hit down until `/title/` is selected, then hit right once and hit down until `/title//` is selected. Press A. +16. Wait for the process to finish. +17. Unmount the SD card from the 3DS and put it back into the computer. Alternatively reboot the 3DS and open a file manager such as [CTRXplorer](https://github.com/d0k3/CTRXplorer/releases) if one is present. There should be a folder called `title` at `\files9\D9Game`. +18. Navigate to the SD card's root, then to go `files9\D9Game\title\\\content`. +19. Inside this file is a folder called `command`, a file with the `.tnd` extension, and one or more files with the `.app` extension. Find the largest file with the `.app` extension and move it to `\files9\D9Game`. You can delete the `title` directory. +20. Reinsert the SD card if it is removed from the 3DS and return to the Decrypt9 menu. +21. Select `Content Decryptor Option`. +22. Select `NCCH/NCSD File Options...`. +23. Select `NCCH/NCSD Decryptor`. +24. Wait for the process to finish. +25. The game has now been decrypted and is usable with Citra. ---