mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-31 12:11:49 +02:00
docs: port to VitePress
Things that happen in this shameless squash: - Removed 404 page - It doesn't work in VitePress and making it work in VitePress needs some invasive hack in the theme that I'm not willing to do - The default is more than enough, though - Moved consoleVersionSelect include to another directory - This avoids being uploaded to Crowdin for translation - Inline all SafeB9SInstaller includes - Not only do parameterized includes not work, but if/else statements don't work at all - The sysupdate include parameter hasn't been used since MSET9, so it actually works just fine without any parameters. Hooray(?) - Move mset9-chorus to an include, that logic doesn't work in VitePress - Removed Get Started button from homepage, it breaks translations - Tables in get-started are now shown by default; it seems VitePress really does not want us to use inline script. So we cannot enable it upon realizing that the browser is JS capable - Include parameters are now in frontmatter to allow translation - Hacked in a bunch of CSS values kanged from the old theme to make it look not stupid - Drop headers down one level to make table of contents work
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
---
|
||||
title: "Dumping Titles and Game Cartridges"
|
||||
---
|
||||
# Dumping Titles and Game Cartridges
|
||||
|
||||
{% include toc title="Table of Contents" %}
|
||||
::: info
|
||||
|
||||
For support (in English) with GodMode9, as well as help with scripting and to get updates and info, join [GodMode9 on Discord](https://discord.gg/BRcbvtFxX4).
|
||||
{: .notice--primary}
|
||||
|
||||
### Required Reading
|
||||
:::
|
||||
|
||||
## Required Reading
|
||||
|
||||
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.
|
||||
|
||||
## Updating GodMode9
|
||||
|
||||
::: info
|
||||
|
||||
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}
|
||||
|
||||
:::
|
||||
|
||||
### What You Need
|
||||
|
||||
@@ -30,13 +32,13 @@ These instructions are written for use with GodMode9 v2.0.0 or later. If you hav
|
||||
|
||||
## Dumping a Game Cartridge
|
||||
|
||||
{% capture notice %}
|
||||
::: info
|
||||
|
||||
Insert the game cartridge you intend to dump into your console
|
||||
+ 3DS game cartridges will be dumped to a `.3ds` format
|
||||
+ NDS game cartridges will be dumped to a `.nds` format
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--info">{{ notice | markdownify }}</div>
|
||||
:::
|
||||
|
||||
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
|
||||
1. Navigate to `[C:] GAMECART`
|
||||
@@ -49,8 +51,11 @@ Insert the game cartridge you intend to dump into your console
|
||||
|
||||
## Installing a Game Cartridge Directly to the System
|
||||
|
||||
::: info
|
||||
|
||||
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. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
|
||||
1. Navigate to `[C:] GAMECART`
|
||||
@@ -60,8 +65,11 @@ This will only work for 3DS games; it is not possible to install an NDS game car
|
||||
|
||||
## Dumping a 3DS Game Cartridge to .CIA
|
||||
|
||||
::: info
|
||||
|
||||
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. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
|
||||
1. Navigate to `[C:] GAMECART`
|
||||
@@ -70,8 +78,11 @@ This should only be used if [Installing a Game Cartridge Directly to the System]
|
||||
|
||||
## Dumping an Installed Title
|
||||
|
||||
::: info
|
||||
|
||||
This allows dumping of both System- and User-installed digital titles, such as ones downloaded from the eShop.
|
||||
{: .notice--info}
|
||||
|
||||
:::
|
||||
|
||||
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
|
||||
1. Press (Home) to bring up the action menu
|
||||
@@ -86,11 +97,17 @@ This allows dumping of both System- and User-installed digital titles, such as o
|
||||
|
||||
## Backup GBA VC Saves
|
||||
|
||||
::: info
|
||||
|
||||
The game will be outputted to the `/gm9/out/` folder on your SD card with the name `<TitleID>.gbavc.sav`.
|
||||
{: .notice--info}
|
||||
|
||||
:::
|
||||
|
||||
::: info
|
||||
|
||||
To identify a `<TitleID>.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. Do the following process for each GBA VC game that you want to back up the save for:
|
||||
+ Launch the GBA VC game
|
||||
@@ -106,8 +123,11 @@ To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of al
|
||||
|
||||
## Restore GBA VC Saves
|
||||
|
||||
::: info
|
||||
|
||||
To identify a `<TitleID>.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. Do the following process for each GBA VC game that you want to restore the save for:
|
||||
+ Launch the GBA VC game
|
||||
@@ -128,8 +148,11 @@ To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of al
|
||||
|
||||
## Encrypting / Decrypting a .CIA file
|
||||
|
||||
::: info
|
||||
|
||||
For organizational purposes, copy each `.cia` file you wish to encrypt / decrypt to the `/cias/` folder on your SD card
|
||||
{: .notice--info}
|
||||
|
||||
:::
|
||||
|
||||
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
|
||||
1. Navigate to `[0:] SDCARD` -> `cias`
|
||||
|
Reference in New Issue
Block a user