From 6ec05d90d2c618540f3e48a667d00d56252e6b95 Mon Sep 17 00:00:00 2001 From: Gruetzig Date: Thu, 6 Apr 2023 21:10:59 -0700 Subject: [PATCH] Add sysupdate include, use it with finalizing-setup and super-skaterhax --- _pages/en_US/finalizing-setup.txt | 6 +----- .../homebrew-launcher-(super-skaterhax).txt | 19 ++++++++++--------- _pages/en_US/include/sysupdate.txt | 9 +++++++++ 3 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 _pages/en_US/include/sysupdate.txt diff --git a/_pages/en_US/finalizing-setup.txt b/_pages/en_US/finalizing-setup.txt index 99a2426cc8..edf044b9df 100644 --- a/_pages/en_US/finalizing-setup.txt +++ b/_pages/en_US/finalizing-setup.txt @@ -70,11 +70,7 @@ The screenshots below indicate the minimum SD card layout that is required to fo In this section, you will update your system to the latest version, which is safe to do with custom firmware. -1. Update your device by going to System Settings, then "Other Settings", then going all the way to the right and using "System Update" - + Updates while using B9S + Luma (what you have) are safe - + The updater may display a message saying "Your system is up to date" instead of updating. This is normal if you are already up to date; continue with the next section - + If this gives you an error, set both your DNS settings and Proxy settings to "auto" - + If this still gives you an error, [follow this troubleshooting guide](troubleshooting#finalizing-setup) +{% include_relative include/sysupdate.txt cfw="true" %} #### Section III - Homebrew Launcher diff --git a/_pages/en_US/homebrew-launcher-(super-skaterhax).txt b/_pages/en_US/homebrew-launcher-(super-skaterhax).txt index 7031dac711..fd5d278786 100644 --- a/_pages/en_US/homebrew-launcher-(super-skaterhax).txt +++ b/_pages/en_US/homebrew-launcher-(super-skaterhax).txt @@ -1,5 +1,5 @@ --- -title: "Installing boot9strap (SSLoth-Browser)" +title: "Homebrew Launcher (super-skaterhax)" --- {% include toc title="Table of Contents" %} @@ -14,7 +14,7 @@ For technical details on the exploits that you will be using on this page, see [ ### Compatibility Notes -Super-skaterhax (when combined with unSAFE_MODE) is compatible with versions 11.15.0 through 11.16.0 in all regions. +Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions except TWN/CHN. The instructions provided only apply to the New 3DS, New 3DS XL, and New 2DS XL. Please ensure that the device you are modding is a New 3DS, New 3DS XL, or New 2DS XL before continuing. {: .notice--warning} @@ -23,23 +23,24 @@ The instructions provided only apply to the New 3DS, New 3DS XL, and New 2DS XL. * The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file) * The latest release of [super-skaterhax](https://github.com/zoogie/super-skaterhax/releases) (the release `.zip` file) -* The latest release of [unSAFE_MODE](https://github.com/zoogie/unSAFE_MODE/releases/latest) (the RELEASE `.zip` file) -#### Section I - Prep Work +#### Section I - Updating the System -In this section, you will copy the files needed to trigger both browserhax and the Homebrew Launcher. +{% include_relative include/sysupdate.txt cfw="false" %} + +#### Section II - Prep Work + +In this section, you will copy the files needed to trigger both super-skaterhax and the Homebrew Launcher. 1. Power off your device 1. Insert your SD card into your computer 1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card + The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it 1. Copy all files inside the folder for your device's region in the super-skaterhax `.zip` to the root of your SD card -1. Create a folder named `3ds` on the root of your SD card -1. Copy the `slotTool` folder from the unSAFE_MODE `.zip` to the `3ds` folder on your SD card 1. Reinsert your SD card into your device 1. Power on your device -#### Section II - super-skaterhax +#### Section III - super-skaterhax In this section, you will visit the browser exploit webpage, which will launch the Homebrew Launcher. @@ -66,7 +67,7 @@ If you haven't already, make sure you have a working Internet connection set up 1. If the exploit was successful, your device will have booted into the Homebrew Launcher 1. Power off your device -#### Section III - Hardware Button Check +#### Section IV - Hardware Button Check {% include_relative include/safemodecheck.txt %} diff --git a/_pages/en_US/include/sysupdate.txt b/_pages/en_US/include/sysupdate.txt new file mode 100644 index 0000000000..e99a9ec9b9 --- /dev/null +++ b/_pages/en_US/include/sysupdate.txt @@ -0,0 +1,9 @@ +1. Update your device by going to System Settings, then "Other Settings", then going all the way to the right and using "System Update" +{%- if include.cfw == "true" %} + + Updates while using B9S + Luma (what you have) are safe +{%- endif %} + + The updater may display a message saying "Your system is up to date" instead of updating. This is normal if you are already up to date; continue to the next section + + If this gives you an error, set both your DNS settings and Proxy settings to "Auto" +{%- if include.cfw == "true" %} + + If this still gives you an error, [follow this troubleshooting guide](troubleshooting#finalizing-setup) +{%- endif %}