mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
Updated Dumping Games (markdown)
parent
e9bd3222d8
commit
1825062e56
1 changed files with 42 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
|||
* Setup GodMode9 using the instructions [here](https://github.com/d0k3/GodMode9#quick-start-guide)
|
||||
* Boot into GodMode9 by holding (START) and pressing (POWER)
|
||||
|
||||
What you do next depends on whether you are dumping a physical or digital game.
|
||||
What you do next depends on what kind of game data you are dumping:
|
||||
<details>
|
||||
<summary>Physical</summary>
|
||||
|
||||
|
|
@ -22,8 +22,46 @@ What you do next depends on whether you are dumping a physical or digital game.
|
|||
* You can now use this game with Lime3DS. You can open it directly from the menu bar (File > Load File)
|
||||
* or add a folder containing all of your dumps by double clicking the + icon in the main Lime3DS window or by double clicking on Add New Game Directory
|
||||
</details>
|
||||
<details>
|
||||
<summary>Digital</summary>
|
||||
|
||||
* Press the (HOME) button and select Title manager by pressing (A).
|
||||
* Select either [A:] SD CARD or [1:] NAND/TWL depending on what you want to dump.
|
||||
* User Installed/eShop Titles: [A:] SD CARD
|
||||
* System Titles: [I:] NAND/TWL
|
||||
* Select the title you want to dump -> Manage Dump
|
||||
* Select Dump CXI/NDS file.
|
||||
* When the dump is complete, press (A) to continue
|
||||
* Hold down (R) and press (START) to power off your 3DS
|
||||
* Take out the SD Card and insert it into your computer
|
||||
* Navigate to the /gm9/out/ folder on your SD Card
|
||||
* Identify the title. The format of the file [may be one of the following](https://github.com/d0k3/GodMode9/blob/ebf904a2c2f0d992a58698d09dd78f593db441c9/source/game/gameutil.c#L1853)
|
||||
* [Title Name]([Product Code])([Region]).cxi
|
||||
* [Title ID]([Product Code]).cxi
|
||||
* Copy the CXI to a folder on your computer.
|
||||
|
||||
## Diagnosing errors
|
||||
There was a error with dumping
|
||||
* Make sure you are using the latest version of [GodMode9](https://github.com/d0k3/GodMode9/releases/tag/v2.1.1)
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Updates/DLC</summary
|
||||
|
||||
* Press the (HOME) button and select Title manager by pressing (A).
|
||||
* Select [A:] SD CARD
|
||||
* Use the D-Pad to navigate to the DLC / update you want to dump. These are usually at the bottom of the search results.
|
||||
* Updates: Title ID starts with 0004000e
|
||||
* DLCs – Title ID starts with 0004008c
|
||||
* Select the update or DLC
|
||||
* Select Manage Title
|
||||
* Select Build CIA (Standard)
|
||||
* Once the dump is complete, press (A) to continue.
|
||||
* Hold down (R) and press (START) to power off your 3DS.
|
||||
* Eject the SD card from the 3DS, and insert it in your computer.
|
||||
* Navigate to the gm9/out folder on your SD card.
|
||||
* Identify the title. The format of the file name may be one of the following:
|
||||
* [Title Name] ([Product Code]) ([Region]).cia
|
||||
* [Title ID] ([Product Code]).cia
|
||||
* Copy the CIA to a folder on your computer.
|
||||
</details>
|
||||
|
||||
## Potential errors
|
||||
If there was an issue when dumping games, please ensure that you are using the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases), as problems can occur with older versions.
|
||||
Loading…
Add table
Reference in a new issue