Skip to content

Commit 9ed357c

Browse files
treewide: sync with Guide_3DS@1cb52f3dcfef4ec60fa0ca8fcac5570f9c7c0e2e
With a few modifications: - ntrboot flashing pages are completely untouched except 3ds multi console - the other pages are a *complete and utter* mess and the flashers themselves aren't exactly designed for devkits at the moment - Pre-flashed carts are removed from the base ntrboot page - We won't support this for the moment, as they can't ntrboot on devkits. It *can* be reflashed, but explaining that is a little complicated - All troubleshooting for exploits have been scrapped - no uloader troubleshooting for now - Finalizing script is scrapped; thus, finalizing setup was copied as of commit afe7b4af7e9765ab22449f6fea65c5bde4df0956 - troubleshooting related to this is also pulled from this commit; other troubleshooting is still from latest commit as of this writing - Added missed installing-boot9strap-(ntrboot) page
1 parent 2ac0258 commit 9ed357c

23 files changed

+647
-560
lines changed

_pages/en_US/404.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Page Not Found" #
3-
excerpt: "Page not found. Your pixels are in another canvas." #
43
sitemap: false
54
---
65

_pages/en_US/contribute.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,27 @@
22
title: "Contribute"
33
---
44

5-
We're glad that you'd like to contribute to panda.hacks.guide! Here are a few ways that you can do so:
5+
We're glad to hear that you'd like to contribute to panda.hacks.guide! Here are a few ways that you can do so:
66

77
## Maintenance
88

9-
This guide is open-source - its repository is available [here](https://github.com/hacks-guide/Guide_Panda). If you feel there is an issue with the guide, you can file an issue to make us aware, or file a pull request to have your changes merged into the guide.
9+
This guide is open-source; our repository is available [here](https://github.com/hacks-guide/Guide_Panda). If you've noticed an issue on this guide, you can file an issue to make us aware, or file a pull request to make the necessary changes yourself.
10+
11+
## Translations
12+
13+
If you'd like to translate this guide into other languages (or help keep the existing translations up-to-date), check out our [Crowdin](https://crowdin.com/project/3ds-devguide).
1014

1115
## Seeding
1216

13-
A number of files on this guide are only available as torrents. If you'd like to help seed these torrents to ensure their availability in the future, you can download the `.zip` file containing all our `.torrent` files: [torrents.zip](assets/torrents.zip) (last updated 2022-01-21)
17+
A number of files on this guide are only available as torrents. If you'd like to help seed these torrents to ensure their availability in the future, you can download the `.zip` file containing all our `.torrent` files: [torrents.zip](https://3ds.hacks.guide/assets/torrents.zip) (last updated 2023-03-16)
1418

15-
There is also an [RSS feed]({{ "https://3ds.hacks.guide/rss.xml" | absolute_url }}) that may be updated for future torrents, which you can subscribe to.
19+
There is also an [RSS feed](https://3ds.hacks.guide/rss.xml) that may be updated for future torrents, which you can subscribe to.
1620

1721
## Donations
1822

19-
Maintaining this guide (as well as our support channels) is primarily a volunteer effort, but if this guide has helped you in some way, donations are greatly appreciated.
23+
Maintaining this guide (as well as our support channels) is primarily a volunteer effort, so if this guide has helped you in some way, donations are greatly appreciated!
2024

2125
[![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://paypal.me/NintendoHomebrew){: .align-center}
2226
[https://paypal.me/NintendoHomebrew](https://paypal.me/NintendoHomebrew)
2327
{: .text-center}
2428
{: .notice--info}
25-
26-

_pages/en_US/credits.txt

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,24 @@
22
title: "Credits"
33
---
44

5-
**Special thanks to Plailect, the original creator and maintainer of the guide!**
6-
{: .notice--primary}
5+
This guide is currently maintained by: **fox8091, lifehackerhansol, eip618 and ihaveamac**.
76

8-
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**
9-
{: .notice--primary}
7+
This guide uses homebrew software developed by **SciresM, TuxSH, AuroraWright, devkitPro, d0k3, PabloMK7, zoogie, astronautlevel2, BernardoGiordano, Universal-Team, ntrteam, jason0597 and Steveice10**, as well as exploits authored/discovered by **SciresM and TuxSH**.
108

11-
**Special thanks to all of [the translators](https://crowdin.com/project/3ds-guide) for being awesome!**
12-
{: .notice--primary}
9+
If we forgot to add you to this list of credits, [let us know](https://github.com/hacks-guide/Guide_Panda/issues)!
1310

14-
If I forgot you here, contact me and I'll add your name.
15-
16-
{% capture notice-1 %}
11+
{% capture notice-6 %}
12+
**Special thanks to:**
13+
+ **Plailect**, the original creator and maintainer of this guide
14+
+ [The guide translators](https://crowdin.com/project/3ds-devguide), who make this guide more accessible around the world
15+
+ Anyone who has ever submitted an issue, pull request, or otherwise informed us about problems on this guide
16+
+ The historical contributors to this guide, without whom this guide would not exist today
17+
{% endcapture %}
18+
<div class="notice--primary">{{ notice-6 | markdownify }}</div>
1719

20+
{% capture old_credits %}
21+
<summary><em>Historical contributors</em></summary>
22+
+ #Cakey on freenode
1823
+ Al3x_10m
1924
+ aliaspider
2025
+ AngelSL
@@ -82,7 +87,6 @@ If I forgot you here, contact me and I'll add your name.
8287
+ yellows8
8388
+ yifan_lu
8489
+ zoogie
85-
8690
{% endcapture %}
87-
88-
<div class="notice--info">{{ notice-1 | markdownify }}</div>
91+
<details>{{ old_credits | markdownify }}</details>
92+
{: .notice--info}

_pages/en_US/donations.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

_pages/en_US/dumping-titles-and-game-cartridges.txt

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@ These instructions are written for use with GodMode9 v2.0.0 or later. If you hav
1818

1919
### What You Need
2020

21-
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
21+
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) (the GodMode9 `.zip` file)
2222

2323
### Instructions
2424

25-
1. Power off your device
25+
1. Power off your console
2626
1. Insert your SD card into your computer
2727
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
2828
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
29-
1. Reinsert your SD card into your device
29+
1. Reinsert your SD card into your console
3030

3131
## Dumping a Game Cartridge
3232

3333
{% capture notice %}
34-
Insert the game cartridge you intend to dump into your device
35-
+ 3DS game cartridges will be dumped to a `.3ds` format
36-
+ NDS game cartridges will be dumped to a `.nds` format
34+
Insert the game cartridge you intend to dump into your console
35+
+ 3DS game cartridges will be dumped to a `.3ds` format
36+
+ NDS game cartridges will be dumped to a `.nds` format
3737
{% endcapture %}
3838

3939
<div class="notice--info">{{ notice | markdownify }}</div>
4040

41-
1. Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9
41+
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
4242
1. Navigate to `[C:] GAMECART`
4343
1. Follow the steps applicable to your game cartridge:
4444
+ **3DS Game Cartridge:** Press (A) on `[TitleID].trim.3ds` to select it
4545
+ **NDS Game Cartridge:** Press (A) on `[TitleID].nds` to select it
46-
- Trimmed dumps are not recommended for NDS games in general, as they can cause various playback issues
46+
+ Trimmed dumps are not recommended for NDS games in general, as they can cause various playback issues
4747
1. Select "Copy to 0:/gm9/out"
4848
1. Your non-installable `.3ds` or `.nds` formatted file will be outputted to the `/gm9/out/` folder on your SD card
4949

@@ -52,7 +52,7 @@ Insert the game cartridge you intend to dump into your device
5252
This will only work for 3DS games; it is not possible to install an NDS game cartridge to the system as a title.
5353
{: .notice--info}
5454

55-
1. Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9
55+
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
5656
1. Navigate to `[C:] GAMECART`
5757
1. Press (A) on `[TitleID].trim.3ds` to select it, then select "NCSD image options...", then select "Install game image"
5858
1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
@@ -63,7 +63,7 @@ This will only work for 3DS games; it is not possible to install an NDS game car
6363
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.
6464
{: .notice--info}
6565

66-
1. Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9
66+
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
6767
1. Navigate to `[C:] GAMECART`
6868
1. Press (A) on `[TitleID].trim.3ds` to select it, then select "NCSD image options...", then select "Build CIA from file"
6969
1. Your installable `.cia` formatted file will be outputted to the `/gm9/out/` folder on your SD card
@@ -73,12 +73,12 @@ This should only be used if [Installing a Game Cartridge Directly to the System]
7373
This allows dumping of both System- and User-installed digital titles, such as ones downloaded from the eShop.
7474
{: .notice--info}
7575

76-
1. Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9
76+
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
7777
1. Press (Home) to bring up the action menu
7878
1. Select "Title manager"
7979
1. Select one of the following depending on the type of title you wish to dump
80-
+ **User Installed Title**: `[A:] SD CARD`
81-
+ **System Title / DSiWare**: `[1:] NAND / TWL`
80+
+ **User Installed Title**: `[A:] SD CARD`
81+
+ **System Title / DSiWare**: `[1:] NAND / TWL`
8282
1. Select the title you wish to dump
8383
1. Select "Manage Title..."
8484
1. Select "Build CIA (standard)"
@@ -93,45 +93,45 @@ To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of al
9393
{: .notice--info}
9494

9595
1. Do the following process for each GBA VC game that you want to back up the save for:
96-
+ Launch the GBA VC game
97-
+ Exit the GBA VC game
98-
+ Power off your device
99-
+ Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9
100-
+ Navigate to `[S:] SYSNAND VIRTUAL`
101-
+ Press (A) on `agbsave.bin` to select it
102-
+ Select "AGBSAVE options..."
103-
+ Select "Dump GBA VC save"
104-
+ Press (A) to continue
105-
+ Press (Start) to reboot your device
96+
+ Launch the GBA VC game
97+
+ Exit the GBA VC game
98+
+ Power off your console
99+
+ Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
100+
+ Navigate to `[S:] SYSNAND VIRTUAL`
101+
+ Press (A) on `agbsave.bin` to select it
102+
+ Select "AGBSAVE options..."
103+
+ Select "Dump GBA VC save"
104+
+ Press (A) to continue
105+
+ Press (Start) to reboot your console
106106

107107
## Restore GBA VC Saves
108108

109109
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`.
110110
{: .notice--info}
111111

112112
1. Do the following process for each GBA VC game that you want to restore the save for:
113-
+ Launch the GBA VC game
114-
+ Exit the GBA VC game
115-
+ Power off your device
116-
+ Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9
117-
+ Navigate to `[0:] SDCARD` -> `gm9`
118-
+ Press (Y) on the `<TitleID>.gbavc.sav` file you wish to restore to copy it
119-
+ Press (B) to return to the main menu
120-
+ Navigate to `[S:] SYSNAND VIRTUAL`
121-
+ Press (A) on `agbsave.bin` to select it
122-
+ Select "AGBSAVE options..."
123-
+ Select "Inject GBA VC save"
124-
+ Press (A) to continue
125-
+ Press (Start) to reboot your device
126-
+ Launch the GBA VC game
127-
+ Exit the GBA VC game
113+
+ Launch the GBA VC game
114+
+ Exit the GBA VC game
115+
+ Power off your console
116+
+ Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
117+
+ Navigate to `[0:] SDCARD` -> `gm9`
118+
+ Press (Y) on the `<TitleID>.gbavc.sav` file you wish to restore to copy it
119+
+ Press (B) to return to the main menu
120+
+ Navigate to `[S:] SYSNAND VIRTUAL`
121+
+ Press (A) on `agbsave.bin` to select it
122+
+ Select "AGBSAVE options..."
123+
+ Select "Inject GBA VC save"
124+
+ Press (A) to continue
125+
+ Press (Start) to reboot your console
126+
+ Launch the GBA VC game
127+
+ Exit the GBA VC game
128128

129129
## Encrypting / Decrypting a .CIA file
130130

131131
For organizational purposes, copy each `.cia` file you wish to encrypt / decrypt to the `/cias/` folder on your SD card
132132
{: .notice--info}
133133

134-
1. Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9
134+
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
135135
1. Navigate to `[0:] SDCARD` -> `cias`
136136
1. Press (A) on the `.cia` file to select it, then select "CIA image options..."
137137
1. Select the option to perform the desired function:

_pages/en_US/f3-(linux).txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Average Reading speed: 9.42 MB/s
5656

5757
___
5858

59-
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)`, your SD card is good and you can delete all `.h2w` files on your SD card
59+
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)`, your SD card is good and you can delete all `.h2w` files on your SD card.
6060
{: .notice--success}
6161

6262
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!

_pages/en_US/f3x-(mac).txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you're using a Mac on macOS 10.13 (High Sierra) and above, follow [F3XSwift (
3030

3131
___
3232

33-
If the test shows the result `Success! Your card is ok!` your SD card is good and you can delete all `.h2w` files on your SD card
33+
If the test shows the result `Success! Your card is ok!`, your SD card is good and you can delete all `.h2w` files on your SD card.
3434
{: .notice--success}
3535

3636
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!

_pages/en_US/f3xswift-(mac).txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ F3XSwift is only compatible with macOS 10.13 (High Sierra) and above. If you hav
2828
1. Click "Open" to confirm writing to your SD card
2929
1. Wait until the process is complete
3030

31-
If the test shows the result `Success! Your card is ok!`, your SD card is good and you can delete all .h2w files on your SD card
31+
___
32+
33+
If the test shows the result `Success! Your card is ok!`, your SD card is good and you can delete all `.h2w` files on your SD card.
3234
{: .notice--success}
3335

3436
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!

_pages/en_US/file-extensions-(windows).txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This will make it easier for you to find the referenced files in the rest of thi
2525
#### Windows 10 / 8.1 / 8
2626

2727
1. Launch File Explorer by opening any directory, such as your SD card directory
28-
1. Click the "View" option on the ribbon menu
28+
1. Click the "View" option on the ribbon menu
2929
1. Check the box labeled "File name extensions"
3030

3131
![]({{ "/images/screenshots/windows-10-file-extensions.png" | absolute_url }})

0 commit comments

Comments
 (0)