From 4a0f810460b7de13d7b3631e8860f52672a0103e Mon Sep 17 00:00:00 2001 From: Leo626 Date: Wed, 12 Apr 2017 12:15:55 -0300 Subject: [PATCH] Updated Dumping Installed Titles (markdown) --- Dumping-Installed-Titles.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dumping-Installed-Titles.md b/Dumping-Installed-Titles.md index 46d788c..4ed6f4f 100644 --- a/Dumping-Installed-Titles.md +++ b/Dumping-Installed-Titles.md @@ -24,16 +24,16 @@ By far the most reliable method of dumping games and system applications, but al #### If using a version of Decrypt9 released on or after 10/21/2016... 7. From the root Decrypt9 menu, choose `Content Decryptor Options`, then `SD File Options...`->`SD CXI Dumper (SysNAND dir)`. If the game is installed to EmuNAND, choose `SD CXI Dumper (EmuNAND dir)` instead of `SD CXI Dumper (SysNAND dir)`. If unsure, the SysNAND option is probably the correct choice. -8. Using the arrow keys, navigate folders until `/title//` is selected, replacing `` with the TID high of the game being dumped and `` with its TID low. -9. Once this process completes, the game has now been decrypted and is usable with Citra. It can be found as `.cxi` in the `\files9\D9Game` from the SD card root. +8. Using the arrow keys, navigate folders until `/title/[TID high]/[TID low]` is selected, replacing `[TID high]` with the TID high of the game being dumped and `[TID low]` with its TID low. +9. Once this process completes, the game has now been decrypted and is usable with Citra. It can be found as `[Title ID].cxi` in the `\files9\D9Game` from the SD card root. _Note - this currently only works for titles with TID highs of 00040000, 0004008c, and 0004000e. For dumping system applications (TID high 00040010) such as Mii Maker, follow the directions below for dumping titles with an older version of Decrypt9._ #### If using a version of Decrypt9 released before 10/21/2016... 7. From the root Decrypt9 menu, choose `Content Decryptor Options`, then `SD File Options...`->`SD Decryptor (SysNAND dir)`. If the game is installed to EmuNAND, choose `SD Decryptor (EmuNAND dir)` instead of `SD Decryptor (SysNAND dir)`. If unsure, the SysNAND option is probably the correct choice. -8. Using the arrow keys, navigate folders until `/title/<TID high>/<TID low>` is selected, replacing `<TID high>` with the TID high of the game being dumped and `<TID low>` with its TID low. +8. Using the arrow keys, navigate folders until `/title/[TID high]/[TID low]` is selected, replacing `[TID high]` with the TID high of the game being dumped and `[TID low]` with its TID low. 9. Press `A` and wait for the process to finish. If there is an error, the SeedDB may need to be updated. From the root Decrypt9 menu, choose `SysNAND Options`, then `Miscellaneous...`, then `Update SeedDB`. Restart this step once the process completes. -10. Using a computer or a file manager such as [CTRXplorer](https://github.com/d0k3/CTRXplorer/releases), navigate from the SD card's root to `\files9\D9Game\title\<TID high>\<TID low>\content`. +10. Using a computer or a file manager such as [CTRXplorer](https://github.com/d0k3/CTRXplorer/releases), navigate from the SD card's root to `\files9\D9Game\title\[TID high]\[TID low]\content`. 11. 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`. Once this is done, the `\files9\D9Game\title` directory is no longer needed and can be deleted. 12. From the root Decrypt9 menu, select `Content Decryptor Options`, then `NCCH/NCSD File Options...`, then `NCCH/NCSD Decryptor`. 13. Once this process completes, the game has now been decrypted and is usable with Citra. \ No newline at end of file