Swapped folder structure with instructions for better readability

Schplee 2017-07-17 18:20:23 -07:00
parent 56ac7d1e62
commit b2bf4de71c

@ -1,7 +1,20 @@
## How to dump System Archives ## How to dump System Archives
At this time, Citra can run many games without needing to do any special work on a physical 3DS. However, some games do require files dumped from a 3DS in order to function properly. This tutorial will teach you how to dump the system archives, which are critical for some games, such as Pokemon, to work. These files are copyrighted and are not allowed to be shared, so don't ask for them on the forum. If you do not own a 3DS to dump the files from, you are out of luck. At this time, Citra can run many games without needing to do any special work on a physical 3DS. However, some games do require files dumped from a 3DS in order to function properly. This tutorial will teach you how to dump the system archives, which are critical for some games, such as Pokemon, to work. These files are copyrighted and are not allowed to be shared, so don't ask for them on the forum. If you do not own a 3DS to dump the files from, you are out of luck.
### Required tools
- A 3DS with [Homebrew Launcher](http://smealum.github.io/3ds/) access
- The 3dsutils homebrew app ([Click here](https://cdn.discordapp.com/attachments/242442830486700045/336208065760067585/3dsutils-fda090e.3dsx) for a non-official version)^
- An SD card reader or a way to wirelessly transfer files between the 3DS console and a computer
*^ There is no official precompiled version of this app, but a non-official build is provided for convenience. Alternatively, you can [install devkitPro](http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development#Install_devkitPro_w.2F_devkitARM) and [compile it](http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development#Compiling_sources) yourself from the [3dsutils source code](https://github.com/citra-emu/3dsutils).*
### Instructions
1. Run 3dsutils via the homebrew launcher.
2. Press A when prompted to begin. The system archives will be dumped. Wait for the process to finish, then press A when prompted to be taken back to the homebrew launcher.
3. There will now be a `3dsutils` folder at the root of the 3DS's SD card. Inside that folder is a folder `nand`. Transfer the folder `nand` to the [[User Directory]]. The folder will merge with the existing `nand` folder contained therein. If prompted to overwrite any files, say yes.
##### Diagram showing the correct location of the system archives and shared font in Citra's [[User Directory]]. ##### Diagram showing the correct location of the system archives and shared font in Citra's [[User Directory]].
``` ```
"User Directory" "User Directory"
└── nand └── nand
@ -21,16 +34,4 @@ At this time, Citra can run many games without needing to do any special work on
      └── 00010302       └── 00010302
      └── content       └── content
      └── 00000000.app.romfs       └── 00000000.app.romfs
``` ```
### Required tools
- A 3DS with [Homebrew Launcher](http://smealum.github.io/3ds/) access
- The 3dsutils homebrew app ([Click here](https://cdn.discordapp.com/attachments/242442830486700045/336208065760067585/3dsutils-fda090e.3dsx) for a non-official version)^
- An SD card reader or a way to wirelessly transfer files between the 3DS console and a computer
*^ There is no official precompiled version of this app, but a non-official build is provided for convenience. Alternatively, you can [install devkitPro](http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development#Install_devkitPro_w.2F_devkitARM) and [compile it](http://wiki.gbatemp.net/wiki/3DS_Homebrew_Development#Compiling_sources) yourself from the [3dsutils source code](https://github.com/citra-emu/3dsutils).*
### Instructions
1. Run 3dsutils via the homebrew launcher.
2. Press A when prompted to begin. The system archives will be dumped. Wait for the process to finish, then press A when prompted to be taken back to the homebrew launcher.
3. There will now be a `3dsutils` folder at the root of the 3DS's SD card. Inside that folder is a folder `nand`. Transfer the folder `nand` to the [[User Directory]]. The folder will merge with the existing `nand` folder contained therein. If prompted to overwrite any files, say yes.