_sysnand_##.bin.sha` from the `/gm9/out/` folder on your SD card after copying it
+ - The other backup files are negligible in size and may be kept on your SD card for ease of access
+19. Reinsert your SD card into your console
diff --git a/docs/th_TH/include/rmproxy.md b/docs/th_TH/include/rmproxy.md
new file mode 100644
index 0000000000..d072e91f81
--- /dev/null
+++ b/docs/th_TH/include/rmproxy.md
@@ -0,0 +1,10 @@
+In this section, you will restore the Internet settings back to normal.
+
+1. Launch the System Settings application
+2. Navigate to `Internet Settings` -> `Connection Settings`
+3. Click on your network connection slot and navigate to `Change Settings` -> `Next Page (right arrow)` -> `Proxy Settings`
+4. Set "Proxy Settings" to "No"
+5. Click OK, then click Save
+6. When prompted, click "Test" to perform the connection test
+ - The test should succeed
+7. Power off your console
diff --git a/docs/th_TH/include/sysupdate.md b/docs/th_TH/include/sysupdate.md
new file mode 100644
index 0000000000..0c37b8b95a
--- /dev/null
+++ b/docs/th_TH/include/sysupdate.md
@@ -0,0 +1,5 @@
+1. Update your console 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 to 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)
diff --git a/docs/th_TH/include/winerror234.md b/docs/th_TH/include/winerror234.md
new file mode 100644
index 0000000000..00381239c2
--- /dev/null
+++ b/docs/th_TH/include/winerror234.md
@@ -0,0 +1,44 @@
+When creating the MSET9 ID1 on Windows 10 and above, the script may fail with this error:
+
+
+
+This occurs because of the beta UTF-8 support in Windows. You must disable it to run MSET9:
+
+1. Hit **Windows Key + R** to open up the Run dialogue, type `intl.cpl` then click "OK"
+ ::: info
+
+ 
+
+ :::
+
+2. Click on `Administrative`, then `Change System Locale`
+
+ ::: info
+
+ 
+
+ :::
+
+ ::: info
+
+ 
+
+ :::
+
+3. Uncheck the box next to `Beta: Use Unicode UTF-8 for worldwide language support` then click "OK"
+
+ ::: info
+
+ 
+
+ :::
+
+4. Click "Restart Now"
+
+ ::: info
+
+ 
+
+ :::
+
+After your PC has rebooted, try creating the MSET9 ID1 again.
diff --git a/docs/th_TH/uninstall-cfw.md b/docs/th_TH/uninstall-cfw.md
index b661b67b05..de81692556 100644
--- a/docs/th_TH/uninstall-cfw.md
+++ b/docs/th_TH/uninstall-cfw.md
@@ -1,201 +1,229 @@
----
-title: "Uninstall CFW"
----
+# Uninstall CFW
-{% include toc title="Table of Contents" %}
-
-### Required Reading
+## Required Reading
This will completely remove CFW from your console, including boot9strap and Luma3DS, for the purpose of restoring the console to stock.
Any unsigned (illegitimate) games will be rendered unusable and will be removed during this process. Use a [save manager](https://github.com/FlagBrew/Checkpoint/releases/latest) to back up any saves that you care about.
-{% capture notice-6 %}
+::: danger
+
If you're removing CFW because:
-* You want to re-install it
-* You want to change SD cards
-* Your SD card was lost or corrupted
-* One of your games is broken
-* One of your system applications is broken
-* Your console is unable to boot to HOME Menu
+- You want to re-install it
+- You want to change SD cards
+- Your SD card was lost or corrupted
+- One of your games is broken
+- One of your system applications is broken
+- Your console is unable to boot to HOME Menu
-STOP!!! Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst BRICK your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
-{% endcapture %}
-{{ notice-6 | markdownify }}
+**STOP!!!** Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst **BRICK** your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
+
+:::
+
+::: danger
-{% capture notice-6 %}
If you have done ANY of the following:
-* [Changed the region](region-changing) of the console
-* Installed a custom keyboard
-* Installed a custom HOME Menu (*not* a custom theme)
-* Manually changed the encryption key (`movable.sed`) of the console
-* Unbanned the console
-then uninstalling CFW WILL BRICK YOUR CONSOLE. If this applies to you, [restore a clean NAND backup](godmode9-usage#restoring-a-nand-backup) before continuing.
-{% endcapture %}
-{{ notice-6 | markdownify }}
+- [Changed the region](region-changing) of the console
+- Installed a custom keyboard
+- Installed a custom HOME Menu (_not_ a custom theme)
+- Manually changed the encryption key (`movable.sed`) of the console
+- Unbanned the console
+
+then uninstalling CFW **WILL BRICK YOUR CONSOLE**. If this applies to you, [restore a clean NAND backup](godmode9-usage#restoring-a-nand-backup) before continuing.
+
+:::
+
+::: warning
These instructions will only work on consoles with a Luma3DS version of 8.0 or higher. If you have an older version of Luma, you must upgrade your setup before following these instructions. Follow [this page](checking-for-cfw) to find your upgrade instructions.
-{: .notice--warning}
-### What You Need
+:::
-* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
-* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) (the GodMode9 `.zip` file)
-* The latest release of [DSiWare Uninstaller](https://github.com/MechanicalDragon0687/DSiWare-Uninstaller/releases/latest)
-* [safety_test.gm9]({{ base_path }}/gm9_scripts/safety_test.gm9)
+## What You Need
-### Instructions
+- The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
+- The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) (the GodMode9 `.zip` file)
+- The latest release of [DSiWare Uninstaller](https://github.com/MechanicalDragon0687/DSiWare-Uninstaller/releases/latest)
+- [safety_test.gm9](/gm9_scripts/safety_test.gm9)
+
+## Instructions
+
+### Section I - Prep Work
-#### Section I - Prep Work
1. Power off your console
-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
-1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
-1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
-1. Copy `DSiWareUninstaller.3dsx` to the `/3ds/` folder on your SD card
-1. Copy `safety_test.gm9` to the `/gm9/scripts/` folder on your SD card
-1. Reinsert your SD card into your console
+2. Insert your SD card into your computer
+3. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
+4. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
+5. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
+6. Copy `DSiWareUninstaller.3dsx` to the `/3ds/` folder on your SD card
+7. Copy `safety_test.gm9` to the `/gm9/scripts/` folder on your SD card
+8. Reinsert your SD card into your console
+
+### Section II - DS Mode Tests
-#### Section II - DS Mode Tests
The purpose of this section is to check whether built-in DS mode applications will continue to work once CFW is uninstalled. If you skip this section, DS mode or its functions may be inaccessible until CFW is reinstalled.
-##### DS Connection Settings Test
-1. Power on your console
-1. Launch System Settings on your console
-1. Navigate to `Internet Settings` -> `Nintendo DS Connection Settings`, then click OK
-1. You should boot into the Nintendo DS Connection Setup menu
- + If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
-1. Power off your console
+#### DS Connection Settings Test
-##### DS Download Play Test
1. Power on your console
-1. Launch the Download Play application ({: height="24px" width="24px"})
-1. Select "Nintendo DS"
-1. If your console loads into a "Download software via DS Download Play" menu, the test was successful
- + If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
-1. Power off your console
+2. Launch System Settings on your console
+3. Navigate to `Internet Settings` -> `Nintendo DS Connection Settings`, then click OK
+4. You should boot into the Nintendo DS Connection Setup menu
+ - If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
+5. Power off your console
+
+#### DS Download Play Test
+
+1. Power on your console
+2. Launch the Download Play application ({height="24px" width="24px"})
+3. Select "Nintendo DS"
+4. If your console loads into a "Download software via DS Download Play" menu, the test was successful
+ - If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
+5. Power off your console
+
+::: warning
If either of these tests has failed, DS mode, DS Download Play, and/or DS Connection Settings may be inaccessible once CFW is uninstalled! You should [fix DS mode](troubleshooting#software-issues-on-consoles-with-custom-firmware) before continuing.
-{: .notice--warning}
-#### Section III - Safety Test
+:::
+
+### Section III - Safety Test
+
The purpose of this section is to verify that the console will boot and that critical system functions, like System Settings and the keyboard, will work once CFW is uninstalled. **If you skip this section, you may BRICK your console!**
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
-1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it is complete
-1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
- + Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after following this guide
-1. Press (Home) to bring up the action menu
-1. Select "Scripts..."
-1. Select "safety_test"
-1. Read the text on-screen and press (A) to continue
-1. You should boot into the regular 3DS HOME Menu (any custom theme is irrelevant). If you do, continue these instructions
- + If you do not boot into the regular 3DS HOME Menu (black screen, error screen, etc.), uninstalling CFW **WILL BRICK YOUR CONSOLE!**
-1. Launch System Settings on your console
- + If the console crashes at this point, the test has failed
-1. Select "Other Settings"
-1. Select "Profile"
-1. Select "User Name"
-1. If you are able to enter a new user name, the test was successful
- + If the keyboard does not appear, the screen freezes, or the console crashes, the test has failed
-1. Power off your console
+2. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it is complete
+3. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ - Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after following this guide
+4. Press (Home) to bring up the action menu
+5. Select "Scripts..."
+6. Select "safety_test"
+7. Read the text on-screen and press (A) to continue
+8. You should boot into the regular 3DS HOME Menu (any custom theme is irrelevant). If you do, continue these instructions
+ - If you do not boot into the regular 3DS HOME Menu (black screen, error screen, etc.), uninstalling CFW **WILL BRICK YOUR CONSOLE!**
+9. Launch System Settings on your console
+ - If the console crashes at this point, the test has failed
+10. Select "Other Settings"
+11. Select "Profile"
+12. Select "User Name"
+13. If you are able to enter a new user name, the test was successful
+ - If the keyboard does not appear, the screen freezes, or the console crashes, the test has failed
+14. Power off your console
+
+::: danger
If you do NOT boot into the regular 3DS HOME Menu, or System Settings / your keyboard is inaccessible, **DO NOT continue with these instructions**! Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask (in English) for someone there to assist you.
-{: .notice--danger}
-#### Section IV - NAND Backup
+:::
+
+### Section IV - NAND Backup
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
-1. Press (Home) to bring up the action menu
-1. Select "Scripts..."
-1. Select "GM9Megascript"
-1. Select "Backup Options"
-1. Select "SysNAND Backup"
-1. Press (A) to confirm
- + This process will take some time
- + If you get an error, ensure you have at least 1.3GB of free space on your SD card
-1. Press (B) to return to the main menu
-1. Select “Exit”
-1. Press (Home) to bring up the action menu
-1. Select "Poweroff system" to power off your console
+2. Press (Home) to bring up the action menu
+3. Select "Scripts..."
+4. Select "GM9Megascript"
+5. Select "Backup Options"
+6. Select "SysNAND Backup"
+7. Press (A) to confirm
+ - This process will take some time
+ - If you get an error, ensure you have at least 1.3GB of free space on your SD card
+8. Press (B) to return to the main menu
+9. Select “Exit”
+10. Press (Home) to bring up the action menu
+11. Select "Poweroff system" to power off your console
+
+### Section V - Removing illegitimate content
+
+::: warning
-#### Section V - Removing illegitimate content
This section will remove illegitimate content, like homebrew and dumped cartridges. If you have save data that you care about, back it up with a save manager before continuing!
-{: .notice--warning}
+
+:::
1. Power on your console
-1. Launch System Settings on your console
-1. Navigate to Data Management > Nintendo 3DS > Software
-1. In this list of software, delete any non-Nintendo content you installed while using CFW
- + This includes common system software such as FBI, Anemone3DS, Luma Updater, Homebrew Launcher, Checkpoint, and others, along with any games and titles that you did *not* install from the eShop
-1. Navigate to `Data Management` -> `DSiWare`
-1. In this list of software, delete any non-Nintendo content you installed while using CFW
- + This includes software such as TWiLightMenu++, along with any games and titles that you did *not* install from the eShop
- + Failure to remove all CFW software from both the 3DS and DSiWare sections before uninstalling CFW may prevent or disable access to the Data Management menu after uninstalling CFW, which will make it difficult to re-install CFW in the future
-1. Exit the System Settings application
-1. Launch the Download Play application ({: height="24px" width="24px"})
-1. Wait until you see the two buttons
-1. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
-1. Select "Miscellaneous options"
-1. Select "Switch the hb. title to the current app."
-1. Press (B) to continue
-1. Press (B) to return to the Rosalina main menu
-1. Press (B) to exit the Rosalina menu
-1. Press (Home), then close Download Play
-1. Launch the Download Play application
-1. Your console should load the Homebrew Launcher
-1. Launch DSiWare Uninstaller from the list of homebrew
-1. Follow the prompts and allow the program to uninstall
-1. Once the process has succeeded, exit the Homebrew Launcher and power off your console
+2. Launch System Settings on your console
+3. Navigate to Data Management > Nintendo 3DS > Software
+4. In this list of software, delete any non-Nintendo content you installed while using CFW
+ - This includes common system software such as FBI, Anemone3DS, Luma Updater, Homebrew Launcher, Checkpoint, and others, along with any games and titles that you did _not_ install from the eShop
+5. Navigate to `Data Management` -> `DSiWare`
+6. In this list of software, delete any non-Nintendo content you installed while using CFW
+ - This includes software such as TWiLightMenu++, along with any games and titles that you did _not_ install from the eShop
+ - Failure to remove all CFW software from both the 3DS and DSiWare sections before uninstalling CFW may prevent or disable access to the Data Management menu after uninstalling CFW, which will make it difficult to re-install CFW in the future
+7. Exit the System Settings application
+8. Launch the Download Play application ({height="24px" width="24px"})
+9. Wait until you see the two buttons
+10. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
+11. Select "Miscellaneous options"
+12. Select "Switch the hb. title to the current app."
+13. Press (B) to continue
+14. Press (B) to return to the Rosalina main menu
+15. Press (B) to exit the Rosalina menu
+16. Press (Home), then close Download Play
+17. Launch the Download Play application ({height="24px" width="24px"})
+18. Your console should load the Homebrew Launcher
+19. Launch DSiWare Uninstaller from the list of homebrew
+20. Follow the prompts and allow the program to uninstall
+21. Once the process has succeeded, exit the Homebrew Launcher and power off your console
+
+### Section VI - System Format
-#### Section VI - System Format
This section will ensure that all illegitimate tickets are removed, allowing eShop to work normally. This will remove all content from the 3DS and log you out of your NNID. Keep in mind that your console's encryption key will be shuffled, meaning that any old data will be rendered inaccessible, even if you have a backup of your SD contents.
1. Power on your console
-1. Launch System Settings on your console
-1. Navigate to Other Settings -> Next Page (until the final page) -> Format System Memory
-1. Follow the prompts to format your 3DS
+2. Launch System Settings on your console
+3. Navigate to Other Settings -> Next Page (until the final page) -> Format System Memory
+4. Follow the prompts to format your 3DS
+### Section VII - Running Uninstall Script
+
+::: warning
-#### Section VII - Running Uninstall Script
This is your final opportunity to verify that all safety steps above have been followed! Please ensure that you have followed all sections on this page, **especially** `Section III - Safety Test`, before continuing.
-{: .notice--warning}
-{% capture notice-6 %}
+:::
+
+::: danger
+
If you're removing CFW because:
-* You want to re-install it
-* You want to change SD cards
-* Your SD card was lost or corrupted
-* One of your games is broken
-* One of your system applications is broken
-* Your console is unable to boot to HOME Menu
+- You want to re-install it
+- You want to change SD cards
+- Your SD card was lost or corrupted
+- One of your games is broken
+- One of your system applications is broken
+- Your console is unable to boot to HOME Menu
-STOP!!! Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst BRICK your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
-{% endcapture %}
-{{ notice-6 | markdownify }}
+**STOP!!!** Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst **BRICK** your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
+
+:::
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
- + If you instead see the Luma3DS chainloader, use the D-Pad and the (A) button to select GodMode9
-1. Press (Home) to bring up the action menu
-1. Select "Scripts..."
-1. Select "GM9Megascript"
-1. Select "Hax Options"
-1. Select "Un-install Hax"
-1. When prompted, press (A) to proceed
-1. Press (A) to unlock SysNAND (lvl3) writing, then input the key combo given
-1. Press (A) to continue
-1. Press (B) to return to the main menu
-1. Select "Exit"
-1. Press (A) to relock write permissions if prompted
-1. Press (Start) to reboot your console
+ - If you instead see the Luma3DS chainloader, use the D-Pad and the (A) button to select GodMode9
+2. Press (Home) to bring up the action menu
+3. Select "Scripts..."
+4. Select "GM9Megascript"
+5. Select "Hax Options"
+6. Select "Un-install Hax"
+7. When prompted, press (A) to proceed
+8. Press (A) to unlock SysNAND (lvl3) writing, then input the key combo given
+9. Press (A) to continue
+10. Press (B) to return to the main menu
+11. Select "Exit"
+12. Press (A) to relock write permissions if prompted
+13. Press (Start) to reboot your console
___
-All custom firmware has been removed from your console.
-{: .notice--success}
+::: tip
-You can now remove any extra files and folders from the root of your SD card that are *not* the `Nintendo 3DS`, `DCIM`, or `private` folders.
-{: .notice--info}
+All custom firmware has been removed from your console.
+
+:::
+
+::: info
+
+You can now remove any extra files and folders from the root of your SD card that are _not_ the `Nintendo 3DS`, `DCIM`, or `private` folders.
+
+:::
diff --git a/docs/th_TH/updating-b9s.md b/docs/th_TH/updating-b9s.md
index e9e979447f..3545f91252 100644
--- a/docs/th_TH/updating-b9s.md
+++ b/docs/th_TH/updating-b9s.md
@@ -1,53 +1,60 @@
----
-title: "Updating B9S"
----
+# Updating B9S
-{% include toc title="Table of Contents" %}
-
-### Required Reading
+## Required Reading
This page is for existing boot9strap users to update their installation of boot9strap to the latest version.
-### What You Need
+## What You Need
-* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
-* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
-* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
+- The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
+- The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
+- The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
-### Instructions
+## Instructions
-#### Section I - Prep Work
+### Section I - Prep Work
+
+::: info
For all steps in this section, overwrite any existing files on your SD card.
-{: .notice--info}
+
+:::
1. Insert your SD card into your computer
-1. Create a folder named `boot9strap` on the root of your SD card
-1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
-1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
-1. Reinsert your SD card into your console
+2. Create a folder named `boot9strap` on the root of your SD card
+3. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
+4. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
+5. Reinsert your SD card into your console
- 
- {: .notice--info}
+ ::: info
+ 
-#### Section II - Installing boot9strap
+ :::
+
+### Section II - Installing boot9strap
1. Power on your console
- + This should automatically launch SafeB9SInstaller
-{%- include_relative include/install-boot9strap-safeb9sinstaller.txt isbootfirm="true" inline="true" %}
+ - This should automatically launch SafeB9SInstaller
+2. 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)
+3. Once it is completed, force your console to power off by holding down the power button
+ - Your console will only boot to the SafeB9SInstaller screen until the next section is completed
-#### Section III - Update Luma3DS
+### Section III - Update Luma3DS
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, replacing the existing file
-1. Reinsert your SD card into your console
-1. Power on your console
-1. If your console has booted into the Luma3DS configuration menu, press (Start) to save and reboot
- + Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
- + For the purpose of this guide, these settings will be left on default settings
+2. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card, replacing the existing file
+3. Reinsert your SD card into your console
+4. Power on your console
+5. If your console has booted into the Luma3DS configuration menu, press (Start) to save and reboot
+ - Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
+ - For the purpose of this guide, these settings will be left on default settings
___
-### Continue to [Finalizing Setup](finalizing-setup)
-{: .notice--primary}
+::: tip
+
+Continue to [Finalizing Setup](finalizing-setup)
+
+:::
diff --git a/docs/tr_TR/flashing-ntrboot-(3ds-multi-system).md b/docs/tr_TR/flashing-ntrboot-(3ds-multi-system).md
index 68267de89d..2d15c3b3b6 100644
--- a/docs/tr_TR/flashing-ntrboot-(3ds-multi-system).md
+++ b/docs/tr_TR/flashing-ntrboot-(3ds-multi-system).md
@@ -1,58 +1,60 @@
----
-title: "Flashing ntrboot (3DS Multi System)"
----
+# Flashing ntrboot (3DS Multi System)
-{% include toc title = "İçindekiler"%}
-
-### Okumanız Gerekli
+## Required Reading
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot).
This method requires temporary access to a second 3DS family console that is already running boot9strap. This does not require your flashcart to support either 3DS's version.
+::: danger
+
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless, only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](https://www.nds-card.com/)).
-{: .notice--danger}
-### What You Need
+:::
-* Your ntrboot compatible flashcart
-* Two 3DS family consoles
- * **The source 3DS**: the 3DS family console that is already running boot9strap
- * **The target 3DS**: the 3DS family console on stock firmware
-* The v1.3 release of [boot9strap-ntr](https://github.com/SciresM/boot9strap/releases/download/1.3/boot9strap-1.3-ntr.zip) (direct download)
-* The latest release of [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) (`ntrboot_flasher.firm`)
+## What You Need
-### Instructions
+- Your ntrboot compatible flashcart
+- Two 3DS family consoles
+ - **The source 3DS**: the 3DS family console that is already running boot9strap
+ - **The target 3DS**: the 3DS family console on stock firmware
+- The v1.3 release of [boot9strap-ntr](https://github.com/SciresM/boot9strap/releases/download/1.3/boot9strap-1.3-ntr.zip) (direct download)
+- The latest release of [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) (`ntrboot_flasher.firm`)
-#### Section I - Prep Work
+## Instructions
+
+### Section I - Prep Work
1. Power off **the source 3DS**
-1. Insert **the source 3DS**'s SD card into your computer
-1. Create a folder named `ntrboot` on the root of your SD card
-1. Copy `boot9strap_ntr.firm` and `boot9strap_ntr.firm.sha` from the boot9strap ntr `.zip` to the `/ntrboot/` folder on your SD card
-1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on **the source 3DS**'s SD card
-1. Reinsert **the source 3DS**'s SD card back into **the source 3DS**
-1. Insert your ntrboot compatible DS / DSi flashcart into **the source 3DS**
+2. Insert **the source 3DS**'s SD card into your computer
+3. Create a folder named `ntrboot` on the root of your SD card
+4. Copy `boot9strap_ntr.firm` and `boot9strap_ntr.firm.sha` from the boot9strap ntr `.zip` to the `/ntrboot/` folder on your SD card
+5. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on **the source 3DS**'s SD card
+6. Reinsert **the source 3DS**'s SD card back into **the source 3DS**
+7. Insert your ntrboot compatible DS / DSi flashcart into **the source 3DS**
-#### Section II - Flashing ntrboot
+### Section II - Flashing ntrboot
1. Launch the Luma3DS chainloader by holding (Start) during boot on **the source 3DS**
-1. Select "ntrboot_flasher"
-1. Read the red screen warning
-1. Devam etmek için (A) basın
-1. Select your flashcart
- + If you do not see your flashcart in the list at the top, read the bottom screen for more info on each option
-1. Select "Dump Flash"
-1. İşlem tamamlanana kadar bekleyin
-1. Devam etmek için (A) basın
-1. Press (A) to return to the main menu
-1. Select "Inject Ntrboot"
-1. Press (A) for retail unit ntrboot
-1. İşlem tamamlanana kadar bekleyin
-1. Press (A) to return to the main menu
-1. Press (B) to power off **the source 3DS**
+2. Select "ntrboot_flasher"
+3. Read the red screen warning
+4. Devam etmek için (A) basın
+5. Select your flashcart
+ - If you do not see your flashcart in the list at the top, read the bottom screen for more info on each option
+6. Select "Dump Flash"
+7. İşlem tamamlanana kadar bekleyin
+8. Devam etmek için (A) basın
+9. Press (A) to return to the main menu
+10. Select "Inject Ntrboot"
+11. Press (A) for retail unit ntrboot
+12. İşlem tamamlanana kadar bekleyin
+13. Press (A) to return to the main menu
+14. Press (B) to power off **the source 3DS**
___
-### Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
-{: .notice--primary}
+::: tip
+
+Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-\(ntrboot\))
+
+:::
diff --git a/docs/tr_TR/include/3ds-online.md b/docs/tr_TR/include/3ds-online.md
new file mode 100644
index 0000000000..b52d5f1a9e
--- /dev/null
+++ b/docs/tr_TR/include/3ds-online.md
@@ -0,0 +1,6 @@
+**Nintendo 3DS online services have recently shut down.** Here's what you should know:
+
+- Current 3DS modding methods are not affected.
+- The Internet access of homebrew applications (i.e. Universal-Updater) is not affected.
+- Official online servers are going down for everyone, but alternate online servers (i.e. Pretendo Network) are currently a work-in-progress.
+- Online shutdown does not affect access to the browser or to the Internet. The only thing that has shut down is Nintendo Network online services, such as game servers.
diff --git a/docs/tr_TR/include/ctrtransfer-images.md b/docs/tr_TR/include/ctrtransfer-images.md
new file mode 100644
index 0000000000..5adb1c42d5
--- /dev/null
+++ b/docs/tr_TR/include/ctrtransfer-images.md
@@ -0,0 +1,14 @@
+```
++ - [New 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:2a39586a0a10d1f0a9470b082ef1453e502b2425&xt=urn:btmh:12205090f0a43a956bd7449658ee0580949d15ae112c80007fb2ef42e3265b6c5f6c&dn=11.15.0-47E_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:986b454cab2d9f27daa63d4291f61aed039871d2&xt=urn:btmh:1220c8c96bd76b6fef041aada9ce4e3cf06ef141f3c4558310b9c3a00e39bccc43a1&dn=11.15.0-47J_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:e247b21e1f81f76acf6d3140da45da858e76f1f6&xt=urn:btmh:122008168a003666c14783998d1dd82ac02d1b3be902efa75cf5a03ee47da1fecd73&dn=11.15.0-41K_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:8ae25de1ab01c9304eece9785d5db6cdd6728214&xt=urn:btmh:1220ab284cc822f3170305723e9920e1bb4d7649fdf528c3ea04aada31e09bfbbe57&dn=11.15.0-47U_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+```
+
+- ~
+ - - [Old 3DS or 2DS - 11.15.0 - CHN - CTRTransfer](magnet:?xt=urn:btih:f71d2379e577db22d7f14a656bca7bf2eb5243f8\&xt=urn:btmh:12200c6ee93f63deef8ce9023b8214ca36cd29c37d2726acf7a15594256409f6629b\&dn=11.15.0-4C_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:fc71540a99c884ab8a4211192d3af92c7ffb9372\&xt=urn:btmh:12203c317846d43110fd3a35cedf427cb5fdd58ac764316f4d0634181efbb762ee92\&dn=11.15.0-47E_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:7b88adf3f47d036bcdee987f6597770eaafdd8dd\&xt=urn:btmh:1220f39be6c14438b07ebdf120161215088d56c59608d5f34f0744d972c7a0cf7ca2\&dn=11.15.0-47J_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:90d6689106751b057616d32445442fc1b7370e38\&xt=urn:btmh:1220a08fe569ac1596f6a113730de3cc7aa0dfd6858d40830cc0f0cee07bf585fd93\&dn=11.15.0-41K_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - TWN - CTRTransfer](magnet:?xt=urn:btih:19f978d42b0d9590bc742d7598efa45091567cee\&xt=urn:btmh:12204429bc94456825530a2dff233ed399a292e1004a64b65fa4b451a69e116cad2a\&dn=11.15.0-39T_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:fd39778d4116a210c3116c014521120f0e7b9e1d\&xt=urn:btmh:12203a51aca201f0635eecb15645cd4598bd49b1ad354e1ea81c24eb488760f3bd2b\&dn=11.15.0-47U_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
diff --git a/docs/tr_TR/include/ctrtransfer-main.md b/docs/tr_TR/include/ctrtransfer-main.md
new file mode 100644
index 0000000000..66b355d67f
--- /dev/null
+++ b/docs/tr_TR/include/ctrtransfer-main.md
@@ -0,0 +1,29 @@
+1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
+2. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it is completed
+3. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ - Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
+4. Navigate to `[0:] SDCARD` -> `gm9`
+5. Press (A) on the CTRTransfer `.bin` to select it
+6. Select "CTRNAND options..."
+7. Select "Transfer image to CTRNAND"
+8. If prompted, select "Transfer to SysNAND"
+ - This prompt will only appear if you have an EmuNAND
+9. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
+ - This process will take some time
+10. Once the transfer is completed, press (A) to continue
+11. Press (B) to decline relocking write permissions if prompted
+12. Press (B) twice to return to the main menu
+13. Press (Home) to bring up the action menu
+14. Select "Scripts..."
+15. Select "GM9Megascript"
+16. Select "Scripts from Plailect's Guide"
+17. Select "CTRTransfer Ticket Copy"
+18. When prompted, press (A) to proceed
+19. Devam etmek için (A) basın
+20. Press (B) to return to the main menu
+21. Select "Exit"
+22. Press (A) to relock write permissions if prompted
+23. Press (Start) to reboot your console
+24. Update your console 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
+ - If this gives you an error, set your DNS settings to "auto"
diff --git a/docs/tr_TR/include/ctrtransfer-ticket-copy.md b/docs/tr_TR/include/ctrtransfer-ticket-copy.md
new file mode 100644
index 0000000000..3cd2b97203
--- /dev/null
+++ b/docs/tr_TR/include/ctrtransfer-ticket-copy.md
@@ -0,0 +1,22 @@
+::: info
+
+If the script found no user tickets, continue to the next section.
+
+:::
+
+1. Launch FBI from the list of homebrew
+2. Select "SD"
+3. Select "gm9"
+4. Select "out"
+5. Select "ctrtransfer_tickets"
+6. Do the following process for either the `eshop` folder, `unknown` folder, or both
+ - Navigate to the folder
+ - Select "\"
+ - Select "Install and delete all tickets"
+ - Wait. Sistem donabilir biraz zaman verin.
+ - Onaylamak için (A) basın
+ - Press (B) to decline installing tickets from CDN.
+7. Press (Home) to exit FBI
+8. Re-open the Homebrew Launcher, either through the Homebrew Launcher icon on the HOME Menu or by re-following Section IV of this page
+9. Launch faketik from the list of homebrew
+10. Once faketik has finished processing, press (Start) to exit faketik
diff --git a/docs/tr_TR/include/format-sd-gm9.md b/docs/tr_TR/include/format-sd-gm9.md
new file mode 100644
index 0000000000..00960c7b7f
--- /dev/null
+++ b/docs/tr_TR/include/format-sd-gm9.md
@@ -0,0 +1,8 @@
+1. Press (Home) to bring up the action menu
+2. Select "More..."
+3. "SD format menu" seçin
+4. "No EmuNAND" seçin
+5. "Auto" seçin
+6. Press (A) to accept the label `GM9SD`
+ - Optionally, you may input a custom name for the SD card
+7. When prompted, input the key combo given to confirm
diff --git a/docs/tr_TR/include/id1-check.md b/docs/tr_TR/include/id1-check.md
new file mode 100644
index 0000000000..e2959ad9a5
--- /dev/null
+++ b/docs/tr_TR/include/id1-check.md
@@ -0,0 +1,33 @@
+This occurs when you use multiple SD cards with the same 3DS and then merge the SD card contents together. Both are "valid", but the 3DS can only read one at a time.
+
+You will need to determine which one contains your data. First of all, back up all of the folders, in case something goes wrong:
+
+::: info
+
+
+
+:::
+
+Now, delete all but one of the folders from your SD card. Generally, you will want to delete the **smallest** one(s), as the one with all your data will probably have more space occupied. You can compare which folder is occupying more space by right-clicking it and clicking "Properties":
+
+::: info
+
+
+
+:::
+
+::: info
+
+
+
+:::
+
+Your SD card should now look something like this:
+
+::: info
+
+
+
+:::
+
+Now, put your SD card into your 3DS and turn it on. If your data is still there, you deleted the right folder and have now determined your correct ID1. If everything has disappeared, go back into the backup folder that you made earlier and try the other folder.
diff --git a/docs/tr_TR/include/launch-hbl-dlp.md b/docs/tr_TR/include/launch-hbl-dlp.md
new file mode 100644
index 0000000000..f345a44173
--- /dev/null
+++ b/docs/tr_TR/include/launch-hbl-dlp.md
@@ -0,0 +1,13 @@
+1. Launch the Download Play application ({height="24px" width="24px"})
+2. Wait until you see the `Nintendo 3DS` and `Nintendo DS` buttons
+3. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
+4. Select "Miscellaneous options"
+5. Select "Switch the hb. title to the current app."
+6. Press (B) to continue
+7. Press (B) to return to the Rosalina main menu
+8. Press (B) to exit the Rosalina menu
+9. Press (Home) to suspend Download Play
+10. Press the "Close" button on the bottom screen to close Download Play
+11. Re-launch the Download Play application
+12. Your console should load the Homebrew Launcher
+ - If your console is stuck on the loading splash screen, you are missing `boot.3dsx` from the root of your SD card
diff --git a/docs/tr_TR/include/luma3ds-installed-note.md b/docs/tr_TR/include/luma3ds-installed-note.md
new file mode 100644
index 0000000000..98b1773d3f
--- /dev/null
+++ b/docs/tr_TR/include/luma3ds-installed-note.md
@@ -0,0 +1,4 @@
+At this point, your console will boot to Luma3DS by default.
+
+- Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
+- On the next page, you will install useful homebrew applications to complete your setup.
diff --git a/docs/tr_TR/include/mset9-chorus.md b/docs/tr_TR/include/mset9-chorus.md
new file mode 100644
index 0000000000..d84e0a4a0b
--- /dev/null
+++ b/docs/tr_TR/include/mset9-chorus.md
@@ -0,0 +1,5 @@
+```
++ **Windows**: Double-click `MSET9-Windows.bat`
++ **macOS**: Double-click `MSET9-macOS.command` and enter your password if prompted
++ **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter
+```
diff --git a/docs/tr_TR/include/nand-backup.md b/docs/tr_TR/include/nand-backup.md
new file mode 100644
index 0000000000..d7e1fe2c42
--- /dev/null
+++ b/docs/tr_TR/include/nand-backup.md
@@ -0,0 +1,25 @@
+1. Press (Home) to bring up the action menu
+2. Select "Scripts..."
+3. Select "GM9Megascript"
+4. Select "Backup Options"
+5. Select "SysNAND Backup"
+6. Onaylamak için (A) basın
+ - This process will take some time
+ - If you get an error, look for your issue in the [troubleshooting guide](troubleshooting#finalizing-setup)
+7. Devam etmek için (A) basın
+8. Press (B) to return to the main menu
+9. Select "Exit"
+10. Press (A) to relock write permissions if prompted
+11. Navigate to `[S:] SYSNAND VIRTUAL`
+12. Press (A) on `essential.exefs` to select it
+13. Select "Copy to 0:/gm9/out"
+ - If you see "Destination already exists", press (A) on "Overwrite file(s)"
+14. Devam etmek için (A) basın
+15. Hold (R) and press (Start) at the same time to power off your console
+16. SD kartınızı bilgisayarınıza takın
+17. Copy `__sysnand_##.bin`, `__sysnand_##.bin.sha`, and `essential.exefs` from the `/gm9/out/` folder on your SD card to a safe location on your computer
+ - Copy these backups to multiple locations (such as online file storage, an external hard drive, etc.)
+ - These backups will save you from a brick and/or help you recover files from the NAND image if anything goes wrong in the future
+18. Delete `__sysnand_##.bin` and `__sysnand_##.bin.sha` from the `/gm9/out/` folder on your SD card after copying it
+ - The other backup files are negligible in size and may be kept on your SD card for ease of access
+19. Reinsert your SD card into your console
diff --git a/docs/tr_TR/include/rmproxy.md b/docs/tr_TR/include/rmproxy.md
new file mode 100644
index 0000000000..d072e91f81
--- /dev/null
+++ b/docs/tr_TR/include/rmproxy.md
@@ -0,0 +1,10 @@
+In this section, you will restore the Internet settings back to normal.
+
+1. Launch the System Settings application
+2. Navigate to `Internet Settings` -> `Connection Settings`
+3. Click on your network connection slot and navigate to `Change Settings` -> `Next Page (right arrow)` -> `Proxy Settings`
+4. Set "Proxy Settings" to "No"
+5. Click OK, then click Save
+6. When prompted, click "Test" to perform the connection test
+ - The test should succeed
+7. Power off your console
diff --git a/docs/tr_TR/include/sysupdate.md b/docs/tr_TR/include/sysupdate.md
new file mode 100644
index 0000000000..0c37b8b95a
--- /dev/null
+++ b/docs/tr_TR/include/sysupdate.md
@@ -0,0 +1,5 @@
+1. Update your console 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 to 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)
diff --git a/docs/tr_TR/include/winerror234.md b/docs/tr_TR/include/winerror234.md
new file mode 100644
index 0000000000..00381239c2
--- /dev/null
+++ b/docs/tr_TR/include/winerror234.md
@@ -0,0 +1,44 @@
+When creating the MSET9 ID1 on Windows 10 and above, the script may fail with this error:
+
+
+
+This occurs because of the beta UTF-8 support in Windows. You must disable it to run MSET9:
+
+1. Hit **Windows Key + R** to open up the Run dialogue, type `intl.cpl` then click "OK"
+ ::: info
+
+ 
+
+ :::
+
+2. Click on `Administrative`, then `Change System Locale`
+
+ ::: info
+
+ 
+
+ :::
+
+ ::: info
+
+ 
+
+ :::
+
+3. Uncheck the box next to `Beta: Use Unicode UTF-8 for worldwide language support` then click "OK"
+
+ ::: info
+
+ 
+
+ :::
+
+4. Click "Restart Now"
+
+ ::: info
+
+ 
+
+ :::
+
+After your PC has rebooted, try creating the MSET9 ID1 again.
diff --git a/docs/tr_TR/installing-boot9strap-(fredtool).md b/docs/tr_TR/installing-boot9strap-(fredtool).md
index 5a17f6a138..2c055296cc 100644
--- a/docs/tr_TR/installing-boot9strap-(fredtool).md
+++ b/docs/tr_TR/installing-boot9strap-(fredtool).md
@@ -1,6 +1,8 @@
---
-title: Redirecting... #
-sitemap: false
+head:
+ - - meta
+ - http-equiv: refresh
+ content: 0; URL=410.html
---
-{% include redirect.html redirect_to="410.html" %}
+# Redirecting...
diff --git a/docs/tr_TR/installing-boot9strap-(mset9).md b/docs/tr_TR/installing-boot9strap-(mset9).md
index 6b6a2e8920..8f9f364d2e 100644
--- a/docs/tr_TR/installing-boot9strap-(mset9).md
+++ b/docs/tr_TR/installing-boot9strap-(mset9).md
@@ -1,15 +1,11 @@
----
-title: "Installing boot9strap (MSET9)"
----
+# Installing boot9strap (MSET9)
-{% include toc title = "İçindekiler"%}
-
-### Choose your operating system
+## Choose your operating system
The instructions for MSET9 differ depending on the computer, phone, or tablet **that you are using to mod your console**.
Choose the operating system of the device **that you will be using to mod your console**. The device will need a way to read and write files onto the 3DS SD card.
-| Windows, macOS, Linux | Android, ChromeOS |
-|:-:|:-:|
-| [](installing-boot9strap-(mset9-cli))
[](installing-boot9strap-(mset9-cli))
[](installing-boot9strap-(mset9-cli)) | [](installing-boot9strap-(mset9-play-store))
[](installing-boot9strap-(mset9-play-store)) |
\ No newline at end of file
+| Windows, macOS, Linux | Android, ChromeOS |
+| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
+| [](installing-boot9strap-\(mset9-cli\))
[](installing-boot9strap-\(mset9-cli\))
[](installing-boot9strap-\(mset9-cli\)) | [](installing-boot9strap-\(mset9-play-store\))
[](installing-boot9strap-\(mset9-play-store\)) |
diff --git a/docs/tr_TR/uninstall-cfw.md b/docs/tr_TR/uninstall-cfw.md
index 3f0b19cdd5..bdcb6549a5 100644
--- a/docs/tr_TR/uninstall-cfw.md
+++ b/docs/tr_TR/uninstall-cfw.md
@@ -1,201 +1,229 @@
----
-title: "Uninstall CFW"
----
+# Uninstall CFW
-{% include toc title = "İçindekiler"%}
-
-### Okumanız Gerekli
+## Required Reading
This will completely remove CFW from your console, including boot9strap and Luma3DS, for the purpose of restoring the console to stock.
Any unsigned (illegitimate) games will be rendered unusable and will be removed during this process. Use a [save manager](https://github.com/FlagBrew/Checkpoint/releases/latest) to back up any saves that you care about.
-{% capture notice-6 %}
+::: danger
+
If you're removing CFW because:
-* You want to re-install it
-* You want to change SD cards
-* Your SD card was lost or corrupted
-* One of your games is broken
-* One of your system applications is broken
-* Your console is unable to boot to HOME Menu
+- You want to re-install it
+- You want to change SD cards
+- Your SD card was lost or corrupted
+- One of your games is broken
+- One of your system applications is broken
+- Your console is unable to boot to HOME Menu
-STOP!!! Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst BRICK your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
-{% endcapture %}
-{{ notice-6 | markdownify }}
+**STOP!!!** Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst **BRICK** your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
+
+:::
+
+::: danger
-{% capture notice-6 %}
If you have done ANY of the following:
-* [Changed the region](region-changing) of the console
-* Installed a custom keyboard
-* Installed a custom HOME Menu (*not* a custom theme)
-* Manually changed the encryption key (`movable.sed`) of the console
-* Unbanned the console
-then uninstalling CFW WILL BRICK YOUR CONSOLE. If this applies to you, [restore a clean NAND backup](godmode9-usage#restoring-a-nand-backup) before continuing.
-{% endcapture %}
-{{ notice-6 | markdownify }}
+- [Changed the region](region-changing) of the console
+- Installed a custom keyboard
+- Installed a custom HOME Menu (_not_ a custom theme)
+- Manually changed the encryption key (`movable.sed`) of the console
+- Unbanned the console
+
+then uninstalling CFW **WILL BRICK YOUR CONSOLE**. If this applies to you, [restore a clean NAND backup](godmode9-usage#restoring-a-nand-backup) before continuing.
+
+:::
+
+::: warning
These instructions will only work on consoles with a Luma3DS version of 8.0 or higher. If you have an older version of Luma, you must upgrade your setup before following these instructions. Follow [this page](checking-for-cfw) to find your upgrade instructions.
-{: .notice--warning}
-### What You Need
+:::
-* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
-* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) (the GodMode9 `.zip` file)
-* The latest release of [DSiWare Uninstaller](https://github.com/MechanicalDragon0687/DSiWare-Uninstaller/releases/latest)
-* [safety_test.gm9]({{ base_path }}/gm9_scripts/safety_test.gm9)
+## What You Need
-### Instructions
+- The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
+- The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) (the GodMode9 `.zip` file)
+- The latest release of [DSiWare Uninstaller](https://github.com/MechanicalDragon0687/DSiWare-Uninstaller/releases/latest)
+- [safety_test.gm9](/gm9_scripts/safety_test.gm9)
+
+## Instructions
+
+### Section I - Prep Work
-#### Section I - Prep Work
1. Power off your console
-1. SD kartınızı bilgisayarınıza takın
-1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
-1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
-1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
-1. Copy `DSiWareUninstaller.3dsx` to the `/3ds/` folder on your SD card
-1. Copy `safety_test.gm9` to the `/gm9/scripts/` folder on your SD card
-1. Reinsert your SD card into your console
+2. SD kartınızı bilgisayarınıza takın
+3. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
+4. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
+5. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
+6. Copy `DSiWareUninstaller.3dsx` to the `/3ds/` folder on your SD card
+7. Copy `safety_test.gm9` to the `/gm9/scripts/` folder on your SD card
+8. Reinsert your SD card into your console
+
+### Section II - DS Mode Tests
-#### Section II - DS Mode Tests
The purpose of this section is to check whether built-in DS mode applications will continue to work once CFW is uninstalled. If you skip this section, DS mode or its functions may be inaccessible until CFW is reinstalled.
-##### DS Connection Settings Test
-1. Power on your console
-1. Launch System Settings on your console
-1. Navigate to `Internet Settings` -> `Nintendo DS Connection Settings`, then click OK
-1. You should boot into the Nintendo DS Connection Setup menu
- + If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
-1. Power off your console
+#### DS Connection Settings Test
-##### DS Download Play Test
1. Power on your console
-1. Launch the Download Play application ({: height="24px" width="24px"})
-1. Select "Nintendo DS"
-1. If your console loads into a "Download software via DS Download Play" menu, the test was successful
- + If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
-1. Power off your console
+2. Launch System Settings on your console
+3. Navigate to `Internet Settings` -> `Nintendo DS Connection Settings`, then click OK
+4. You should boot into the Nintendo DS Connection Setup menu
+ - If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
+5. Power off your console
+
+#### DS Download Play Test
+
+1. Power on your console
+2. Launch the Download Play application ({height="24px" width="24px"})
+3. Select "Nintendo DS"
+4. If your console loads into a "Download software via DS Download Play" menu, the test was successful
+ - If your console displays the Japanese version of Flipnote Studio, a black screen, or an error message, the test has failed
+5. Power off your console
+
+::: warning
If either of these tests has failed, DS mode, DS Download Play, and/or DS Connection Settings may be inaccessible once CFW is uninstalled! You should [fix DS mode](troubleshooting#software-issues-on-consoles-with-custom-firmware) before continuing.
-{: .notice--warning}
-#### Section III - Safety Test
+:::
+
+### Section III - Safety Test
+
The purpose of this section is to verify that the console will boot and that critical system functions, like System Settings and the keyboard, will work once CFW is uninstalled. **If you skip this section, you may BRICK your console!**
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
-1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it is complete
-1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
- + Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after following this guide
-1. Press (Home) to bring up the action menu
-1. Select "Scripts..."
-1. Select "safety_test"
-1. Read the text on-screen and press (A) to continue
-1. You should boot into the regular 3DS HOME Menu (any custom theme is irrelevant). If you do, continue these instructions
- + If you do not boot into the regular 3DS HOME Menu (black screen, error screen, etc.), uninstalling CFW **WILL BRICK YOUR CONSOLE!**
-1. Launch System Settings on your console
- + If the console crashes at this point, the test has failed
-1. Select "Other Settings"
-1. Select "Profile"
-1. Select "User Name"
-1. If you are able to enter a new user name, the test was successful
- + If the keyboard does not appear, the screen freezes, or the console crashes, the test has failed
-1. Power off your console
+2. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it is complete
+3. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ - Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after following this guide
+4. Press (Home) to bring up the action menu
+5. Select "Scripts..."
+6. Select "safety_test"
+7. Read the text on-screen and press (A) to continue
+8. You should boot into the regular 3DS HOME Menu (any custom theme is irrelevant). If you do, continue these instructions
+ - If you do not boot into the regular 3DS HOME Menu (black screen, error screen, etc.), uninstalling CFW **WILL BRICK YOUR CONSOLE!**
+9. Launch System Settings on your console
+ - If the console crashes at this point, the test has failed
+10. Select "Other Settings"
+11. Select "Profile"
+12. Select "User Name"
+13. If you are able to enter a new user name, the test was successful
+ - If the keyboard does not appear, the screen freezes, or the console crashes, the test has failed
+14. Power off your console
+
+::: danger
If you do NOT boot into the regular 3DS HOME Menu, or System Settings / your keyboard is inaccessible, **DO NOT continue with these instructions**! Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask (in English) for someone there to assist you.
-{: .notice--danger}
-#### Section IV - NAND Backup
+:::
+
+### Section IV - NAND Backup
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
-1. Press (Home) to bring up the action menu
-1. Select "Scripts..."
-1. Select "GM9Megascript"
-1. Select "Backup Options"
-1. Select "SysNAND Backup"
-1. Onaylamak için (A) basın
- + This process will take some time
- + If you get an error, ensure you have at least 1.3GB of free space on your SD card
-1. Press (B) to return to the main menu
-1. Select “Exit”
-1. Press (Home) to bring up the action menu
-1. Select "Poweroff system" to power off your console
+2. Press (Home) to bring up the action menu
+3. Select "Scripts..."
+4. Select "GM9Megascript"
+5. Select "Backup Options"
+6. Select "SysNAND Backup"
+7. Onaylamak için (A) basın
+ - This process will take some time
+ - If you get an error, ensure you have at least 1.3GB of free space on your SD card
+8. Press (B) to return to the main menu
+9. Select “Exit”
+10. Press (Home) to bring up the action menu
+11. Select "Poweroff system" to power off your console
+
+### Section V - Removing illegitimate content
+
+::: warning
-#### Section V - Removing illegitimate content
This section will remove illegitimate content, like homebrew and dumped cartridges. If you have save data that you care about, back it up with a save manager before continuing!
-{: .notice--warning}
+
+:::
1. Power on your console
-1. Launch System Settings on your console
-1. Navigate to Data Management > Nintendo 3DS > Software
-1. In this list of software, delete any non-Nintendo content you installed while using CFW
- + This includes common system software such as FBI, Anemone3DS, Luma Updater, Homebrew Launcher, Checkpoint, and others, along with any games and titles that you did *not* install from the eShop
-1. Navigate to `Data Management` -> `DSiWare`
-1. In this list of software, delete any non-Nintendo content you installed while using CFW
- + This includes software such as TWiLightMenu++, along with any games and titles that you did *not* install from the eShop
- + Failure to remove all CFW software from both the 3DS and DSiWare sections before uninstalling CFW may prevent or disable access to the Data Management menu after uninstalling CFW, which will make it difficult to re-install CFW in the future
-1. Exit the System Settings application
-1. Launch the Download Play application ({: height="24px" width="24px"})
-1. Wait until you see the two buttons
-1. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
-1. Select "Miscellaneous options"
-1. Select "Switch the hb. title to the current app."
-1. Press (B) to continue
-1. Press (B) to return to the Rosalina main menu
-1. Press (B) to exit the Rosalina menu
-1. Press (Home), then close Download Play
-1. Launch the Download Play application
-1. Your console should load the Homebrew Launcher
-1. Launch DSiWare Uninstaller from the list of homebrew
-1. Follow the prompts and allow the program to uninstall
-1. Once the process has succeeded, exit the Homebrew Launcher and power off your console
+2. Launch System Settings on your console
+3. Navigate to Data Management > Nintendo 3DS > Software
+4. In this list of software, delete any non-Nintendo content you installed while using CFW
+ - This includes common system software such as FBI, Anemone3DS, Luma Updater, Homebrew Launcher, Checkpoint, and others, along with any games and titles that you did _not_ install from the eShop
+5. Navigate to `Data Management` -> `DSiWare`
+6. In this list of software, delete any non-Nintendo content you installed while using CFW
+ - This includes software such as TWiLightMenu++, along with any games and titles that you did _not_ install from the eShop
+ - Failure to remove all CFW software from both the 3DS and DSiWare sections before uninstalling CFW may prevent or disable access to the Data Management menu after uninstalling CFW, which will make it difficult to re-install CFW in the future
+7. Exit the System Settings application
+8. Launch the Download Play application ({height="24px" width="24px"})
+9. Wait until you see the two buttons
+10. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
+11. Select "Miscellaneous options"
+12. Select "Switch the hb. title to the current app."
+13. Press (B) to continue
+14. Press (B) to return to the Rosalina main menu
+15. Press (B) to exit the Rosalina menu
+16. Press (Home), then close Download Play
+17. Launch the Download Play application ({height="24px" width="24px"})
+18. Your console should load the Homebrew Launcher
+19. Launch DSiWare Uninstaller from the list of homebrew
+20. Follow the prompts and allow the program to uninstall
+21. Once the process has succeeded, exit the Homebrew Launcher and power off your console
+
+### Section VI - System Format
-#### Section VI - System Format
This section will ensure that all illegitimate tickets are removed, allowing eShop to work normally. This will remove all content from the 3DS and log you out of your NNID. Keep in mind that your console's encryption key will be shuffled, meaning that any old data will be rendered inaccessible, even if you have a backup of your SD contents.
1. Power on your console
-1. Launch System Settings on your console
-1. Navigate to Other Settings -> Next Page (until the final page) -> Format System Memory
-1. Follow the prompts to format your 3DS
+2. Launch System Settings on your console
+3. Navigate to Other Settings -> Next Page (until the final page) -> Format System Memory
+4. Follow the prompts to format your 3DS
+### Section VII - Running Uninstall Script
+
+::: warning
-#### Section VII - Running Uninstall Script
This is your final opportunity to verify that all safety steps above have been followed! Please ensure that you have followed all sections on this page, **especially** `Section III - Safety Test`, before continuing.
-{: .notice--warning}
-{% capture notice-6 %}
+:::
+
+::: danger
+
If you're removing CFW because:
-* You want to re-install it
-* You want to change SD cards
-* Your SD card was lost or corrupted
-* One of your games is broken
-* One of your system applications is broken
-* Your console is unable to boot to HOME Menu
+- You want to re-install it
+- You want to change SD cards
+- Your SD card was lost or corrupted
+- One of your games is broken
+- One of your system applications is broken
+- Your console is unable to boot to HOME Menu
-STOP!!! Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst BRICK your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
-{% endcapture %}
-{{ notice-6 | markdownify }}
+**STOP!!!** Uninstalling custom firmware is an unnecessary risk that will at best waste your time and at worst **BRICK** your console. A better idea would be to ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp).
+
+:::
1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
- + If you instead see the Luma3DS chainloader, use the D-Pad and the (A) button to select GodMode9
-1. Press (Home) to bring up the action menu
-1. Select "Scripts..."
-1. Select "GM9Megascript"
-1. Select "Hax Options"
-1. Select "Un-install Hax"
-1. When prompted, press (A) to proceed
-1. Press (A) to unlock SysNAND (lvl3) writing, then input the key combo given
-1. Devam etmek için (A) basın
-1. Press (B) to return to the main menu
-1. Select "Exit"
-1. Press (A) to relock write permissions if prompted
-1. Press (Start) to reboot your console
+ - If you instead see the Luma3DS chainloader, use the D-Pad and the (A) button to select GodMode9
+2. Press (Home) to bring up the action menu
+3. Select "Scripts..."
+4. Select "GM9Megascript"
+5. Select "Hax Options"
+6. Select "Un-install Hax"
+7. When prompted, press (A) to proceed
+8. Press (A) to unlock SysNAND (lvl3) writing, then input the key combo given
+9. Devam etmek için (A) basın
+10. Press (B) to return to the main menu
+11. Select "Exit"
+12. Press (A) to relock write permissions if prompted
+13. Press (Start) to reboot your console
___
-All custom firmware has been removed from your console.
-{: .notice--success}
+::: tip
-You can now remove any extra files and folders from the root of your SD card that are *not* the `Nintendo 3DS`, `DCIM`, or `private` folders.
-{: .notice--info}
+All custom firmware has been removed from your console.
+
+:::
+
+::: info
+
+You can now remove any extra files and folders from the root of your SD card that are _not_ the `Nintendo 3DS`, `DCIM`, or `private` folders.
+
+:::
diff --git a/docs/tr_TR/updating-b9s.md b/docs/tr_TR/updating-b9s.md
index afcfe1da01..53c34078de 100644
--- a/docs/tr_TR/updating-b9s.md
+++ b/docs/tr_TR/updating-b9s.md
@@ -1,53 +1,60 @@
----
-title: "Updating B9S"
----
+# Updating B9S
-{% include toc title = "İçindekiler"%}
-
-### Okumanız Gerekli
+## Required Reading
This page is for existing boot9strap users to update their installation of boot9strap to the latest version.
-### What You Need
+## What You Need
-* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
-* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
-* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
+- The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
+- The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
+- The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
-### Instructions
+## Instructions
-#### Section I - Prep Work
+### Section I - Prep Work
+
+::: info
For all steps in this section, overwrite any existing files on your SD card.
-{: .notice--info}
+
+:::
1. SD kartınızı bilgisayarınıza takın
-1. Create a folder named `boot9strap` on the root of your SD card
-1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
-1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
-1. Reinsert your SD card into your console
+2. Create a folder named `boot9strap` on the root of your SD card
+3. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
+4. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
+5. Reinsert your SD card into your console
- 
- {: .notice--info}
+ ::: info
+ 
-#### Bölüm II - boot9strap kurulumu
+ :::
+
+### Section II - Installing boot9strap
1. Power on your console
- + This should automatically launch SafeB9SInstaller
-{%- include_relative include/install-boot9strap-safeb9sinstaller.txt isbootfirm="true" inline="true" %}
+ - This should automatically launch SafeB9SInstaller
+2. 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)
+3. Once it is completed, force your console to power off by holding down the power button
+ - Your console will only boot to the SafeB9SInstaller screen until the next section is completed
-#### Section III - Update Luma3DS
+### Section III - Update Luma3DS
1. SD kartınızı bilgisayarınıza takın
-1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card, replacing the existing file
-1. Reinsert your SD card into your console
-1. Power on your console
-1. If your console has booted into the Luma3DS configuration menu, press (Start) to save and reboot
- + Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
- + For the purpose of this guide, these settings will be left on default settings
+2. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card, replacing the existing file
+3. Reinsert your SD card into your console
+4. Power on your console
+5. If your console has booted into the Luma3DS configuration menu, press (Start) to save and reboot
+ - Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
+ - For the purpose of this guide, these settings will be left on default settings
___
-### [Kurulumu Tamamlamak](finalizing-setup) için devam edin
-{: .notice--primary}
+::: tip
+
+Continue to [Finalizing Setup](finalizing-setup)
+
+:::
diff --git a/docs/uk_UA/checking-for-cfw.md b/docs/uk_UA/checking-for-cfw.md
index be8d59e799..89b4ecb3cb 100644
--- a/docs/uk_UA/checking-for-cfw.md
+++ b/docs/uk_UA/checking-for-cfw.md
@@ -1,43 +1,58 @@
----
-title: "Checking for CFW"
----
+# Checking for CFW
-{% include toc title="Table of Contents" %}
-
-### Required Reading
+## Required Reading
This is an add-on section to check if your console already has a modern custom firmware.
If your console already has an arm9loaderhax or boot9strap based custom firmware, you will need to follow the instructions indicated to upgrade your setup to a modern one.
-If your console has a menuhax-based CFW setup, you should [clear HOME Menu's extdata](troubleshooting#other-troubleshooting), then follow all instructions on your SysNAND. You probably have a menuhax-based setup if your system version when booting without an SD card is 9.2.0-20.
-{: .notice--info}
+::: info
-### Instructions
+If your console has a menuhax-based CFW setup, you should [clear HOME Menu's extdata](troubleshooting#other-troubleshooting), then follow all instructions on your SysNAND. You probably have a menuhax-based setup if your system version when booting without an SD card is 9.2.0-20.
+
+:::
+
+## Instructions
1. Power off your console
-1. Hold the (Select) button
-1. Power on your console while still holding the (Select) button
-1. You should now see a configuration menu of some sort
+2. Hold the (Select) button
+3. Power on your console while still holding the (Select) button
+4. You should now see a configuration menu of some sort
-___
+## What to do next
-### What to do next
+::: tip
If your console boots to the normal HOME Menu, return to [Get Started](get-started)
-{: .notice--success}
+
+:::
+
+::: tip
If you see a Luma3DS version of 7.0.5 or lower, continue to [A9LH to B9S](a9lh-to-b9s)
-{: .notice--primary}
+
+:::
+
+::: tip
If you see a Luma3DS version of 7.1, continue to [Updating B9S](updating-b9s)
-{: .notice--primary}
+
+:::
+
+::: tip
If you see a Luma3DS version of 8.0 or greater, continue to [Restoring / Updating CFW](restoring-updating-cfw)
-{: .notice--primary}
+
+:::
+
+::: warning
If you see GodMode9, Decrypt9WIP, Hourglass9, or Luma3DS chainloader, you held (Start) by accident and should try these instructions again with (Select)
-{: .notice--warning}
+
+:::
+
+::: danger
If you see something not described by the above options, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask, in English, for help.
-{: .notice--danger}
+
+:::
diff --git a/docs/uk_UA/include/3ds-online.md b/docs/uk_UA/include/3ds-online.md
new file mode 100644
index 0000000000..b52d5f1a9e
--- /dev/null
+++ b/docs/uk_UA/include/3ds-online.md
@@ -0,0 +1,6 @@
+**Nintendo 3DS online services have recently shut down.** Here's what you should know:
+
+- Current 3DS modding methods are not affected.
+- The Internet access of homebrew applications (i.e. Universal-Updater) is not affected.
+- Official online servers are going down for everyone, but alternate online servers (i.e. Pretendo Network) are currently a work-in-progress.
+- Online shutdown does not affect access to the browser or to the Internet. The only thing that has shut down is Nintendo Network online services, such as game servers.
diff --git a/docs/uk_UA/include/ctrtransfer-images.md b/docs/uk_UA/include/ctrtransfer-images.md
new file mode 100644
index 0000000000..5adb1c42d5
--- /dev/null
+++ b/docs/uk_UA/include/ctrtransfer-images.md
@@ -0,0 +1,14 @@
+```
++ - [New 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:2a39586a0a10d1f0a9470b082ef1453e502b2425&xt=urn:btmh:12205090f0a43a956bd7449658ee0580949d15ae112c80007fb2ef42e3265b6c5f6c&dn=11.15.0-47E_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:986b454cab2d9f27daa63d4291f61aed039871d2&xt=urn:btmh:1220c8c96bd76b6fef041aada9ce4e3cf06ef141f3c4558310b9c3a00e39bccc43a1&dn=11.15.0-47J_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:e247b21e1f81f76acf6d3140da45da858e76f1f6&xt=urn:btmh:122008168a003666c14783998d1dd82ac02d1b3be902efa75cf5a03ee47da1fecd73&dn=11.15.0-41K_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:8ae25de1ab01c9304eece9785d5db6cdd6728214&xt=urn:btmh:1220ab284cc822f3170305723e9920e1bb4d7649fdf528c3ea04aada31e09bfbbe57&dn=11.15.0-47U_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+```
+
+- ~
+ - - [Old 3DS or 2DS - 11.15.0 - CHN - CTRTransfer](magnet:?xt=urn:btih:f71d2379e577db22d7f14a656bca7bf2eb5243f8\&xt=urn:btmh:12200c6ee93f63deef8ce9023b8214ca36cd29c37d2726acf7a15594256409f6629b\&dn=11.15.0-4C_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:fc71540a99c884ab8a4211192d3af92c7ffb9372\&xt=urn:btmh:12203c317846d43110fd3a35cedf427cb5fdd58ac764316f4d0634181efbb762ee92\&dn=11.15.0-47E_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:7b88adf3f47d036bcdee987f6597770eaafdd8dd\&xt=urn:btmh:1220f39be6c14438b07ebdf120161215088d56c59608d5f34f0744d972c7a0cf7ca2\&dn=11.15.0-47J_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:90d6689106751b057616d32445442fc1b7370e38\&xt=urn:btmh:1220a08fe569ac1596f6a113730de3cc7aa0dfd6858d40830cc0f0cee07bf585fd93\&dn=11.15.0-41K_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - TWN - CTRTransfer](magnet:?xt=urn:btih:19f978d42b0d9590bc742d7598efa45091567cee\&xt=urn:btmh:12204429bc94456825530a2dff233ed399a292e1004a64b65fa4b451a69e116cad2a\&dn=11.15.0-39T_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:fd39778d4116a210c3116c014521120f0e7b9e1d\&xt=urn:btmh:12203a51aca201f0635eecb15645cd4598bd49b1ad354e1ea81c24eb488760f3bd2b\&dn=11.15.0-47U_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
diff --git a/docs/uk_UA/include/ctrtransfer-main.md b/docs/uk_UA/include/ctrtransfer-main.md
new file mode 100644
index 0000000000..80d0bc23e4
--- /dev/null
+++ b/docs/uk_UA/include/ctrtransfer-main.md
@@ -0,0 +1,29 @@
+1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
+2. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it is completed
+3. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ - Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
+4. Navigate to `[0:] SDCARD` -> `gm9`
+5. Press (A) on the CTRTransfer `.bin` to select it
+6. Select "CTRNAND options..."
+7. Select "Transfer image to CTRNAND"
+8. If prompted, select "Transfer to SysNAND"
+ - This prompt will only appear if you have an EmuNAND
+9. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
+ - This process will take some time
+10. Once the transfer is completed, press (A) to continue
+11. Press (B) to decline relocking write permissions if prompted
+12. Press (B) twice to return to the main menu
+13. Press (Home) to bring up the action menu
+14. Select "Scripts..."
+15. Select "GM9Megascript"
+16. Select "Scripts from Plailect's Guide"
+17. Select "CTRTransfer Ticket Copy"
+18. When prompted, press (A) to proceed
+19. Press (A) to continue
+20. Press (B) to return to the main menu
+21. Select "Exit"
+22. Press (A) to relock write permissions if prompted
+23. Press (Start) to reboot your console
+24. Update your console 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
+ - If this gives you an error, set your DNS settings to "auto"
diff --git a/docs/uk_UA/include/ctrtransfer-ticket-copy.md b/docs/uk_UA/include/ctrtransfer-ticket-copy.md
new file mode 100644
index 0000000000..123c1f3089
--- /dev/null
+++ b/docs/uk_UA/include/ctrtransfer-ticket-copy.md
@@ -0,0 +1,22 @@
+::: info
+
+If the script found no user tickets, continue to the next section.
+
+:::
+
+1. Launch FBI from the list of homebrew
+2. Select "SD"
+3. Select "gm9"
+4. Select "out"
+5. Select "ctrtransfer_tickets"
+6. Do the following process for either the `eshop` folder, `unknown` folder, or both
+ - Navigate to the folder
+ - Select "\"
+ - Select "Install and delete all tickets"
+ - Wait. The system may appear to freeze, just give it time.
+ - Press (A) to confirm
+ - Press (B) to decline installing tickets from CDN.
+7. Press (Home) to exit FBI
+8. Re-open the Homebrew Launcher, either through the Homebrew Launcher icon on the HOME Menu or by re-following Section IV of this page
+9. Launch faketik from the list of homebrew
+10. Once faketik has finished processing, press (Start) to exit faketik
diff --git a/docs/uk_UA/include/format-sd-gm9.md b/docs/uk_UA/include/format-sd-gm9.md
new file mode 100644
index 0000000000..aee2fc5115
--- /dev/null
+++ b/docs/uk_UA/include/format-sd-gm9.md
@@ -0,0 +1,8 @@
+1. Press (Home) to bring up the action menu
+2. Select "More..."
+3. Select "SD format menu"
+4. Select "No EmuNAND"
+5. Select "Auto"
+6. Press (A) to accept the label `GM9SD`
+ - Optionally, you may input a custom name for the SD card
+7. When prompted, input the key combo given to confirm
diff --git a/docs/uk_UA/include/id1-check.md b/docs/uk_UA/include/id1-check.md
new file mode 100644
index 0000000000..e2959ad9a5
--- /dev/null
+++ b/docs/uk_UA/include/id1-check.md
@@ -0,0 +1,33 @@
+This occurs when you use multiple SD cards with the same 3DS and then merge the SD card contents together. Both are "valid", but the 3DS can only read one at a time.
+
+You will need to determine which one contains your data. First of all, back up all of the folders, in case something goes wrong:
+
+::: info
+
+
+
+:::
+
+Now, delete all but one of the folders from your SD card. Generally, you will want to delete the **smallest** one(s), as the one with all your data will probably have more space occupied. You can compare which folder is occupying more space by right-clicking it and clicking "Properties":
+
+::: info
+
+
+
+:::
+
+::: info
+
+
+
+:::
+
+Your SD card should now look something like this:
+
+::: info
+
+
+
+:::
+
+Now, put your SD card into your 3DS and turn it on. If your data is still there, you deleted the right folder and have now determined your correct ID1. If everything has disappeared, go back into the backup folder that you made earlier and try the other folder.
diff --git a/docs/uk_UA/include/launch-hbl-dlp.md b/docs/uk_UA/include/launch-hbl-dlp.md
new file mode 100644
index 0000000000..f345a44173
--- /dev/null
+++ b/docs/uk_UA/include/launch-hbl-dlp.md
@@ -0,0 +1,13 @@
+1. Launch the Download Play application ({height="24px" width="24px"})
+2. Wait until you see the `Nintendo 3DS` and `Nintendo DS` buttons
+3. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
+4. Select "Miscellaneous options"
+5. Select "Switch the hb. title to the current app."
+6. Press (B) to continue
+7. Press (B) to return to the Rosalina main menu
+8. Press (B) to exit the Rosalina menu
+9. Press (Home) to suspend Download Play
+10. Press the "Close" button on the bottom screen to close Download Play
+11. Re-launch the Download Play application
+12. Your console should load the Homebrew Launcher
+ - If your console is stuck on the loading splash screen, you are missing `boot.3dsx` from the root of your SD card
diff --git a/docs/uk_UA/include/luma3ds-installed-note.md b/docs/uk_UA/include/luma3ds-installed-note.md
new file mode 100644
index 0000000000..98b1773d3f
--- /dev/null
+++ b/docs/uk_UA/include/luma3ds-installed-note.md
@@ -0,0 +1,4 @@
+At this point, your console will boot to Luma3DS by default.
+
+- Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
+- On the next page, you will install useful homebrew applications to complete your setup.
diff --git a/docs/uk_UA/include/mset9-chorus.md b/docs/uk_UA/include/mset9-chorus.md
new file mode 100644
index 0000000000..d84e0a4a0b
--- /dev/null
+++ b/docs/uk_UA/include/mset9-chorus.md
@@ -0,0 +1,5 @@
+```
++ **Windows**: Double-click `MSET9-Windows.bat`
++ **macOS**: Double-click `MSET9-macOS.command` and enter your password if prompted
++ **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter
+```
diff --git a/docs/uk_UA/include/nand-backup.md b/docs/uk_UA/include/nand-backup.md
new file mode 100644
index 0000000000..1d3863d491
--- /dev/null
+++ b/docs/uk_UA/include/nand-backup.md
@@ -0,0 +1,25 @@
+1. Press (Home) to bring up the action menu
+2. Select "Scripts..."
+3. Select "GM9Megascript"
+4. Select "Backup Options"
+5. Select "SysNAND Backup"
+6. Press (A) to confirm
+ - This process will take some time
+ - If you get an error, look for your issue in the [troubleshooting guide](troubleshooting#finalizing-setup)
+7. Press (A) to continue
+8. Press (B) to return to the main menu
+9. Select "Exit"
+10. Press (A) to relock write permissions if prompted
+11. Navigate to `[S:] SYSNAND VIRTUAL`
+12. Press (A) on `essential.exefs` to select it
+13. Select "Copy to 0:/gm9/out"
+ - If you see "Destination already exists", press (A) on "Overwrite file(s)"
+14. Press (A) to continue
+15. Hold (R) and press (Start) at the same time to power off your console
+16. Insert your SD card into your computer
+17. Copy `__sysnand_##.bin`, `__sysnand_##.bin.sha`, and `essential.exefs` from the `/gm9/out/` folder on your SD card to a safe location on your computer
+ - Copy these backups to multiple locations (such as online file storage, an external hard drive, etc.)
+ - These backups will save you from a brick and/or help you recover files from the NAND image if anything goes wrong in the future
+18. Delete `__sysnand_##.bin` and `__sysnand_##.bin.sha` from the `/gm9/out/` folder on your SD card after copying it
+ - The other backup files are negligible in size and may be kept on your SD card for ease of access
+19. Reinsert your SD card into your console
diff --git a/docs/uk_UA/include/rmproxy.md b/docs/uk_UA/include/rmproxy.md
new file mode 100644
index 0000000000..d072e91f81
--- /dev/null
+++ b/docs/uk_UA/include/rmproxy.md
@@ -0,0 +1,10 @@
+In this section, you will restore the Internet settings back to normal.
+
+1. Launch the System Settings application
+2. Navigate to `Internet Settings` -> `Connection Settings`
+3. Click on your network connection slot and navigate to `Change Settings` -> `Next Page (right arrow)` -> `Proxy Settings`
+4. Set "Proxy Settings" to "No"
+5. Click OK, then click Save
+6. When prompted, click "Test" to perform the connection test
+ - The test should succeed
+7. Power off your console
diff --git a/docs/uk_UA/include/sysupdate.md b/docs/uk_UA/include/sysupdate.md
new file mode 100644
index 0000000000..0c37b8b95a
--- /dev/null
+++ b/docs/uk_UA/include/sysupdate.md
@@ -0,0 +1,5 @@
+1. Update your console 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 to 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)
diff --git a/docs/uk_UA/include/winerror234.md b/docs/uk_UA/include/winerror234.md
new file mode 100644
index 0000000000..00381239c2
--- /dev/null
+++ b/docs/uk_UA/include/winerror234.md
@@ -0,0 +1,44 @@
+When creating the MSET9 ID1 on Windows 10 and above, the script may fail with this error:
+
+
+
+This occurs because of the beta UTF-8 support in Windows. You must disable it to run MSET9:
+
+1. Hit **Windows Key + R** to open up the Run dialogue, type `intl.cpl` then click "OK"
+ ::: info
+
+ 
+
+ :::
+
+2. Click on `Administrative`, then `Change System Locale`
+
+ ::: info
+
+ 
+
+ :::
+
+ ::: info
+
+ 
+
+ :::
+
+3. Uncheck the box next to `Beta: Use Unicode UTF-8 for worldwide language support` then click "OK"
+
+ ::: info
+
+ 
+
+ :::
+
+4. Click "Restart Now"
+
+ ::: info
+
+ 
+
+ :::
+
+After your PC has rebooted, try creating the MSET9 ID1 again.
diff --git a/docs/uk_UA/installing-boot9strap-(fredtool).md b/docs/uk_UA/installing-boot9strap-(fredtool).md
index 5a17f6a138..2c055296cc 100644
--- a/docs/uk_UA/installing-boot9strap-(fredtool).md
+++ b/docs/uk_UA/installing-boot9strap-(fredtool).md
@@ -1,6 +1,8 @@
---
-title: Redirecting... #
-sitemap: false
+head:
+ - - meta
+ - http-equiv: refresh
+ content: 0; URL=410.html
---
-{% include redirect.html redirect_to="410.html" %}
+# Redirecting...
diff --git a/docs/uk_UA/seedminer-(mii).md b/docs/uk_UA/seedminer-(mii).md
index 5a17f6a138..2c055296cc 100644
--- a/docs/uk_UA/seedminer-(mii).md
+++ b/docs/uk_UA/seedminer-(mii).md
@@ -1,6 +1,8 @@
---
-title: Redirecting... #
-sitemap: false
+head:
+ - - meta
+ - http-equiv: refresh
+ content: 0; URL=410.html
---
-{% include redirect.html redirect_to="410.html" %}
+# Redirecting...
diff --git a/docs/uk_UA/updating-b9s.md b/docs/uk_UA/updating-b9s.md
index e9e979447f..3545f91252 100644
--- a/docs/uk_UA/updating-b9s.md
+++ b/docs/uk_UA/updating-b9s.md
@@ -1,53 +1,60 @@
----
-title: "Updating B9S"
----
+# Updating B9S
-{% include toc title="Table of Contents" %}
-
-### Required Reading
+## Required Reading
This page is for existing boot9strap users to update their installation of boot9strap to the latest version.
-### What You Need
+## What You Need
-* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
-* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
-* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
+- The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
+- The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
+- The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
-### Instructions
+## Instructions
-#### Section I - Prep Work
+### Section I - Prep Work
+
+::: info
For all steps in this section, overwrite any existing files on your SD card.
-{: .notice--info}
+
+:::
1. Insert your SD card into your computer
-1. Create a folder named `boot9strap` on the root of your SD card
-1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
-1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
-1. Reinsert your SD card into your console
+2. Create a folder named `boot9strap` on the root of your SD card
+3. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
+4. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
+5. Reinsert your SD card into your console
- 
- {: .notice--info}
+ ::: info
+ 
-#### Section II - Installing boot9strap
+ :::
+
+### Section II - Installing boot9strap
1. Power on your console
- + This should automatically launch SafeB9SInstaller
-{%- include_relative include/install-boot9strap-safeb9sinstaller.txt isbootfirm="true" inline="true" %}
+ - This should automatically launch SafeB9SInstaller
+2. 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)
+3. Once it is completed, force your console to power off by holding down the power button
+ - Your console will only boot to the SafeB9SInstaller screen until the next section is completed
-#### Section III - Update Luma3DS
+### Section III - Update Luma3DS
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, replacing the existing file
-1. Reinsert your SD card into your console
-1. Power on your console
-1. If your console has booted into the Luma3DS configuration menu, press (Start) to save and reboot
- + Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
- + For the purpose of this guide, these settings will be left on default settings
+2. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card, replacing the existing file
+3. Reinsert your SD card into your console
+4. Power on your console
+5. If your console has booted into the Luma3DS configuration menu, press (Start) to save and reboot
+ - Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
+ - For the purpose of this guide, these settings will be left on default settings
___
-### Continue to [Finalizing Setup](finalizing-setup)
-{: .notice--primary}
+::: tip
+
+Continue to [Finalizing Setup](finalizing-setup)
+
+:::
diff --git a/docs/vi_VN/include/3ds-online.md b/docs/vi_VN/include/3ds-online.md
new file mode 100644
index 0000000000..b52d5f1a9e
--- /dev/null
+++ b/docs/vi_VN/include/3ds-online.md
@@ -0,0 +1,6 @@
+**Nintendo 3DS online services have recently shut down.** Here's what you should know:
+
+- Current 3DS modding methods are not affected.
+- The Internet access of homebrew applications (i.e. Universal-Updater) is not affected.
+- Official online servers are going down for everyone, but alternate online servers (i.e. Pretendo Network) are currently a work-in-progress.
+- Online shutdown does not affect access to the browser or to the Internet. The only thing that has shut down is Nintendo Network online services, such as game servers.
diff --git a/docs/vi_VN/include/ctrtransfer-images.md b/docs/vi_VN/include/ctrtransfer-images.md
new file mode 100644
index 0000000000..5adb1c42d5
--- /dev/null
+++ b/docs/vi_VN/include/ctrtransfer-images.md
@@ -0,0 +1,14 @@
+```
++ - [New 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:2a39586a0a10d1f0a9470b082ef1453e502b2425&xt=urn:btmh:12205090f0a43a956bd7449658ee0580949d15ae112c80007fb2ef42e3265b6c5f6c&dn=11.15.0-47E_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:986b454cab2d9f27daa63d4291f61aed039871d2&xt=urn:btmh:1220c8c96bd76b6fef041aada9ce4e3cf06ef141f3c4558310b9c3a00e39bccc43a1&dn=11.15.0-47J_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:e247b21e1f81f76acf6d3140da45da858e76f1f6&xt=urn:btmh:122008168a003666c14783998d1dd82ac02d1b3be902efa75cf5a03ee47da1fecd73&dn=11.15.0-41K_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:8ae25de1ab01c9304eece9785d5db6cdd6728214&xt=urn:btmh:1220ab284cc822f3170305723e9920e1bb4d7649fdf528c3ea04aada31e09bfbbe57&dn=11.15.0-47U_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+```
+
+- ~
+ - - [Old 3DS or 2DS - 11.15.0 - CHN - CTRTransfer](magnet:?xt=urn:btih:f71d2379e577db22d7f14a656bca7bf2eb5243f8\&xt=urn:btmh:12200c6ee93f63deef8ce9023b8214ca36cd29c37d2726acf7a15594256409f6629b\&dn=11.15.0-4C_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:fc71540a99c884ab8a4211192d3af92c7ffb9372\&xt=urn:btmh:12203c317846d43110fd3a35cedf427cb5fdd58ac764316f4d0634181efbb762ee92\&dn=11.15.0-47E_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:7b88adf3f47d036bcdee987f6597770eaafdd8dd\&xt=urn:btmh:1220f39be6c14438b07ebdf120161215088d56c59608d5f34f0744d972c7a0cf7ca2\&dn=11.15.0-47J_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:90d6689106751b057616d32445442fc1b7370e38\&xt=urn:btmh:1220a08fe569ac1596f6a113730de3cc7aa0dfd6858d40830cc0f0cee07bf585fd93\&dn=11.15.0-41K_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - TWN - CTRTransfer](magnet:?xt=urn:btih:19f978d42b0d9590bc742d7598efa45091567cee\&xt=urn:btmh:12204429bc94456825530a2dff233ed399a292e1004a64b65fa4b451a69e116cad2a\&dn=11.15.0-39T_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:fd39778d4116a210c3116c014521120f0e7b9e1d\&xt=urn:btmh:12203a51aca201f0635eecb15645cd4598bd49b1ad354e1ea81c24eb488760f3bd2b\&dn=11.15.0-47U_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
diff --git a/docs/vi_VN/include/ctrtransfer-main.md b/docs/vi_VN/include/ctrtransfer-main.md
new file mode 100644
index 0000000000..80d0bc23e4
--- /dev/null
+++ b/docs/vi_VN/include/ctrtransfer-main.md
@@ -0,0 +1,29 @@
+1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
+2. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it is completed
+3. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ - Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
+4. Navigate to `[0:] SDCARD` -> `gm9`
+5. Press (A) on the CTRTransfer `.bin` to select it
+6. Select "CTRNAND options..."
+7. Select "Transfer image to CTRNAND"
+8. If prompted, select "Transfer to SysNAND"
+ - This prompt will only appear if you have an EmuNAND
+9. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
+ - This process will take some time
+10. Once the transfer is completed, press (A) to continue
+11. Press (B) to decline relocking write permissions if prompted
+12. Press (B) twice to return to the main menu
+13. Press (Home) to bring up the action menu
+14. Select "Scripts..."
+15. Select "GM9Megascript"
+16. Select "Scripts from Plailect's Guide"
+17. Select "CTRTransfer Ticket Copy"
+18. When prompted, press (A) to proceed
+19. Press (A) to continue
+20. Press (B) to return to the main menu
+21. Select "Exit"
+22. Press (A) to relock write permissions if prompted
+23. Press (Start) to reboot your console
+24. Update your console 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
+ - If this gives you an error, set your DNS settings to "auto"
diff --git a/docs/vi_VN/include/ctrtransfer-ticket-copy.md b/docs/vi_VN/include/ctrtransfer-ticket-copy.md
new file mode 100644
index 0000000000..123c1f3089
--- /dev/null
+++ b/docs/vi_VN/include/ctrtransfer-ticket-copy.md
@@ -0,0 +1,22 @@
+::: info
+
+If the script found no user tickets, continue to the next section.
+
+:::
+
+1. Launch FBI from the list of homebrew
+2. Select "SD"
+3. Select "gm9"
+4. Select "out"
+5. Select "ctrtransfer_tickets"
+6. Do the following process for either the `eshop` folder, `unknown` folder, or both
+ - Navigate to the folder
+ - Select "\"
+ - Select "Install and delete all tickets"
+ - Wait. The system may appear to freeze, just give it time.
+ - Press (A) to confirm
+ - Press (B) to decline installing tickets from CDN.
+7. Press (Home) to exit FBI
+8. Re-open the Homebrew Launcher, either through the Homebrew Launcher icon on the HOME Menu or by re-following Section IV of this page
+9. Launch faketik from the list of homebrew
+10. Once faketik has finished processing, press (Start) to exit faketik
diff --git a/docs/vi_VN/include/format-sd-gm9.md b/docs/vi_VN/include/format-sd-gm9.md
new file mode 100644
index 0000000000..aee2fc5115
--- /dev/null
+++ b/docs/vi_VN/include/format-sd-gm9.md
@@ -0,0 +1,8 @@
+1. Press (Home) to bring up the action menu
+2. Select "More..."
+3. Select "SD format menu"
+4. Select "No EmuNAND"
+5. Select "Auto"
+6. Press (A) to accept the label `GM9SD`
+ - Optionally, you may input a custom name for the SD card
+7. When prompted, input the key combo given to confirm
diff --git a/docs/vi_VN/include/id1-check.md b/docs/vi_VN/include/id1-check.md
new file mode 100644
index 0000000000..e2959ad9a5
--- /dev/null
+++ b/docs/vi_VN/include/id1-check.md
@@ -0,0 +1,33 @@
+This occurs when you use multiple SD cards with the same 3DS and then merge the SD card contents together. Both are "valid", but the 3DS can only read one at a time.
+
+You will need to determine which one contains your data. First of all, back up all of the folders, in case something goes wrong:
+
+::: info
+
+
+
+:::
+
+Now, delete all but one of the folders from your SD card. Generally, you will want to delete the **smallest** one(s), as the one with all your data will probably have more space occupied. You can compare which folder is occupying more space by right-clicking it and clicking "Properties":
+
+::: info
+
+
+
+:::
+
+::: info
+
+
+
+:::
+
+Your SD card should now look something like this:
+
+::: info
+
+
+
+:::
+
+Now, put your SD card into your 3DS and turn it on. If your data is still there, you deleted the right folder and have now determined your correct ID1. If everything has disappeared, go back into the backup folder that you made earlier and try the other folder.
diff --git a/docs/vi_VN/include/launch-hbl-dlp.md b/docs/vi_VN/include/launch-hbl-dlp.md
new file mode 100644
index 0000000000..f345a44173
--- /dev/null
+++ b/docs/vi_VN/include/launch-hbl-dlp.md
@@ -0,0 +1,13 @@
+1. Launch the Download Play application ({height="24px" width="24px"})
+2. Wait until you see the `Nintendo 3DS` and `Nintendo DS` buttons
+3. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
+4. Select "Miscellaneous options"
+5. Select "Switch the hb. title to the current app."
+6. Press (B) to continue
+7. Press (B) to return to the Rosalina main menu
+8. Press (B) to exit the Rosalina menu
+9. Press (Home) to suspend Download Play
+10. Press the "Close" button on the bottom screen to close Download Play
+11. Re-launch the Download Play application
+12. Your console should load the Homebrew Launcher
+ - If your console is stuck on the loading splash screen, you are missing `boot.3dsx` from the root of your SD card
diff --git a/docs/vi_VN/include/luma3ds-installed-note.md b/docs/vi_VN/include/luma3ds-installed-note.md
new file mode 100644
index 0000000000..98b1773d3f
--- /dev/null
+++ b/docs/vi_VN/include/luma3ds-installed-note.md
@@ -0,0 +1,4 @@
+At this point, your console will boot to Luma3DS by default.
+
+- Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
+- On the next page, you will install useful homebrew applications to complete your setup.
diff --git a/docs/vi_VN/include/mset9-chorus.md b/docs/vi_VN/include/mset9-chorus.md
new file mode 100644
index 0000000000..d84e0a4a0b
--- /dev/null
+++ b/docs/vi_VN/include/mset9-chorus.md
@@ -0,0 +1,5 @@
+```
++ **Windows**: Double-click `MSET9-Windows.bat`
++ **macOS**: Double-click `MSET9-macOS.command` and enter your password if prompted
++ **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter
+```
diff --git a/docs/vi_VN/include/nand-backup.md b/docs/vi_VN/include/nand-backup.md
new file mode 100644
index 0000000000..1d3863d491
--- /dev/null
+++ b/docs/vi_VN/include/nand-backup.md
@@ -0,0 +1,25 @@
+1. Press (Home) to bring up the action menu
+2. Select "Scripts..."
+3. Select "GM9Megascript"
+4. Select "Backup Options"
+5. Select "SysNAND Backup"
+6. Press (A) to confirm
+ - This process will take some time
+ - If you get an error, look for your issue in the [troubleshooting guide](troubleshooting#finalizing-setup)
+7. Press (A) to continue
+8. Press (B) to return to the main menu
+9. Select "Exit"
+10. Press (A) to relock write permissions if prompted
+11. Navigate to `[S:] SYSNAND VIRTUAL`
+12. Press (A) on `essential.exefs` to select it
+13. Select "Copy to 0:/gm9/out"
+ - If you see "Destination already exists", press (A) on "Overwrite file(s)"
+14. Press (A) to continue
+15. Hold (R) and press (Start) at the same time to power off your console
+16. Insert your SD card into your computer
+17. Copy `__sysnand_##.bin`, `__sysnand_##.bin.sha`, and `essential.exefs` from the `/gm9/out/` folder on your SD card to a safe location on your computer
+ - Copy these backups to multiple locations (such as online file storage, an external hard drive, etc.)
+ - These backups will save you from a brick and/or help you recover files from the NAND image if anything goes wrong in the future
+18. Delete `__sysnand_##.bin` and `__sysnand_##.bin.sha` from the `/gm9/out/` folder on your SD card after copying it
+ - The other backup files are negligible in size and may be kept on your SD card for ease of access
+19. Reinsert your SD card into your console
diff --git a/docs/vi_VN/include/rmproxy.md b/docs/vi_VN/include/rmproxy.md
new file mode 100644
index 0000000000..d072e91f81
--- /dev/null
+++ b/docs/vi_VN/include/rmproxy.md
@@ -0,0 +1,10 @@
+In this section, you will restore the Internet settings back to normal.
+
+1. Launch the System Settings application
+2. Navigate to `Internet Settings` -> `Connection Settings`
+3. Click on your network connection slot and navigate to `Change Settings` -> `Next Page (right arrow)` -> `Proxy Settings`
+4. Set "Proxy Settings" to "No"
+5. Click OK, then click Save
+6. When prompted, click "Test" to perform the connection test
+ - The test should succeed
+7. Power off your console
diff --git a/docs/vi_VN/include/sysupdate.md b/docs/vi_VN/include/sysupdate.md
new file mode 100644
index 0000000000..0c37b8b95a
--- /dev/null
+++ b/docs/vi_VN/include/sysupdate.md
@@ -0,0 +1,5 @@
+1. Update your console 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 to 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)
diff --git a/docs/vi_VN/include/winerror234.md b/docs/vi_VN/include/winerror234.md
new file mode 100644
index 0000000000..00381239c2
--- /dev/null
+++ b/docs/vi_VN/include/winerror234.md
@@ -0,0 +1,44 @@
+When creating the MSET9 ID1 on Windows 10 and above, the script may fail with this error:
+
+
+
+This occurs because of the beta UTF-8 support in Windows. You must disable it to run MSET9:
+
+1. Hit **Windows Key + R** to open up the Run dialogue, type `intl.cpl` then click "OK"
+ ::: info
+
+ 
+
+ :::
+
+2. Click on `Administrative`, then `Change System Locale`
+
+ ::: info
+
+ 
+
+ :::
+
+ ::: info
+
+ 
+
+ :::
+
+3. Uncheck the box next to `Beta: Use Unicode UTF-8 for worldwide language support` then click "OK"
+
+ ::: info
+
+ 
+
+ :::
+
+4. Click "Restart Now"
+
+ ::: info
+
+ 
+
+ :::
+
+After your PC has rebooted, try creating the MSET9 ID1 again.
diff --git a/docs/vi_VN/seedminer-(alternate).md b/docs/vi_VN/seedminer-(alternate).md
index 5a17f6a138..2c055296cc 100644
--- a/docs/vi_VN/seedminer-(alternate).md
+++ b/docs/vi_VN/seedminer-(alternate).md
@@ -1,6 +1,8 @@
---
-title: Redirecting... #
-sitemap: false
+head:
+ - - meta
+ - http-equiv: refresh
+ content: 0; URL=410.html
---
-{% include redirect.html redirect_to="410.html" %}
+# Redirecting...
diff --git a/docs/zh_CN/include/3ds-online.md b/docs/zh_CN/include/3ds-online.md
new file mode 100644
index 0000000000..b52d5f1a9e
--- /dev/null
+++ b/docs/zh_CN/include/3ds-online.md
@@ -0,0 +1,6 @@
+**Nintendo 3DS online services have recently shut down.** Here's what you should know:
+
+- Current 3DS modding methods are not affected.
+- The Internet access of homebrew applications (i.e. Universal-Updater) is not affected.
+- Official online servers are going down for everyone, but alternate online servers (i.e. Pretendo Network) are currently a work-in-progress.
+- Online shutdown does not affect access to the browser or to the Internet. The only thing that has shut down is Nintendo Network online services, such as game servers.
diff --git a/docs/zh_CN/include/ctrtransfer-images.md b/docs/zh_CN/include/ctrtransfer-images.md
new file mode 100644
index 0000000000..5adb1c42d5
--- /dev/null
+++ b/docs/zh_CN/include/ctrtransfer-images.md
@@ -0,0 +1,14 @@
+```
++ - [New 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:2a39586a0a10d1f0a9470b082ef1453e502b2425&xt=urn:btmh:12205090f0a43a956bd7449658ee0580949d15ae112c80007fb2ef42e3265b6c5f6c&dn=11.15.0-47E_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:986b454cab2d9f27daa63d4291f61aed039871d2&xt=urn:btmh:1220c8c96bd76b6fef041aada9ce4e3cf06ef141f3c4558310b9c3a00e39bccc43a1&dn=11.15.0-47J_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:e247b21e1f81f76acf6d3140da45da858e76f1f6&xt=urn:btmh:122008168a003666c14783998d1dd82ac02d1b3be902efa75cf5a03ee47da1fecd73&dn=11.15.0-41K_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:8ae25de1ab01c9304eece9785d5db6cdd6728214&xt=urn:btmh:1220ab284cc822f3170305723e9920e1bb4d7649fdf528c3ea04aada31e09bfbbe57&dn=11.15.0-47U_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+```
+
+- ~
+ - - [Old 3DS or 2DS - 11.15.0 - CHN - CTRTransfer](magnet:?xt=urn:btih:f71d2379e577db22d7f14a656bca7bf2eb5243f8\&xt=urn:btmh:12200c6ee93f63deef8ce9023b8214ca36cd29c37d2726acf7a15594256409f6629b\&dn=11.15.0-4C_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:fc71540a99c884ab8a4211192d3af92c7ffb9372\&xt=urn:btmh:12203c317846d43110fd3a35cedf427cb5fdd58ac764316f4d0634181efbb762ee92\&dn=11.15.0-47E_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:7b88adf3f47d036bcdee987f6597770eaafdd8dd\&xt=urn:btmh:1220f39be6c14438b07ebdf120161215088d56c59608d5f34f0744d972c7a0cf7ca2\&dn=11.15.0-47J_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:90d6689106751b057616d32445442fc1b7370e38\&xt=urn:btmh:1220a08fe569ac1596f6a113730de3cc7aa0dfd6858d40830cc0f0cee07bf585fd93\&dn=11.15.0-41K_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - TWN - CTRTransfer](magnet:?xt=urn:btih:19f978d42b0d9590bc742d7598efa45091567cee\&xt=urn:btmh:12204429bc94456825530a2dff233ed399a292e1004a64b65fa4b451a69e116cad2a\&dn=11.15.0-39T_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:fd39778d4116a210c3116c014521120f0e7b9e1d\&xt=urn:btmh:12203a51aca201f0635eecb15645cd4598bd49b1ad354e1ea81c24eb488760f3bd2b\&dn=11.15.0-47U_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
diff --git a/docs/zh_CN/include/ctrtransfer-main.md b/docs/zh_CN/include/ctrtransfer-main.md
new file mode 100644
index 0000000000..a42f7f3d57
--- /dev/null
+++ b/docs/zh_CN/include/ctrtransfer-main.md
@@ -0,0 +1,29 @@
+1. Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
+2. 如果工具提示是否需要创建重要文件备份,请按下 “A” 键确认。完成后再次按下 “A” 键来继续。
+3. 如果出现修复 RTC 日期与时间的提示,按 “A” 键执行修复,然后设置好日期和时间,并按 “A” 继续
+ - Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
+4. 进入到 `[0:] SDCARD` -> `gm9`
+5. 在 CTRTransfer `.bin` 上按 “A” 键以选中它
+6. 选择 “CTRNAND options...”
+7. 选择 “Transfer image to CTRNAND”
+8. 如果出现提示,选择 “Transfer to SysNAND”
+ - This prompt will only appear if you have an EmuNAND
+9. 按 “A” 键解锁SysNAND (lvl1) 写入权限,并根据屏幕上的提示依次按下按键
+ - This process will take some time
+10. - 待完成后,按 “A” 键以继续
+11. 如果弹出重新锁定写入权限的提示,按下 “B” 键来拒绝。
+12. 按两次 “B” 键返回到主菜单
+13. 按下 “Home” 键来打开功能菜单
+14. 选择 “Scripts...”
+15. 选择 “GM9Megascript”
+16. 选择 “Scripts from Plailect's Guide”
+17. 选择 “CTRTransfer Ticket Copy”
+18. 出现提示时,按 “A” 键继续
+19. 按 “A” 键继续
+20. 按下 “B” 键返回到主菜单
+21. 选择 “Exit”
+22. 如果提示重新锁定写入权限,按下 “A” 键来确认
+23. Press (Start) to reboot your console
+24. Update your console 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
+ - If this gives you an error, set your DNS settings to "auto"
diff --git a/docs/zh_CN/include/ctrtransfer-ticket-copy.md b/docs/zh_CN/include/ctrtransfer-ticket-copy.md
new file mode 100644
index 0000000000..a81d4a92a7
--- /dev/null
+++ b/docs/zh_CN/include/ctrtransfer-ticket-copy.md
@@ -0,0 +1,22 @@
+::: info
+
+If the script found no user tickets, continue to the next section.
+
+:::
+
+1. 从自制程序列表中找到并启动 FBI
+2. Select "SD"
+3. 选择 “gm9”
+4. 选择 “out”
+5. 选择 “ctrtransfer_tickets”
+6. 对 `eshop` 、 `unknown` 文件夹,或两者都执行以下操作
+ - Navigate to the folder
+ - Select "\"
+ - Select "Install and delete all tickets"
+ - Wait. 系统可能会卡住一会,请耐心等待。
+ - 按下 “A” 键确认
+ - Press (B) to decline installing tickets from CDN.
+7. 按 “Home” 键退出 FBI
+8. Re-open the Homebrew Launcher, either through the Homebrew Launcher icon on the HOME Menu or by re-following Section IV of this page
+9. Launch faketik from the list of homebrew
+10. Once faketik has finished processing, press (Start) to exit faketik
diff --git a/docs/zh_CN/include/format-sd-gm9.md b/docs/zh_CN/include/format-sd-gm9.md
new file mode 100644
index 0000000000..f68aa1f23c
--- /dev/null
+++ b/docs/zh_CN/include/format-sd-gm9.md
@@ -0,0 +1,8 @@
+1. 按下 “Home” 键来打开功能菜单
+2. 选择 “More...”
+3. 选择 “SD format menu”
+4. 选择 “No EmuNAND”
+5. 选择 “Auto”
+6. 按 “A” 键确认格式化后的磁盘名为 `GM9SD`
+ - Optionally, you may input a custom name for the SD card
+7. 出现提示时,按照提示依次输入按键来确认格式化
diff --git a/docs/zh_CN/include/id1-check.md b/docs/zh_CN/include/id1-check.md
new file mode 100644
index 0000000000..e2959ad9a5
--- /dev/null
+++ b/docs/zh_CN/include/id1-check.md
@@ -0,0 +1,33 @@
+This occurs when you use multiple SD cards with the same 3DS and then merge the SD card contents together. Both are "valid", but the 3DS can only read one at a time.
+
+You will need to determine which one contains your data. First of all, back up all of the folders, in case something goes wrong:
+
+::: info
+
+
+
+:::
+
+Now, delete all but one of the folders from your SD card. Generally, you will want to delete the **smallest** one(s), as the one with all your data will probably have more space occupied. You can compare which folder is occupying more space by right-clicking it and clicking "Properties":
+
+::: info
+
+
+
+:::
+
+::: info
+
+
+
+:::
+
+Your SD card should now look something like this:
+
+::: info
+
+
+
+:::
+
+Now, put your SD card into your 3DS and turn it on. If your data is still there, you deleted the right folder and have now determined your correct ID1. If everything has disappeared, go back into the backup folder that you made earlier and try the other folder.
diff --git a/docs/zh_CN/include/launch-hbl-dlp.md b/docs/zh_CN/include/launch-hbl-dlp.md
new file mode 100644
index 0000000000..5bd3747045
--- /dev/null
+++ b/docs/zh_CN/include/launch-hbl-dlp.md
@@ -0,0 +1,13 @@
+1. Launch the Download Play application ({height="24px" width="24px"})
+2. 等到你看到 `Nintendo 3DS` 和 `Nintendo DS` 按钮
+3. 同时按下 “L” + “↓” + “Select” 键来打开 Rosalina 菜单
+4. 选择 “Miscellaneous options”
+5. Select "Switch the hb. title to the current app."
+6. 按 “B” 键继续
+7. 按 “B” 键返回 Rosalina 主菜单
+8. 按 “B” 键退出 Rosalina 菜单
+9. Press (Home) to suspend Download Play
+10. Press the "Close" button on the bottom screen to close Download Play
+11. Re-launch the Download Play application
+12. Your console should load the Homebrew Launcher
+ - If your console is stuck on the loading splash screen, you are missing `boot.3dsx` from the root of your SD card
diff --git a/docs/zh_CN/include/luma3ds-installed-note.md b/docs/zh_CN/include/luma3ds-installed-note.md
new file mode 100644
index 0000000000..98b1773d3f
--- /dev/null
+++ b/docs/zh_CN/include/luma3ds-installed-note.md
@@ -0,0 +1,4 @@
+At this point, your console will boot to Luma3DS by default.
+
+- Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
+- On the next page, you will install useful homebrew applications to complete your setup.
diff --git a/docs/zh_CN/include/mset9-chorus.md b/docs/zh_CN/include/mset9-chorus.md
new file mode 100644
index 0000000000..d84e0a4a0b
--- /dev/null
+++ b/docs/zh_CN/include/mset9-chorus.md
@@ -0,0 +1,5 @@
+```
++ **Windows**: Double-click `MSET9-Windows.bat`
++ **macOS**: Double-click `MSET9-macOS.command` and enter your password if prompted
++ **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter
+```
diff --git a/docs/zh_CN/include/nand-backup.md b/docs/zh_CN/include/nand-backup.md
new file mode 100644
index 0000000000..aad96ff784
--- /dev/null
+++ b/docs/zh_CN/include/nand-backup.md
@@ -0,0 +1,25 @@
+1. 按下 “Home” 键来打开功能菜单
+2. 选择 “Scripts...”
+3. 选择 “GM9Megascript”
+4. 选择 “Backup Options”
+5. 选择 “SysNAND Backup”
+6. 按下 “A” 键确认
+ - This process will take some time
+ - If you get an error, look for your issue in the [troubleshooting guide](troubleshooting#finalizing-setup)
+7. 按 “A” 键继续
+8. 按下 “B” 键返回到主菜单
+9. 选择 “Exit”
+10. 如果提示重新锁定写入权限,按下 “A” 键来确认
+11. Navigate to `[S:] SYSNAND VIRTUAL`
+12. Press (A) on `essential.exefs` to select it
+13. 选择 “Copy to 0:/gm9/out”
+ - If you see "Destination already exists", press (A) on "Overwrite file(s)"
+14. 按 “A” 键继续
+15. Hold (R) and press (Start) at the same time to power off your console
+16. 将你的 SD 卡插入到电脑
+17. Copy `__sysnand_##.bin`, `__sysnand_##.bin.sha`, and `essential.exefs` from the `/gm9/out/` folder on your SD card to a safe location on your computer
+ - Copy these backups to multiple locations (such as online file storage, an external hard drive, etc.)
+ - These backups will save you from a brick and/or help you recover files from the NAND image if anything goes wrong in the future
+18. Delete `__sysnand_##.bin` and `__sysnand_##.bin.sha` from the `/gm9/out/` folder on your SD card after copying it
+ - The other backup files are negligible in size and may be kept on your SD card for ease of access
+19. Reinsert your SD card into your console
diff --git a/docs/zh_CN/include/rmproxy.md b/docs/zh_CN/include/rmproxy.md
new file mode 100644
index 0000000000..91c0065453
--- /dev/null
+++ b/docs/zh_CN/include/rmproxy.md
@@ -0,0 +1,10 @@
+本节中,你将会还原你主机的网络设置到原先的状态。
+
+1. 打开系统设置(本体設定 / System Settings)
+2. 进入到 `互联网设置(インターネット設定 / Internet Settings)` -> `连接设置(インターネット接続設定 / Connection Settings)`
+3. 点击你目前在用的连接点槽位,然后进入到 `设置变更(設定変更 / Change Settings)` -> `下一页(右箭头)` -> `代理设置(Proxy)`
+4. 将 “代理设置(Proxy)”设置为 “否(No/しない)”
+5. 点击 OK,然后点击保存(保存する / Save)
+6. 当提示时,点击“测试(テスト / Test)”进行连接测试
+ - The test should succeed
+7. 将主机关机
diff --git a/docs/zh_CN/include/sysupdate.md b/docs/zh_CN/include/sysupdate.md
new file mode 100644
index 0000000000..0c37b8b95a
--- /dev/null
+++ b/docs/zh_CN/include/sysupdate.md
@@ -0,0 +1,5 @@
+1. Update your console 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 to 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)
diff --git a/docs/zh_CN/include/winerror234.md b/docs/zh_CN/include/winerror234.md
new file mode 100644
index 0000000000..00381239c2
--- /dev/null
+++ b/docs/zh_CN/include/winerror234.md
@@ -0,0 +1,44 @@
+When creating the MSET9 ID1 on Windows 10 and above, the script may fail with this error:
+
+
+
+This occurs because of the beta UTF-8 support in Windows. You must disable it to run MSET9:
+
+1. Hit **Windows Key + R** to open up the Run dialogue, type `intl.cpl` then click "OK"
+ ::: info
+
+ 
+
+ :::
+
+2. Click on `Administrative`, then `Change System Locale`
+
+ ::: info
+
+ 
+
+ :::
+
+ ::: info
+
+ 
+
+ :::
+
+3. Uncheck the box next to `Beta: Use Unicode UTF-8 for worldwide language support` then click "OK"
+
+ ::: info
+
+ 
+
+ :::
+
+4. Click "Restart Now"
+
+ ::: info
+
+ 
+
+ :::
+
+After your PC has rebooted, try creating the MSET9 ID1 again.
diff --git a/docs/zh_CN/installing-boot9strap-(soundhax).md b/docs/zh_CN/installing-boot9strap-(soundhax).md
index 5100d3879c..e93eefe692 100644
--- a/docs/zh_CN/installing-boot9strap-(soundhax).md
+++ b/docs/zh_CN/installing-boot9strap-(soundhax).md
@@ -1,85 +1,100 @@
----
-title: "安装 boot9strap(通过 Soundhax)"
----
+# Installing boot9strap (Soundhax)
-{% include toc title="目录内容" %}
-
-{% capture technical_info %}
-技术细节(选看)
+:::details Technical Details (optional)
关于本页所使用漏洞的技术细节,请见[这里(Soundhax)](https://github.com/nedwill/soundhax) 和[这里(universal-otherapp)](https://github.com/TuxSH/universal-otherapp)。
-{% endcapture %}
-{{ technical_info | markdownify }}
-{: .notice--info}
+:::
-### 兼容性注意
+## Compatibility Notes
Soundhax(和 universal-otherapp 一起使用时)与所有区域 1.0.0 至 11.3.0 系统版本的主机兼容。
-### 你需要准备点啥?
-* 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
-* 最新版本的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip)(直链)
-* 最新版本的 [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip)(直链)
-* 最新版本的 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest)(下载 Luma3DS `.zip` 文件)
-* 最新版本的 [universal-otherapp](https://github.com/TuxSH/universal-otherapp/releases/latest)(下载 `otherapp.bin`)
+## 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)
+- The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
+- 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
+
+### Section I - Prep Work
本节中,你将会复制一些触发 Soundhax 和 universal-otherapp 所需要的文件。
1. 将主机关机
-1. 将你的 SD 卡插入到电脑
-1. 复制 Soundhax 的 `.m4a` 文件到你的 SD 卡根目录下
- + 根目录指的是你点进 SD 卡看到的目录,你可以在这个目录下看到 Nintendo 3DS 文件夹,但请不要点进去
-1. 复制 `otherapp.bin` 到你的 SD 卡根目录
-1. 解压 Luma3DS `.zip` 里的 `boot.firm` 和 `boot.3dsx` 到你 SD 卡的根目录
-1. 在 SD 卡根目录创建一个名为 `boot9strap` 的文件夹
-1. 从boot9strap `.zip` 文件中复制 `boot9strap.firm` 和 `boot9strap.firm.sha` 到你SD卡的 `/boot9strap/` 文件夹中
-1. 从 SafeB9SInstaller `.zip` 压缩包中复制 `SafeB9SInstaller.bin` 到 SD 卡根目录下
-1. Reinsert your SD card into your console
-1. Power on your console
+2. 将你的 SD 卡插入到电脑
+3. 复制 Soundhax 的 `.m4a` 文件到你的 SD 卡根目录下
+ - 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
+4. 复制 `otherapp.bin` 到你的 SD 卡根目录
+5. 解压 Luma3DS `.zip` 里的 `boot.firm` 和 `boot.3dsx` 到你 SD 卡的根目录
+6. 在 SD 卡根目录创建一个名为 `boot9strap` 的文件夹
+7. 从boot9strap `.zip` 文件中复制 `boot9strap.firm` 和 `boot9strap.firm.sha` 到你SD卡的 `/boot9strap/` 文件夹中
+8. 从 SafeB9SInstaller `.zip` 压缩包中复制 `SafeB9SInstaller.bin` 到 SD 卡根目录下
+9. Reinsert your SD card into your console
+10. Power on your console
-
-{: .notice--info}
+::: info
-
-{: .notice--info}
+
-#### 第二步 – 启动 SafeB9SInstaller
+:::
+
+::: info
+
+
+
+:::
+
+### Section II - Launching SafeB9SInstaller
本节中,你将通过 Nintendo 3DS 音乐程序启动 Soundhax,它将使用 universal-otherapp 启动 boot9strap(自制固件)安装程序。
1. 启动 “任天堂 3DS 音乐(Nintendo 3DS Sound)”
- 
- {: .notice--info}
+ ::: info
-1. 如果你从未启动过 “任天堂 3DS 音乐(Nintendo 3DS Sound)”,在启动后收到了小鸟的对话框提示,那么请完成所有的对话,然后关闭此软件再重新打开
- + 在这种情况下,除非你按上文所示的步骤进行操作,直接运行 Soundhax 将会导致这些提示在每次启动“任天堂 3DS 音乐(Nintendo 3DS Sound)”时都会出现
-1. 进入 `/sdcard`,然后播放“< 3 nedwill 2016”
- + This may take many (up to 10) tries
- + If you see the message "Could not play", you are either on a system version incompatible with Soundhax or downloaded the wrong Soundhax release
- + 如果主机死机了,请长按电源键关闭主机,然后再试一次
- + If you get a different error, [follow this troubleshooting guide](troubleshooting#installing-boot9strap-soundhax)
+ 
- 
- {: .notice--info}
+ :::
-1. 如果一切成功的话,你将自动进入 SafeB9SInstaller
+2. 如果你从未启动过 “任天堂 3DS 音乐(Nintendo 3DS Sound)”,在启动后收到了小鸟的对话框提示,那么请完成所有的对话,然后关闭此软件再重新打开
+ - In this situation, launching Soundhax immediately would cause these tips to appear on every launch of the Nintendo 3DS Sound until this is done
-#### 第三步 – 安装 boot9strap
+3. 进入 `/sdcard`,然后播放“< 3 nedwill 2016”
-{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
-{%- include_relative include/configure-luma3ds.txt %}
+ - This may take many (up to 10) tries
+ - If you see the message "Could not play", you are either on a system version incompatible with Soundhax or downloaded the wrong Soundhax release
+ - 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)
-{% include_relative include/luma3ds-installed-note.txt %}
+ ::: info
+ 
+
+ :::
+
+4. 如果一切成功的话,你将自动进入 SafeB9SInstaller
+
+### Section III - Installing boot9strap
+
+In this section, you will install custom firmware onto your console.
+
+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)
+2. Once it is complete, press (A) to reboot your console
+
+
+
+
___
-### 继续至[完成安装](finalizing-setup)
-{: .notice--primary}
+::: tip
+
+Continue to [Finalizing Setup](finalizing-setup)
+
+:::
diff --git a/docs/zh_TW/ctrtransfer.md b/docs/zh_TW/ctrtransfer.md
index 4b90948fed..87e5233d03 100644
--- a/docs/zh_TW/ctrtransfer.md
+++ b/docs/zh_TW/ctrtransfer.md
@@ -1,57 +1,64 @@
----
-title: "CTRTransfer"
----
+# CTRTransfer
-{% include toc title="條目內容" %}
-
-### 必讀事項
+## Required Reading
This is an add-on section for installing an 11.15.0 CTRTransfer image to your console.
+::: info
+
This page assumes that you have already installed Luma3DS and boot9strap. If you followed this website to the end (Finalizing Setup), you have Luma3DS and boot9strap.
-{: .notice--info}
+
+:::
+
+::: warning
As a part of this process, your system settings will be reset to its defaults. This includes things such as your username, country, and language. **Installed games and their save data will not be affected.**
-{: .notice--warning}
-### 必備項目
+:::
-* 最新版的 [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) (選擇 GodMode9 `.zip` 檔案)
-* The latest release of [FBI](https://github.com/lifehackerhansol/FBI/releases/download/2.6.1/FBI.3dsx) (direct download)
-* The latest release of [faketik](https://github.com/ihaveamac/faketik/releases/latest) *(the `.3dsx` file)*
-* A torrent client like [qBittorrent](https://www.qbittorrent.org/download.php) or [Deluge](http://dev.deluge-torrent.org/wiki/Download)
- * If you already have a torrent client, you do not need to download a new one
-* The 11.15.0 CTRTransfer image for your console and region:
-{% include_relative include/ctrtransfer-images.txt %}
+## What You Need
-### 操作說明
+- The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) (the GodMode9 `.zip` file)
+- The latest release of [FBI](https://github.com/lifehackerhansol/FBI/releases/download/2.6.1/FBI.3dsx) (direct download)
+- The latest release of [faketik](https://github.com/ihaveamac/faketik/releases/latest) _(the `.3dsx` file)_
+- A torrent client like [qBittorrent](https://www.qbittorrent.org/download.php) or [Deluge](http://dev.deluge-torrent.org/wiki/Download)
+ - If you already have a torrent client, you do not need to download a new one
+- The 11.15.0 CTRTransfer image for your console and region:
-#### 第一節 — 準備工作
+
-{% include_relative include/ctrtransfer-prep.txt %}
+## Instructions
-#### 第二節 — 備份 NAND
+### Section I - Prep Work
+
+
+
+### Section II - NAND Backup
1. Press and hold (Start), and while holding (Start), power on your console. 這將會啟動 GodMode9
-{% include_relative include/nand-backup.txt %}
-#### 第三節 — 進行 CTRTransfer
+
-{% include_relative include/ctrtransfer-main.txt %}
+### Section III - CTRTransfer
-#### 第四節 — 啟動 FBI 管理器
+
-{% include_relative include/launch-hbl-dlp.txt %}
+### Section IV - Launching FBI
-#### 第五節 — 重新安裝 Tickets
+
-{% include_relative include/ctrtransfer-ticket-copy.txt %}
+### Section V - Reinstalling Tickets
-#### Section VI - Fixing locale-related issues
+
-{% include_relative include/ctrnand-datayeet.txt %}
+### Section VI - Fixing locale-related issues
+
+
___
-### 繼續至[完成安裝](finalizing-setup)
-{: .notice--primary}
+::: tip
+
+Continue to [Finalizing Setup](finalizing-setup)
+
+:::
diff --git a/docs/zh_TW/include/3ds-online.md b/docs/zh_TW/include/3ds-online.md
new file mode 100644
index 0000000000..b52d5f1a9e
--- /dev/null
+++ b/docs/zh_TW/include/3ds-online.md
@@ -0,0 +1,6 @@
+**Nintendo 3DS online services have recently shut down.** Here's what you should know:
+
+- Current 3DS modding methods are not affected.
+- The Internet access of homebrew applications (i.e. Universal-Updater) is not affected.
+- Official online servers are going down for everyone, but alternate online servers (i.e. Pretendo Network) are currently a work-in-progress.
+- Online shutdown does not affect access to the browser or to the Internet. The only thing that has shut down is Nintendo Network online services, such as game servers.
diff --git a/docs/zh_TW/include/ctrtransfer-images.md b/docs/zh_TW/include/ctrtransfer-images.md
new file mode 100644
index 0000000000..5adb1c42d5
--- /dev/null
+++ b/docs/zh_TW/include/ctrtransfer-images.md
@@ -0,0 +1,14 @@
+```
++ - [New 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:2a39586a0a10d1f0a9470b082ef1453e502b2425&xt=urn:btmh:12205090f0a43a956bd7449658ee0580949d15ae112c80007fb2ef42e3265b6c5f6c&dn=11.15.0-47E_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:986b454cab2d9f27daa63d4291f61aed039871d2&xt=urn:btmh:1220c8c96bd76b6fef041aada9ce4e3cf06ef141f3c4558310b9c3a00e39bccc43a1&dn=11.15.0-47J_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:e247b21e1f81f76acf6d3140da45da858e76f1f6&xt=urn:btmh:122008168a003666c14783998d1dd82ac02d1b3be902efa75cf5a03ee47da1fecd73&dn=11.15.0-41K_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
++ - [New 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:8ae25de1ab01c9304eece9785d5db6cdd6728214&xt=urn:btmh:1220ab284cc822f3170305723e9920e1bb4d7649fdf528c3ea04aada31e09bfbbe57&dn=11.15.0-47U_ctrtransfer_n3ds.zip&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+```
+
+- ~
+ - - [Old 3DS or 2DS - 11.15.0 - CHN - CTRTransfer](magnet:?xt=urn:btih:f71d2379e577db22d7f14a656bca7bf2eb5243f8\&xt=urn:btmh:12200c6ee93f63deef8ce9023b8214ca36cd29c37d2726acf7a15594256409f6629b\&dn=11.15.0-4C_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:fc71540a99c884ab8a4211192d3af92c7ffb9372\&xt=urn:btmh:12203c317846d43110fd3a35cedf427cb5fdd58ac764316f4d0634181efbb762ee92\&dn=11.15.0-47E_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:7b88adf3f47d036bcdee987f6597770eaafdd8dd\&xt=urn:btmh:1220f39be6c14438b07ebdf120161215088d56c59608d5f34f0744d972c7a0cf7ca2\&dn=11.15.0-47J_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:90d6689106751b057616d32445442fc1b7370e38\&xt=urn:btmh:1220a08fe569ac1596f6a113730de3cc7aa0dfd6858d40830cc0f0cee07bf585fd93\&dn=11.15.0-41K_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - TWN - CTRTransfer](magnet:?xt=urn:btih:19f978d42b0d9590bc742d7598efa45091567cee\&xt=urn:btmh:12204429bc94456825530a2dff233ed399a292e1004a64b65fa4b451a69e116cad2a\&dn=11.15.0-39T_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
+ - - [Old 3DS or 2DS - 11.15.0 - USA - CTRTransfer](magnet:?xt=urn:btih:fd39778d4116a210c3116c014521120f0e7b9e1d\&xt=urn:btmh:12203a51aca201f0635eecb15645cd4598bd49b1ad354e1ea81c24eb488760f3bd2b\&dn=11.15.0-47U_ctrtransfer_o3ds.zip\&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce\&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce\&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce\&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce\&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce\&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce\&tr=udp%3a%2f%2ftracker.bitsearch.to%3a1337%2fannounce\&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce\&tr=udp%3a%2f%2fretracker.netbynet.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce\&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce\&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce\&tr=udp%3a%2f%2fmts.tvbit.co%3a6969%2fannounce\&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce\&tr=udp%3a%2f%2fbt2.archive.org%3a6969%2fannounce)
diff --git a/docs/zh_TW/include/ctrtransfer-main.md b/docs/zh_TW/include/ctrtransfer-main.md
new file mode 100644
index 0000000000..c8dc9eed1a
--- /dev/null
+++ b/docs/zh_TW/include/ctrtransfer-main.md
@@ -0,0 +1,29 @@
+1. Press and hold (Start), and while holding (Start), power on your console. 這將會啟動 GodMode9
+2. 當提示重要檔案備份時,按下『A』繼續,並在完畢後按下『A』繼續
+3. 當提示修正 RTC 日期及時間時,按『A』繼續並設定日期及時間,再按『A』繼續
+ - Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
+4. 移動至 `[0:] SDCARD` -> `gm9`
+5. 選擇 CTRTransfer `.bin`,並按『A』選擇
+6. 選擇『CTRNAND options...』
+7. 選擇『Transfer image to CTRNAND』
+8. 如提示時,請選擇『Transfer to SysNAND』
+ - This prompt will only appear if you have an EmuNAND
+9. 按『A』解鎖 SysNAND(lvl1)的寫入保護,然後按下提示的按鍵組合
+ - This process will take some time
+10. 轉移完畢後,按下『A』繼續
+11. 如提示時,按下『B』取消檔案寫入鎖定
+12. 按『B』兩次回到主選單
+13. 按『Home』鍵以叫出主選單
+14. 選擇『Scripts...』
+15. 選擇『GM9Megascript』
+16. 選擇『Scripts from Plailect's Guide』
+17. 選擇『CTRTransfer Ticket Copy』
+18. 如提示時,按下『A』繼續
+19. 按『A』 繼續
+20. 按『B』回到主選單
+21. 選擇『Exit』
+22. 如提示時,按下『A』取消檔案寫入鎖定
+23. Press (Start) to reboot your console
+24. Update your console 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
+ - If this gives you an error, set your DNS settings to "auto"
diff --git a/docs/zh_TW/include/ctrtransfer-ticket-copy.md b/docs/zh_TW/include/ctrtransfer-ticket-copy.md
new file mode 100644
index 0000000000..6214754034
--- /dev/null
+++ b/docs/zh_TW/include/ctrtransfer-ticket-copy.md
@@ -0,0 +1,22 @@
+::: info
+
+If the script found no user tickets, continue to the next section.
+
+:::
+
+1. 於 Homebrew 清單內啟動 FBI 管理器
+2. 選擇「SD」
+3. 選擇『gm9』
+4. 選擇『out』
+5. 選擇『ctrtransfer_tickets』
+6. 對 `eshop` 或 `unknown` 資料夾或兩者都執行以下過程
+ - Navigate to the folder
+ - Select "\"
+ - Select "Install and delete all tickets"
+ - Wait. 系統可能會卡住一段時間,等就對了。
+ - 按 『A』 確認
+ - Press (B) to decline installing tickets from CDN.
+7. 按下『Home』鍵退出 FBI 管理器
+8. Re-open the Homebrew Launcher, either through the Homebrew Launcher icon on the HOME Menu or by re-following Section IV of this page
+9. Launch faketik from the list of homebrew
+10. Once faketik has finished processing, press (Start) to exit faketik
diff --git a/docs/zh_TW/include/format-sd-gm9.md b/docs/zh_TW/include/format-sd-gm9.md
new file mode 100644
index 0000000000..e4e3133709
--- /dev/null
+++ b/docs/zh_TW/include/format-sd-gm9.md
@@ -0,0 +1,8 @@
+1. 按『Home』鍵以叫出主選單
+2. 選擇『More...』
+3. 選擇『SD format menu』
+4. 選擇『No EmuNAND」
+5. 選擇『Auto』
+6. 按『A』確定命名為 `GM9SD`
+ - Optionally, you may input a custom name for the SD card
+7. 出現提示時,輸入提示的按鍵組合以確認
diff --git a/docs/zh_TW/include/id1-check.md b/docs/zh_TW/include/id1-check.md
new file mode 100644
index 0000000000..e2959ad9a5
--- /dev/null
+++ b/docs/zh_TW/include/id1-check.md
@@ -0,0 +1,33 @@
+This occurs when you use multiple SD cards with the same 3DS and then merge the SD card contents together. Both are "valid", but the 3DS can only read one at a time.
+
+You will need to determine which one contains your data. First of all, back up all of the folders, in case something goes wrong:
+
+::: info
+
+
+
+:::
+
+Now, delete all but one of the folders from your SD card. Generally, you will want to delete the **smallest** one(s), as the one with all your data will probably have more space occupied. You can compare which folder is occupying more space by right-clicking it and clicking "Properties":
+
+::: info
+
+
+
+:::
+
+::: info
+
+
+
+:::
+
+Your SD card should now look something like this:
+
+::: info
+
+
+
+:::
+
+Now, put your SD card into your 3DS and turn it on. If your data is still there, you deleted the right folder and have now determined your correct ID1. If everything has disappeared, go back into the backup folder that you made earlier and try the other folder.
diff --git a/docs/zh_TW/include/launch-hbl-dlp.md b/docs/zh_TW/include/launch-hbl-dlp.md
new file mode 100644
index 0000000000..59d605239d
--- /dev/null
+++ b/docs/zh_TW/include/launch-hbl-dlp.md
@@ -0,0 +1,13 @@
+1. Launch the Download Play application ({height="24px" width="24px"})
+2. 等到你看到 `Nintendo 3DS` 和 `Nintendo DS` 按鈕
+3. 同時按下『L』+『下』+『Select』鍵以啟動 Rosalina 選單
+4. 選擇『Miscellaneous options』
+5. Select "Switch the hb. title to the current app."
+6. 按『B』繼續
+7. 按『B』回到 Rosalina 主選單
+8. 按『B』退出 Rosalina 選單
+9. Press (Home) to suspend Download Play
+10. Press the "Close" button on the bottom screen to close Download Play
+11. Re-launch the Download Play application
+12. Your console should load the Homebrew Launcher
+ - If your console is stuck on the loading splash screen, you are missing `boot.3dsx` from the root of your SD card
diff --git a/docs/zh_TW/include/luma3ds-installed-note.md b/docs/zh_TW/include/luma3ds-installed-note.md
new file mode 100644
index 0000000000..98b1773d3f
--- /dev/null
+++ b/docs/zh_TW/include/luma3ds-installed-note.md
@@ -0,0 +1,4 @@
+At this point, your console will boot to Luma3DS by default.
+
+- Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
+- On the next page, you will install useful homebrew applications to complete your setup.
diff --git a/docs/zh_TW/include/mset9-chorus.md b/docs/zh_TW/include/mset9-chorus.md
new file mode 100644
index 0000000000..d84e0a4a0b
--- /dev/null
+++ b/docs/zh_TW/include/mset9-chorus.md
@@ -0,0 +1,5 @@
+```
++ **Windows**: Double-click `MSET9-Windows.bat`
++ **macOS**: Double-click `MSET9-macOS.command` and enter your password if prompted
++ **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter
+```
diff --git a/docs/zh_TW/include/nand-backup.md b/docs/zh_TW/include/nand-backup.md
new file mode 100644
index 0000000000..86e7ec7318
--- /dev/null
+++ b/docs/zh_TW/include/nand-backup.md
@@ -0,0 +1,25 @@
+1. 按『Home』鍵以叫出主選單
+2. 選擇『Scripts...』
+3. 選擇『GM9Megascript』
+4. 選擇『Backup Options』
+5. 選擇『SysNAND Backup』
+6. 按 『A』 確認
+ - This process will take some time
+ - If you get an error, look for your issue in the [troubleshooting guide](troubleshooting#finalizing-setup)
+7. 按『A』 繼續
+8. 按『B』回到主選單
+9. 選擇『Exit』
+10. 如提示時,按下『A』取消檔案寫入鎖定
+11. Navigate to `[S:] SYSNAND VIRTUAL`
+12. Press (A) on `essential.exefs` to select it
+13. 選擇『Copy to 0:/gm9/out』
+ - If you see "Destination already exists", press (A) on "Overwrite file(s)"
+14. 按『A』 繼續
+15. Hold (R) and press (Start) at the same time to power off your console
+16. 將 SD 卡插入至電腦中
+17. Copy `__sysnand_##.bin`, `__sysnand_##.bin.sha`, and `essential.exefs` from the `/gm9/out/` folder on your SD card to a safe location on your computer
+ - Copy these backups to multiple locations (such as online file storage, an external hard drive, etc.)
+ - These backups will save you from a brick and/or help you recover files from the NAND image if anything goes wrong in the future
+18. Delete `__sysnand_##.bin` and `__sysnand_##.bin.sha` from the `/gm9/out/` folder on your SD card after copying it
+ - The other backup files are negligible in size and may be kept on your SD card for ease of access
+19. Reinsert your SD card into your console
diff --git a/docs/zh_TW/include/rmproxy.md b/docs/zh_TW/include/rmproxy.md
new file mode 100644
index 0000000000..d072e91f81
--- /dev/null
+++ b/docs/zh_TW/include/rmproxy.md
@@ -0,0 +1,10 @@
+In this section, you will restore the Internet settings back to normal.
+
+1. Launch the System Settings application
+2. Navigate to `Internet Settings` -> `Connection Settings`
+3. Click on your network connection slot and navigate to `Change Settings` -> `Next Page (right arrow)` -> `Proxy Settings`
+4. Set "Proxy Settings" to "No"
+5. Click OK, then click Save
+6. When prompted, click "Test" to perform the connection test
+ - The test should succeed
+7. Power off your console
diff --git a/docs/zh_TW/include/sysupdate.md b/docs/zh_TW/include/sysupdate.md
new file mode 100644
index 0000000000..0c37b8b95a
--- /dev/null
+++ b/docs/zh_TW/include/sysupdate.md
@@ -0,0 +1,5 @@
+1. Update your console 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 to 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)
diff --git a/docs/zh_TW/include/winerror234.md b/docs/zh_TW/include/winerror234.md
new file mode 100644
index 0000000000..00381239c2
--- /dev/null
+++ b/docs/zh_TW/include/winerror234.md
@@ -0,0 +1,44 @@
+When creating the MSET9 ID1 on Windows 10 and above, the script may fail with this error:
+
+
+
+This occurs because of the beta UTF-8 support in Windows. You must disable it to run MSET9:
+
+1. Hit **Windows Key + R** to open up the Run dialogue, type `intl.cpl` then click "OK"
+ ::: info
+
+ 
+
+ :::
+
+2. Click on `Administrative`, then `Change System Locale`
+
+ ::: info
+
+ 
+
+ :::
+
+ ::: info
+
+ 
+
+ :::
+
+3. Uncheck the box next to `Beta: Use Unicode UTF-8 for worldwide language support` then click "OK"
+
+ ::: info
+
+ 
+
+ :::
+
+4. Click "Restart Now"
+
+ ::: info
+
+ 
+
+ :::
+
+After your PC has rebooted, try creating the MSET9 ID1 again.
diff --git a/docs/zh_TW/installing-boot9strap-(safecerthax).md b/docs/zh_TW/installing-boot9strap-(safecerthax).md
index c37409a6be..81e39ff140 100644
--- a/docs/zh_TW/installing-boot9strap-(safecerthax).md
+++ b/docs/zh_TW/installing-boot9strap-(safecerthax).md
@@ -1,90 +1,97 @@
----
-title: "Installing boot9strap (safecerthax)"
----
+# Installing boot9strap (safecerthax)
-{% include toc title="條目內容" %}
+:::details Technical Details (optional)
-{% capture technical_info %}
-Technical Details (optional)
-For technical details on the exploit that you will be using on this page, see [here](https://github.com/MrNbaYoh/safecerthax).
+:::
-{% endcapture %}
-{{ technical_info | markdownify }}
-{: .notice--info}
-
-### 相容性資訊
+## Compatibility Notes
safecerthax is compatible with all Old 3DS and Old 2DS consoles in all regions on system versions 1.0.0 through 11.14.0.
+::: info
+
This exploit will not work on the New 3DS, New 3DS XL, or New 2DS XL. Please ensure that the console you are modding is an Old 3DS, Old 3DS XL, or Old 2DS before continuing.
-{: .notice--info}
-### 必備項目
+:::
-* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
-* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
-* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
+## What You Need
-### 操作說明
+- The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
+- The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
+- The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
-#### Section I - Hardware Button Check
+## Instructions
+
+### Section I - Hardware Button Check
In this section, you will see whether your shoulder buttons are working on your console. This will determine whether your console is compatible with this method.
1. Power on your console
-1. Once you see the HOME Menu, press the (Left Shoulder) and (Right Shoulder) buttons at the same time
- + The camera applet should appear
-1. Power off your console
+2. Once you see the HOME Menu, press the (Left Shoulder) and (Right Shoulder) buttons at the same time
+ - The camera applet should appear
+3. Power off your console
-If the camera did NOT appear, you cannot follow this method. If this is the case, use [Installing boot9strap (MSET9)](installing-boot9strap-(mset9)) instead.
-{: .notice--warning}
+::: warning
-#### 第二節 — 準備工作
+If the camera did NOT appear, you cannot follow this method. If this is the case, use [Installing boot9strap (MSET9)](installing-boot9strap-\(mset9\)) instead.
+
+:::
+
+### Section II - Prep Work
In this section, you will copy the files needed to trigger the safecerthax exploit.
1. 將 SD 卡插入至電腦中
-1. 解壓 Luma3DS `.zip` 內的 `boot.firm` 及 `boot.3dsx` 到 SD 卡的根目錄底下
- + 「SD 卡的根目錄」指的是你的 SD 卡含有 Nintendo 3DS 資料夾的目錄,而非該資料夾內部
-1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap`
-1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中
-1. 將 SafeB9SInstaller `.zip` 中的 `SafeB9SInstaller.bin` 複製到 SD 卡的根目錄
-1. Reinsert your SD card into your console
-1. Power on your console
+2. 解壓 Luma3DS `.zip` 內的 `boot.firm` 及 `boot.3dsx` 到 SD 卡的根目錄底下
+ - 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
+3. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap`
+4. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中
+5. 將 SafeB9SInstaller `.zip` 中的 `SafeB9SInstaller.bin` 複製到 SD 卡的根目錄
+6. Reinsert your SD card into your console
+7. Power on your console
-#### Section III - safecerthax proxy
+### Section III - safecerthax proxy
In this section, you will change your Internet connection settings to use a proxy network designed to exploit the System Update feature of your console.
-{% include_relative include/addproxy.txt %}
+
+
1. Power off your console
-#### Section IV - safecerthax
+### Section IV - safecerthax
In this section, you will enter Safe Mode (a feature available on all 3DS family consoles) where safecerthax will be triggered, which will launch you into the boot9strap (custom firmware) installer.
1. With your console still powered off, hold the following buttons: (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A), and while holding these buttons together, power on your console
- + Keep holding the buttons until the console boots into Safe Mode (a "system update" menu)
-1. Press "OK" to accept the update
- + There is no update. This is part of the exploit
-1. Press "I accept" to accept the terms and conditions
-1. The update will eventually fail, with the error code `003-1099`. This is intended behaviour
-1. Press "OK" to close the error message
-1. 如果一切成功的話,您將自動進入 SafeB9SInstaller
- + If the console freezes or crashes, force power off the console, then retry this section
+ - Keep holding the buttons until the console boots into Safe Mode (a "system update" menu)
+2. Press "OK" to accept the update
+ - There is no update. This is part of the exploit
+3. Press "I accept" to accept the terms and conditions
+4. The update will eventually fail, with the error code `003-1099`. This is intended behaviour
+5. Press "OK" to close the error message
+6. 如果一切成功的話,您將自動進入 SafeB9SInstaller
+ - If the console freezes or crashes, force power off the console, then retry this section
-#### 第五節 — 安裝 boot9strap
+### Section V - 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)
+2. Once it is complete, press (A) to reboot your console
-#### Section VI - Restoring default proxy
+
-{% include_relative include/rmproxy.txt %}
+
+
+### Section VI - Restoring default proxy
+
+
___
-### 繼續至[完成安裝](finalizing-setup)
-{: .notice--primary}
\ No newline at end of file
+::: tip
+
+Continue to [Finalizing Setup](finalizing-setup)
+
+:::