1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-19 23:12:36 +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:
lifehackerhansol
2024-09-16 01:58:08 -07:00
parent cf408fbf94
commit d84cb07e29
77 changed files with 1619 additions and 1332 deletions

View File

@@ -1,23 +1,16 @@
---
title: "Installing boot9strap (Soundhax)"
---
# Installing boot9strap (Soundhax)
{% include toc title="Table of Contents" %}
{% capture technical_info %}
<summary><em>Technical Details (optional)</em></summary>
::: details Technical Details (optional)
For technical details on the exploits that you will be using on this page, see [here](https://github.com/nedwill/soundhax) (Soundhax) and [here](https://github.com/TuxSH/universal-otherapp) (universal-otherapp).
{% endcapture %}
<details>{{ technical_info | markdownify }}</details>
{: .notice--info}
:::
### Compatibility Notes
## Compatibility Notes
Soundhax (when combined with universal-otherapp) is compatible with versions 1.0.0 through 11.3.0 in all regions.
### What You Need
## What You Need
* The latest release of [Soundhax](http://soundhax.com) *(for your region, console, and version)*
* If Soundhax appears in your browser as an unplayable video, press Ctrl+S or Cmd+S to save it to your computer
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
@@ -25,9 +18,9 @@ Soundhax (when combined with universal-otherapp) is compatible with versions 1.0
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
* The latest release of [universal-otherapp](https://github.com/TuxSH/universal-otherapp/releases/latest) (`otherapp.bin`)
### Instructions
## Instructions
#### Section I - Prep Work
### Section I - Prep Work
In this section, you will copy the files needed to trigger both Soundhax and universal-otherapp.
@@ -43,20 +36,29 @@ In this section, you will copy the files needed to trigger both Soundhax and uni
1. Reinsert your SD card into your console
1. Power on your console
![]({{ "/images/screenshots/uosoundhax-root-layout.png" | absolute_url }})
{: .notice--info}
::: info
![]({{ "/images/screenshots/boot9strap-folder.png" | absolute_url }})
{: .notice--info}
![](/images/screenshots/uosoundhax-root-layout.png)
#### Section II - Launching SafeB9SInstaller
:::
::: info
![](/images/screenshots/boot9strap-folder.png)
:::
### Section II - Launching SafeB9SInstaller
In this section, you will launch Soundhax through the Nintendo 3DS Sound app, which will use universal-otherapp to launch the boot9strap (custom firmware) installer.
1. Launch Nintendo 3DS Sound
![]({{ "/images/screenshots/soundhax-welcome.png" | absolute_url }})
{: .notice--info}
::: info
![](/images/screenshots/soundhax-welcome.png)
:::
1. If you've never opened Nintendo 3DS Sound before and get tips on how to use it from a bird icon, go through all of the bird tips, then close the app normally and relaunch it
+ In this situation, launching Soundhax immediately would cause these tips to appear on every launch of the Nintendo 3DS Sound until this is done
@@ -66,20 +68,29 @@ In this section, you will launch Soundhax through the Nintendo 3DS Sound app, wh
+ If it freezes, force the console to power off by holding the power button, then try again
+ If you get a different error, [follow this troubleshooting guide](troubleshooting#installing-boot9strap-soundhax)
![]({{ "/images/screenshots/soundhax-launch.png" | absolute_url }})
{: .notice--info}
::: info
![](/images/screenshots/soundhax-launch.png)
:::
1. If the exploit was successful, you will have booted into SafeB9SInstaller
#### Section III - Installing boot9strap
### Section III - Installing boot9strap
{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
{%- include_relative include/configure-luma3ds.txt %}
In this section, you will install custom firmware onto your console.
{% include_relative include/luma3ds-installed-note.txt %}
1. When prompted, input the key combo given on the top screen to install boot9strap
+ If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [follow this troubleshooting guide](troubleshooting#issues-with-safeb9sinstaller)
1. Once it is complete, press (A) to reboot your console
<!--@include: ./_include/configure-luma3ds.md -->
<!--@include: ./_include/luma3ds-installed-note.md -->
___
### Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}
::: tip
Continue to [Finalizing Setup](finalizing-setup)
:::