1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-22 16:23:28 +02:00

Automatic translation import

This commit is contained in:
Faris NyanNyan
2025-06-01 02:29:51 +00:00
parent df7461f493
commit 0e83f8beee
137 changed files with 479 additions and 347 deletions

View File

@@ -44,8 +44,8 @@ Insert the game cartridge you intend to dump into your console
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
2. Navigate to `[C:] GAMECART`
3. 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].nds` to select it
- **3DS Game Cartridge:** Press (A) on `<TitleID>.trim.3ds` to select it
- **NDS Game Cartridge:** Press (A) on `<TitleID>.nds` to select it
- Trimmed dumps are not recommended for NDS games in general, as they can cause various playback issues
4. Select "Copy to 0:/gm9/out"
5. Your non-installable `.3ds` or `.nds` formatted file will be outputted to the `/gm9/out/` folder on your SD card
@@ -74,7 +74,7 @@ This should only be used if [Installing a Game Cartridge Directly to the System]
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
2. Navigate to `[C:] GAMECART`
3. Press (A) on `[TitleID].trim.3ds` to select it, then select "NCSD image options...", then select "Build CIA from file"
3. Press (A) on `<TitleID>.trim.3ds` to select it, then select "NCSD image options...", then select "Build CIA from file"
4. Your installable `.cia` formatted file will be outputted to the `/gm9/out/` folder on your SD card
## Dumping an Installed Title

View File

@@ -1,11 +1,5 @@
# ntrboot
::: danger
NDS Card has [suspended outgoing packages to the United States](https://nds-card.com/NewsShow.asp?NewsID=1344). All product links listed below may not ship to the United States. For further support (in English), join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
:::
::: tip
If your flashcart comes pre-flashed with ntrboot (or you have already flashed ntrboot to your flashcart), you can skip to [Installing boot9strap (ntrboot)](installing-boot9strap-\(ntrboot\)) for instructions on how to use it.

View File

@@ -133,7 +133,7 @@ Your console is running Luma3DS 6.6 or older, likely via arm9loaderhax. You shou
:::details Extended memory mode games (Pokemon Sun/Moon, Smash, etc.) don't work
This can occur after a CTRTransfer or region change on Old 3DS / 2DS. Follow the instructions [here](region-changing#section-vi---fixing-locale-related-issues) to fix this issue (skipping steps 3, 4, 5, and 6).
This can occur after a CTRTransfer or region change on Old 3DS / 2DS. Follow the instructions [here](region-changing#section-vi-fixing-locale-related-issues) to fix this issue.
:::

View File

@@ -16,6 +16,16 @@ This likely indicates that you already have custom firmware. You should [check f
:::
:::details Green screen after running Browserhax
Browser based exploits (such as this one) are often unstable and crash frequently, but they can sometimes be fixed by doing the following steps.
1. Launch the browser, then launch the browser settings
2. Scroll to the bottom and select "Reset Save Data" (it may also be called "Initialize Save Data" or "Clear All Save Data")
3. Try the exploit again
:::
:::details "An error has occurred. Hold down the POWER button to turn off the power..." (black screen with text)
The file `arm11code.bin` is missing or misplaced. Download the latest release of [universal-otherapp](https://github.com/TuxSH/universal-otherapp/releases/latest), place `otherapp.bin` on the root of your SD card and rename it to `arm11code.bin`. Do not add the `.bin` extension if you do not already see it.