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

This reverts commit 3be31ced0832cc1d6babce7cb433cbc2eb733a5f.
Please do not make page structure change without coordination
Weiyi Wang 2019-11-29 16:16:17 -05:00
parent b0ea7fd125
commit 26eaa8cdc1
2 changed files with 17 additions and 17 deletions

@ -1,4 +1,9 @@
## How to Dump Titles, Updates or DLCs Installed to a 3DS System
## 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.
---
### 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.
@ -25,12 +30,7 @@ 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 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
6. Use the D-Pad to navigate to `title` directory.
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,22 +40,19 @@ 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 for Titles or `Build CIA (standard)` option for Updates and DLCs.
13. Use the D-Pad to navigate to the `Dump CXI/NDS file` option.
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` (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.
- `<Title ID> <Title Name> (<Product Code>) (<Region>).cxi`
- `<Title ID> (<Product Code>).cxi`
20. Copy the CXI to a folder on your computer.
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`.
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.

@ -25,12 +25,15 @@ If you are having trouble building Citra from the source code, see this wiki pag
Now, you'll need to dump the games you want to play with your 3DS.
* [[Dumping Game Cartridges]]
* [[Dumping Installed Titles, Updates and DLCs]]
* [[Dumping Installed Titles]]
If you have any save files or extra data on your 3DS that you want to import into Citra, you'll have to dump them as well.
* [[Dumping Save Data from a 3DS Console]]
* [[Dumping Extra Data from a 3DS Console]]
If you have updates or DLCs on your 3DS that you want to use with Citra, you'll have to dump them as well.
* [[Dumping Updates and DLCs]]
In order to make some games work, you'll have to dump some system files from your 3DS.
* [[Dumping System Archives and the Shared Fonts from a 3DS Console]]
* [[Dumping Config Savegame from a 3DS Console]]