We now dump and treat shared_font as a system archive

Weiyi Wang 2017-07-16 21:20:53 +03:00
parent 04767ced47
commit 0c46f83d97

@ -1,35 +1,36 @@
## How to dump System Archives and Shared Fonts ## 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 and system font, 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.
##### 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
│   ├── 00000000000000000000000000000000    └─── 00000000000000000000000000000000
│      └── title       └── title
│      ├── 0004009b       ├── 0004009b
|      │   ├── 00010202      │   ├── 00010202
│      │   │   └── content       │   │   └── content
│      │   │   └── 00000000.app.romfs       │   │   └── 00000000.app.romfs
│      │   └── 00010402       │   ├── 00010402
│      │   └── content      │   │ └── content
│      │   └── 00000000.app.romfs       │   │ └── 00000000.app.romfs
│      └── 000400db │ └── 00014002
│      └── 00010302 │ └── content
│      └── content │ └── 00000000.app.romfs
│      └── 00000000.app.romfs       └── 000400db
└── sysdata       └── 00010302
└── shared_font.bin       └── content
      └── 00000000.app.romfs
``` ```
### Required tools ### Required tools
- A 3DS with [Homebrew Launcher](http://smealum.github.io/3ds/) access - A 3DS with [Homebrew Launcher](http://smealum.github.io/3ds/) access
- The 3dsutils homebrew app ([Click here](https://cdn.discordapp.com/attachments/220742362740162560/222507077031952384/3dsutils-master.3dsx) for a non-official version)^ - 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 - 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).* *^ 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 ### Instructions
1. Run 3dsutils via the homebrew launcher. 1. Run 3dsutils via the homebrew launcher.
2. Press A when prompted to begin. First the shared font is dumped. Wait for the process to finish and press A again when prompted. 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. 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 are two more folders, `nand` and `sysdata`. Transfer these folders to the [[User Directory]]. The folders will merge with the existing `nand` and `sysdata` folders contained therein. If prompted to overwrite any files, say yes. 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.