mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-11 03:04:40 +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,16 +1,13 @@
|
||||
---
|
||||
title: "Finalizing Setup"
|
||||
---
|
||||
# Finalizing Setup
|
||||
|
||||
{% include toc title="Table of Contents" %}
|
||||
|
||||
### Required Reading
|
||||
## 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 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.
|
||||
|
||||
{% capture notice-6 %}
|
||||
::: info
|
||||
|
||||
The script will install the following applications:
|
||||
|
||||
+ **[FBI](https://github.com/lifehackerhansol/FBI)** *(installs CIA formatted applications)*
|
||||
@@ -22,25 +19,31 @@ The script will install the following applications:
|
||||
+ **[GodMode9](https://github.com/d0k3/GodMode9)** *(multipurpose tool which can do NAND and cartridge functions)*
|
||||
|
||||
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.)
|
||||
{% endcapture %}
|
||||
<div class="notice--info">{{ notice-6 | markdownify }}</div>
|
||||
|
||||
### Compatibility Notes
|
||||
:::
|
||||
|
||||
## Compatibility Notes
|
||||
|
||||
::: warning
|
||||
|
||||
If your **New 3DS** was on version 2.1.0 before following this guide, you should [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before continuing. This likely doesn't apply to you unless you were following this guide in 2017.
|
||||
{: .notice--warning}
|
||||
|
||||
:::
|
||||
|
||||
::: info
|
||||
|
||||
If your previous CFW setup was EmuNAND-based and you wish to move the contents of your EmuNAND/RedNAND to SysNAND, follow [Move EmuNAND](move-emunand) before following this page. If you don't know what an EmuNAND is, this doesn't apply to you.
|
||||
{: .notice--info}
|
||||
|
||||
### What You Need
|
||||
:::
|
||||
|
||||
## What You Need
|
||||
|
||||
* [x_finalize_helper.firm](https://github.com/hacks-guide/finalize/releases/latest/download/x_finalize_helper.firm) (direct download)
|
||||
* [finalize.romfs](https://github.com/hacks-guide/finalize/releases/latest/download/finalize.romfs) (direct download)
|
||||
|
||||
### Instructions
|
||||
## Instructions
|
||||
|
||||
#### Section I - Prep Work
|
||||
### Section I - Prep Work
|
||||
|
||||
In this section, you will copy the files necessary to follow the rest of the instructions on this page.
|
||||
|
||||
@@ -53,24 +56,30 @@ In this section, you will copy the files necessary to follow the rest of the ins
|
||||
|
||||
The screenshot below indicates the minimum SD card layout that is required to follow this page. You may have extra files or folders on your SD card, depending on your previous setup or the method that you followed.
|
||||
|
||||

|
||||
{: .notice--info}
|
||||
::: info
|
||||
|
||||

|
||||
{: .notice--info}
|
||||

|
||||
|
||||
#### Section II - Updating the System
|
||||
:::
|
||||
|
||||
::: info
|
||||
|
||||

|
||||
|
||||
:::
|
||||
|
||||
### Section II - Updating the System
|
||||
|
||||
In this section, you will update your system to the latest version, which is safe to do with custom firmware.
|
||||
|
||||
{% include_relative include/sysupdate.txt cfw="true" %}
|
||||
<!--@include: ./_include/sysupdate.md -->
|
||||
|
||||
#### Section III - RTC and DSP setup
|
||||
### Section III - RTC and DSP setup
|
||||
|
||||
In this section, you will sync your 3DS internal clock with the actual time and dump the sound firmware (which is necesssary for some homebrew software to use sound properly).
|
||||
|
||||
1. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
|
||||
+ If one of these buttons is broken, download [config.ini]({{ base_path }}/assets/config.ini){:download="config.ini"} and put it in your `luma` folder, replacing the existing one. This will change the Rosalina menu key combination to (X) + (Y)
|
||||
+ If one of these buttons is broken, download [config.ini](/assets/config.ini) and put it in your `luma` folder, replacing the existing one. This will change the Rosalina menu key combination to (X) + (Y)
|
||||
1. Select "Miscellaneous options"
|
||||
1. Select "Dump DSP firmware"
|
||||
1. Press (B) to continue
|
||||
@@ -79,7 +88,7 @@ In this section, you will sync your 3DS internal clock with the actual time and
|
||||
1. Press (B) to return to the Rosalina main menu
|
||||
1. Press (B) to exit the Rosalina menu
|
||||
|
||||
#### Section IV - Setup Script
|
||||
### Section IV - Setup Script
|
||||
|
||||
In this section, you will use a series of scripts to automate homebrew installation, SD card cleanup, and system file backup.
|
||||
|
||||
@@ -108,24 +117,33 @@ In this section, you will use a series of scripts to automate homebrew installat
|
||||
|
||||
___
|
||||
|
||||
::: tip
|
||||
|
||||
You're done! Custom firmware is now fully configured on your console.
|
||||
{: .notice--success}
|
||||
|
||||
:::
|
||||
|
||||
::: info
|
||||
|
||||
Trying to figure out what to do with your newly modded device? Visit [our wiki](https://wiki.hacks.guide/wiki/3DS:Things_to_do)!
|
||||
{: .notice--info}
|
||||
|
||||
:::
|
||||
|
||||
### Information and Notes
|
||||
|
||||
{% capture notice-6 %}
|
||||
::: info
|
||||
|
||||
Here are some key combos that you should know:
|
||||
|
||||
+ Holding (Select) on boot will launch the Luma3DS configuration menu.
|
||||
+ Holding (Start) on boot will launch GodMode9, or if you have multiple payloads in `/luma/payloads/`, the Luma3DS chainloader.
|
||||
+ By default, pressing (Left Shoulder) + (Down D-Pad) + (Select) while in 3DS mode will open the Rosalina menu, where you can check system information, take screenshots, enable cheats, and more. This can be changed from the Rosalina menu.
|
||||
+ Holding (Start) + (Select) + (X) on boot will make the notification LED show a color for debug purposes. See the [changelog](https://github.com/SciresM/boot9strap/releases/tag/1.4) for a list.
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--info">{{ notice-6 | markdownify }}</div>
|
||||
:::
|
||||
|
||||
::: info
|
||||
|
||||
For information on using GodMode9's various features, check out the [GodMode9 Usage](godmode9-usage) and [Dumping Titles and Game Cartridges](dumping-titles-and-game-cartridges) pages.
|
||||
{: .notice--info}
|
||||
|
||||
:::
|
||||
|
Reference in New Issue
Block a user