--- title: "Dumping Titles and Game Cartridges" --- {% include toc title="目录内容" %} 如果你想获得有关 GodMode9 的帮助、帮助编写脚本和获取更新及有关信息(英文),你可以加入 [GodMode9 Discord 服务器](https://discord.gg/BRcbvtFxX4)。(请注意,如果你身处中国大陆,访问 Discord 可能需要通过科学上网) {: .notice--primary} ### 必读事项 Aside from creating and restoring NAND backups, GodMode9 has the functionality to dump installed titles to an installable `.cia` file, to dump game cartridge data to a `.3ds` ROM file, and to directly install a game cartridge to the system. ## 更新GodMode9 These instructions are written for use with GodMode9 v2.0.0 or later. If you have an older version of GodMode9, follow these instructions to update it. {: .notice--info} ### 你需要准备点啥? * 最新版 [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) ### 操作步骤 1. 将设备关机 1. 将你的 SD 卡插入到电脑 1. 将 GodMode9 `.zip` 中的 `GodMode9.firm` 复制到你SD卡的 `/luma/payloads/` 文件夹中 1. 将 GodMode9 `.zip` 中的整个 `gm9` 文件夹复制到 SD 卡的根目录下 1. 将SD卡重新插入你的主机 ## Dumping a Game Cartridge {% capture notice %} Insert the game cartridge you intend to dump into your device + 3DS game cartridges will be dumped to a `.3ds` format + NDS game cartridges will be dumped to a `.nds` format {% endcapture %}
{{ notice | markdownify }}
1. 按住 “START” 键,然后将主机开机。 这会启动 GodMode9 1. Navigate to `[C:] GAMECART` 1. Follow the steps applicable to your game cartridge: + **3DS Game Cartridge:** Press (A) on `[TitleID].trim.3ds` to select it + **NDS Game Cartridge:** Press (A) on `[TitleID].trim.nds` to select it 1. 选择 “Copy to 0:/gm9/out” 1. Your non-installable `.3ds` or `.nds` formatted file will be outputted to the `/gm9/out/` folder on your SD card ## Installing a Game Cartridge Directly to the System This will only work for 3DS games; it is not possible to install an NDS game cartridge to the system as a title. {: .notice--info} 1. 按住 “START” 键,然后将主机开机。 这会启动 GodMode9 1. Navigate to `[C:] GAMECART` 1. Press (A) on `[TitleID].trim.3ds` to select it, then select "NCSD image options...", then select "Install game image" 1. 按 “A” 键解锁SysNAND (lvl1) 写入权限,并根据屏幕上的提示依次按下按键 1. Once the process is complete, your game will show up in the HOME Menu as an installed title. ## Dumping a 3DS Game Cartridge to .CIA This should only be used if [Installing a Game Cartridge Directly to the System](#installing-a-game-cartridge-directly-to-the-system) does not work. {: .notice--info} 1. 按住 “START” 键,然后将主机开机。 这会启动 GodMode9 1. Navigate to `[C:] GAMECART` 1. Press (A) on `[TitleID].trim.3ds` to select it, then select "NCSD image options...", then select "Build CIA from file" 1. Your installable `.cia` formatted file will be outputted to the `/gm9/out/` folder on your SD card ## Dumping an Installed Title This allows dumping of both System- and User-installed digital titles, such as ones downloaded from the eShop. {: .notice--info} 1. 按住 “START” 键,然后将主机开机。 这会启动 GodMode9 1. 按下 “Home” 键来打开功能菜单 1. Select "Title manager" 1. Select one of the following depending on the type of title you wish to dump + **User Installed Title**: `[A:] SD CARD` + **System Title / DSiWare**: `[1:] NAND / TWL` 1. Select the title you wish to dump 1. Select "Manage Title..." 1. Select "Build CIA (standard)" 1. Your installable `.cia` formatted file will be outputted to the `/gm9/out/` folder on your SD card ## Backup GBA VC Saves 游戏存档将会输出到 SD 卡上的 `/gm9/out/` 目录,并命名为 `.gbavc.sav`。 {: .notice--info} To identify a `.gbavc.sav` file's Title ID, you can get a listing of all games on the system and their corresponding Title IDs by pressing (Home) to bring up the action menu, selecting `Title manager`, and selecting `[A:] SD CARD`. {: .notice--info} 1. 依次对每个想备份存档的 GBA VC 游戏进行如下操作: + 启动 GBA VC 游戏 + 退出游戏并关机 + Power off your device + Press and hold (Start), and while holding (Start), power on your device. 这会启动 GodMode9 + 移动至 `[S:] SYSNAND VIRTUAL` + 在 `agbsave.bin` 上按 “A” 键选中 + 选择 “AGBSAVE options...” + 选择 “Dump GBA VC save” + 按 “A” 键继续 + 按下 “Start” 键重启设备 ## Restore GBA VC Saves To identify a `.gbavc.sav` file's Title ID, you can get a listing of all games on the system and their corresponding Title IDs by pressing (Home) to bring up the action menu, selecting `Title manager`, and selecting `[A:] SD CARD`. {: .notice--info} 1. 对每个 GBA VC 依次执行下列步骤来恢复它们的存档: + 启动 GBA VC 游戏 + 退出游戏并关机 + Power off your device + Press and hold (Start), and while holding (Start), power on your device. 这会启动 GodMode9 + 移动至 `[0:] SDCARD` -> `gm9` + 选择你想要恢复的 `.gbavc.sav` 并按 “Y” 键复制 + 按下 “B” 键返回到主菜单 + 移动至 `[S:] SYSNAND VIRTUAL` + 在 `agbsave.bin` 上按 “A” 键选中 + 选择 “AGBSAVE options...” + 选择 “Inject GBA VC save” + 按 “A” 键继续 + 按下 “Start” 键重启设备 + 启动 GBA VC 游戏 + 退出游戏并关机 ## Encrypting / Decrypting a .CIA file For organizational purposes, copy each `.cia` file you wish to encrypt / decrypt to the `/cias/` folder on your SD card {: .notice--info} 1. 按住 “START” 键,然后将主机开机。 这会启动 GodMode9 1. 移动至 `[0:] SDCARD` -> `cias` 1. Press (A) on the `.cia` file to select it, then select "CIA image options..." 1. Select the option to perform the desired function: + **Encrypt to 0:/gm9/out:** Create an encrypted copy of the selected `.cia` file in the `/gm9/out/` folder on your SD card + **Decrypt to 0:/gm9/out:** Create a decrypted copy of the selected `.cia` file in the `/gm9/out/` folder on your SD card + **Encrypt inplace:** Replace the selected `.cia` file with an encrypted version + **Decrypt inplace:** Replace the selected `.cia` file with a decrypted version 1. Your encrypted / decrypted `.cia` will be outputted to the desired location