1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-11 19:24:14 +02:00

finalizing-setup: qol, including moving src links

- Reword Required Reading to be more clear about what the user has done (this line is a holdover from the Plailect days)
- Move homebrew links to "source code" dropdown to avoid people accidentally clicking them
- Add inline troubleshooting for missing title database
This commit is contained in:
lily
2025-02-16 05:40:27 -08:00
parent cdac8d4089
commit 86a79db0b1

View File

@@ -2,7 +2,7 @@
## Required Reading
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND. In this case, we are using Luma3DS by [LumaTeam](https://github.com/LumaTeam/) to patch the console, allowing it to run homebrew software.
On the previous page, you installed boot9strap, a custom firmware loader that loads the file `boot.firm` from SD card or NAND (internal memory). In this case, we are using Luma3DS by [LumaTeam](https://github.com/LumaTeam/) as our `boot.firm` to patch the console, allowing it to run homebrew software.
On this page, we will make critical system file backups and install some homebrew programs. Most of these steps will be automated using a script that you will run on your console.
@@ -10,16 +10,28 @@ On this page, we will make critical system file backups and install some homebre
The script will install the following applications:
+ **[FBI](https://github.com/lifehackerhansol/FBI)** *(installs CIA formatted applications)*
+ **[Homebrew Launcher Loader](https://github.com/PabloMK7/homebrew_launcher_dummy)** *(launches the Homebrew Launcher)*
+ **[Anemone3DS](https://github.com/astronautlevel2/Anemone3DS)** *(installs custom themes)*
+ **[Checkpoint](https://github.com/FlagBrew/Checkpoint)** *(backs up and restores save files for 3DS and DS games)*
+ **[ftpd](https://github.com/mtheall/ftpd)** *(access your 3DS SD card wirelessly)*
+ **[Universal-Updater](https://github.com/Universal-Team/Universal-Updater/)** *(a homebrew app store for downloading homebrew from the 3DS over Wi-Fi)*
+ **[GodMode9](https://github.com/d0k3/GodMode9)** *(multipurpose tool which can do NAND and cartridge functions)*
+ **FBI** by Steveice10 *(installs CIA formatted applications)*
+ **Homebrew Launcher Loader** by PabloMK7 *(runs Homebrew Launcher, for 3DSX format homebrew)*
+ **Anemone3DS** by astronautlevel2 *(installs custom themes, splashes, and badges)*
+ **Checkpoint** by BernardoGiordano/FlagBrew *(manages 3DS/DS game save data)*
+ **ftpd** by mtheall *(allows wireless 3DS SD card access over FTP)*
+ **Universal-Updater** by Universal-Team *(on-device app store for downloading homebrew over Wi-Fi)*
+ **GodMode9** by d0k3 *(multipurpose tool for extracting data from internal memory or cartridges)*
If you don't want one of these applications, you can remove them after you have finished this page by navigating to System Settings -> Data Management -> Nintendo 3DS -> Software. (GodMode9 cannot be removed in this way and is generally required for other functions.)
::: details Source code links (optional)
All applications installed on this guide are open-source. If you are interested in seeing how they work, or would like to leave a star to show your appreciation, their source code is linked here:
- [FBI](https://github.com/lifehackerhansol/FBI)
- [Homebrew Launcher Loader](https://github.com/PabloMK7/homebrew_launcher_dummy)
- [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS)
- [Checkpoint](https://github.com/bernardogiordano/checkpoint/releases)
- [ftpd](https://github.com/mtheall/ftpd)
- [Universal-Updater](https://github.com/Universal-Team/Universal-Updater/)
- [GodMode9](https://github.com/d0k3/GodMode9)
:::
## Compatibility Notes
@@ -104,6 +116,7 @@ In this section, you will use a series of scripts to automate homebrew installat
1. Select "Scripts..."
1. Select "finalize"
1. Follow the prompts in the script, answering any questions that you are asked
+ If you see "Information #05: No title database", press (A) to import and enter the buttons on-screen to proceed
+ If you encounter an error, follow the instructions in the error message or consult the [troubleshooting](troubleshooting-finalizing-setup) page
1. Once the script says "Setup complete!", press (A) to power off the device
+ If you do NOT see the message "Setup complete!", the script was not successful and you will need to redo this section from Step 3