Updated Dumping Save Data from a 3DS Console (markdown)

Hexagon12 2018-01-31 22:14:55 +02:00
parent f5d4148416
commit c907d6158c

@ -2,7 +2,7 @@
There are multiple ways to transfer 3DS save data to Citra in a usable form, but the important thing to note is that whatever tool used to get the save data off of the 3DS supports exporting _expanded_ save data. Save data lives in Citra's emulated SD card directories (`user/sdmc/Nintendo 3DS/000...0/000...0/title/[game-TID-high]/[game-TID-low]/data/00000001/`). The below tutorial uses [JK's Save Manager](https://github.com/J-D-K/JKSM/releases) (JKSM), which is easy to install and use. There are multiple ways to transfer 3DS save data to Citra in a usable form, but the important thing to note is that whatever tool used to get the save data off of the 3DS supports exporting _expanded_ save data. Save data lives in Citra's emulated SD card directories (`user/sdmc/Nintendo 3DS/000...0/000...0/title/[game-TID-high]/[game-TID-low]/data/00000001/`). The below tutorial uses [JK's Save Manager](https://github.com/J-D-K/JKSM/releases) (JKSM), which is easy to install and use.
#### Required tools #### Required tools
- A 3DS with [boot9strap](https://plailect.github.io/Guide/) installed (recommended) or [homebrew launcher](http://smealum.github.io/3ds/) access. - A 3DS with [boot9strap](https://3ds.guide/) installed
- [JKSM](https://github.com/J-D-K/JKSM/releases) - [JKSM](https://github.com/J-D-K/JKSM/releases)
- SD card reader (preferred), or a way to use wireless file transfer - SD card reader (preferred), or a way to use wireless file transfer
@ -11,7 +11,7 @@ There are multiple ways to transfer 3DS save data to Citra in a usable form, but
2. Move the JKSV folder containing filter.txt to the root of the SD card. 2. Move the JKSV folder containing filter.txt to the root of the SD card.
3. Move JKSM.cia to the SD card and install it to the home menu. 3. Move JKSM.cia to the SD card and install it to the home menu.
***Note - JKSM has a homebrew app available, but The .cia is recommended because the homebrew app may not work with some games. To install the homebrew app, merge the 3ds/JKSM folder containing the JKSM.3dsx, JKSM.smdh, and JKSM.xml file with the 3ds folder on the SD card and use the [homebrew launcher](http://smealum.github.io/3ds/) to open it. ***Note*** - JKSM has a homebrew app available, but The .cia is recommended because the homebrew app may not work with some games. To install the homebrew app, merge the 3ds/JKSM folder containing the JKSM.3dsx, JKSM.smdh, and JKSM.xml file with the 3ds folder on the SD card and use the [homebrew launcher](http://smealum.github.io/3ds/) to open it.
--- ---