Merge the Titles/Updates and DLCs pages to the same page, they are almost exactly the same instructions.

PRAGMA 2019-11-26 07:00:57 +00:00
parent f84aba141c
commit 3be31ced08

@ -1,9 +1,4 @@
## How to Dump Titles Installed to a 3DS System
#### Note on DLC and updates
The latest version of Citra now supports DLCs and updates. Please see [[Dumping Updates and DLCs]] on how to dump them.
---
## How to Dump Titles, Updates or DLCs Installed to a 3DS System
### threeSD (beta)
[threeSD](https://github.com/zhaowenlan1779/threeSD) is a tool written to help import data from your 3DS for Citra more conveniently. It is currently in early development, so problems may occur. Should that happen, report them in our [Discord](https://citra-emu.org/discord) server. Then, you can use an alternate way to dump your files such as directly using GodMode9.
@ -30,7 +25,12 @@ With the onset of sighax and boot9strap, the supported method of dumping games a
- **User Installed Title**: Navigate to `[A:] SYSNAND SD`
- **System Title**: Navigate to `[1:] SYSNAND CTRNAND`
5. Press (A) to enter the drive.
6. Use the D-Pad to navigate to `title` directory.
6. Use the D-Pad to navigate to `title` directory and press (A) to enter it.
7. Highlight the directory for the type of installed title you wish to dump.
- **Titles** - 00040000
- **Updates** - 0004000e
- **DLCs** - 0004008c
7. Hold down (R) and press (A) to open the folder search menu.
8. Press (A) to search for titles in the current folder.
9. Press (A) to continue.
@ -40,19 +40,22 @@ With the onset of sighax and boot9strap, the supported method of dumping games a
10. Use the D-Pad to navigate to the title you want to dump.
11. Press (A) to select the TMD file.
12. Press (A) to open the TMD file options.
13. Use the D-Pad to navigate to the `Dump CXI/NDS file` option.
13. Use the D-Pad to navigate to the `Dump CXI/NDS file` option for Titles or `Build CIA (standard)` option for Updates and DLCs.
14. Press (A) to start dumping the title.
15. Press (A) to continue.
16. Hold down the Right shoulder button and press (START) to power off your 3DS.
17. Put the SD card in your computer.
18. Navigate to the `./gm9/out` folder on your SD card.
19. Identify the title. The format of the file name [may be one of the following](https://github.com/d0k3/GodMode9/blob/ebf904a2c2f0d992a58698d09dd78f593db441c9/source/game/gameutil.c#L1853):
- `<Title ID> <Title Name> (<Product Code>) (<Region>).cxi`
- `<Title ID> (<Product Code>).cxi`
20. Copy the CXI to a folder on your computer.
- `<Title ID> <Title Name> (<Product Code>) (<Region>).cxi` (or .cia for updates and dlcs)
- `<Title ID> (<Product Code>).cxi` (or .cia for updates and dlcs)
20. Copy the CXI (or .cia for Updates and DLCs) to a folder on your computer.
You can now use this ROM with Citra. You can open them directly from the menu bar (`File > Load File`), or, to view all of your library from Citra, double click the + icon in the middle of Citra. You can also add it to a separate directory by double clicking on `Add New Game Directory`.
For Updates and DLCs, you can now install the update or DLC to Citra's emulated SD SYSNAND (`File > Install CIA...`).
For Titles, you can now use this ROM with Citra. You can open them directly from the menu bar (`File > Load File`), or, to view all of your library from Citra, double click the + icon in the middle of Citra. You can also add it to a separate directory by double clicking on `Add New Game Directory`.
##### There was an error with dumping
* Make sure you are using the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases/latest).
* Try redownloadling the title from the eShop.
##### Citra does not detect my DLCs.
* If you do not own all the DLCs for a game, you must use the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases/latest) as previous versions did not dump them correctly.