Removed Braindump references entirely

Schplee 2017-03-09 22:41:16 -05:00
parent ddfbaa24ce
commit 1550fa969b

@ -1,12 +1,11 @@
##How to Dump Titles Installed to a 3DS System
There are two methods to dump installed titles to run in Citra. Detailed instructions are below for using either method, but in quick summary, the first method involves using [Decrypt9WIP](https://github.com/d0k3/Decrypt9WIP) on a 3DS with a system version below 9.2 or with [arm9loaderhax](https://plailect.github.io/Guide/) installed. This is the recommended method, ~~but there is another way to dump games and applications using [braindump](https://gbatemp.net/threads/braindump-userland-game-dumping.407332/). Braindump is easy to set up, user-friendly, and compatible with newer system versions, but is also lossy and less reliable so it doesn't always work~~.
#### Note on DLC and updates
At this time, Citra does not emulate the 3DS's functions for checking for updates and DLC. While dumping this information can be done by following these instructions, Citra can't actually use it yet. See [this discussion topic](https://community.citra-emu.org/t/pokemon-moon-update-1-1-citra/143) for more details.
---
### Method 1: 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.
#### Required tools
@ -38,8 +37,3 @@ _Note - this currently only works for titles with TID highs of 00040000, 0004008
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.
---
### ~~Method 2: braindump~~
(This method is temporary removed because it has caused too many bad game dumps. This will be back when it is fixed. For now please use the Decrypt9WIP method)