diff --git a/docs/extras/block-updates.md b/docs/extras/block-updates.md index baf6240f3..3844fc3d1 100644 --- a/docs/extras/block-updates.md +++ b/docs/extras/block-updates.md @@ -31,8 +31,8 @@ Currently, two ways exist to block updates on the Wii U system: 1. Enter the Wii U's system settings and navigate to `Internet > Connect to the Internet > Connection List >` `Your WiFi connection > Change Settings > DNS` and set the option to `Do not auto-obtain`. 1. You will be asked to input a primary and secondary DNS. Enter the following IP addresses: - - Primary DNS: 168.235.092.108 - - Secondary DNS: 081.004.127.020 + - Primary DNS: 168.235.092.108 + - Secondary DNS: 081.004.127.020 DNS Block 1. Click on confirm. 1. You are now blocking updates. In order to access the eShop, run the NNUPatcher app from the Homebrew Launcher before launching the eShop. diff --git a/docs/extras/configurable-payload.md b/docs/extras/configurable-payload.md index 68e33baea..3068e9e1c 100644 --- a/docs/extras/configurable-payload.md +++ b/docs/extras/configurable-payload.md @@ -19,4 +19,4 @@ This payload is configurable, similar to Haxchi's configuration. This could be v 1. Extract the `Configurable_Payload.zip` file to the root of your SD Card. If it prompts you to overwrite the files on your SD Card, do so. 1. Place the SD Card into your Wii U and launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. 1. Click on `Run Homebrew Launcher!`. If everything has been done correctly, you should be taken back to the Wii U Menu. Mocha has now been enabled and you can use the Homebrew Launcher Channel you installed earlier. - - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. diff --git a/docs/extras/dump-games.md b/docs/extras/dump-games.md index 4e1728f41..f0589019a 100644 --- a/docs/extras/dump-games.md +++ b/docs/extras/dump-games.md @@ -104,11 +104,11 @@ Dumping your Discs allows you to install a copy of your game to the system NAND/ 1. Plug in your USB device. The Wii U will ask you format it. Cancel with No! 1. Launch the Homebrew Launcher and start the MochaFAT32 app. 1. In the configuration menu, set the following settings: - - Config view mode: default - - Skip this menu on launch: on - - Don't relaunch OS: off - - Launch System Menu: on - - RedNAND: off + - Config view mode: default + - Skip this menu on launch: on + - Don't relaunch OS: off + - Launch System Menu: on + - RedNAND: off 1. Your console will load the Wii U menu with your USB device now replacing the SD Card. 1. Launch the Homebrew Launcher and open the disc2app app. 1. Eject any inserted game disc and press the A button to begin the dumping process. diff --git a/docs/extras/dump-wii-games.md b/docs/extras/dump-wii-games.md index db3692a09..1d98d4209 100644 --- a/docs/extras/dump-wii-games.md +++ b/docs/extras/dump-wii-games.md @@ -24,15 +24,15 @@ Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. 1. Go [on this page](https://wiki.dolphin-emu.org/index.php?title=Category:Dual_Layer_Disc_games) to see if your disc is dual-layered. 1. Set everything to match the following: - - Dual Layer: `Yes/No` (Select `Yes` if your game's disc is dual-layered) - - Chunk Size: `Max` - - New device per chunk: `No` + - Dual Layer: `Yes/No` (Select `Yes` if your game's disc is dual-layered) + - Chunk Size: `Max` + - New device per chunk: `No` 1. If you want to dump multiple discs, select Yes to remember your settings. If not, select No. ?> Be prepared to wait a while. The dumping process can take 30 minutes to 1 hour depending on your SD Card's speeds. diff --git a/docs/troubleshooting/fix-errcode-112-1037.md b/docs/troubleshooting/fix-errcode-112-1037.md index 98b8f454c..bce0e7fae 100644 --- a/docs/troubleshooting/fix-errcode-112-1037.md +++ b/docs/troubleshooting/fix-errcode-112-1037.md @@ -25,14 +25,14 @@ This page will guide you through the process of fixing the error code 112-1037. 1. Go back to the Wii U Menu. 1. Open up a command prompt window. 1. Use the following command: `cd `. - - Example: cd C:\Users\username\Downloads. + - Example: cd C:\Users\username\Downloads. 1. Use the following command: `py -3 -i wupclient.py`. 1. Enter the IP address of your Wii U. - - Don't know how to find it? Read [this](find-wiiu-ip-address). + - Don't know how to find it? Read [this](find-wiiu-ip-address). 1. Use the appropriate command depending on the region of your console: - - JPN: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644). - - USA: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001210a/content/pages/index.html", 0x644). - - EUR: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001220a/content/pages/index.html", 0x644). + - JPN: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644). + - USA: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001210a/content/pages/index.html", 0x644). + - EUR: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001220a/content/pages/index.html", 0x644). 1. If the command worked, you will get the following response: `chmod returned 0x0`. 1. The error code should now be gone. @@ -45,15 +45,15 @@ This page will guide you through the process of fixing the error code 112-1037. 1. Go back to the Wii U Menu. 1. Open up a Terminal window. 1. Use the following command: `cd `. - - On macOS, the most common place to find your downloaded files is /Users/username/Downloads. - - On Linux, the most common place to find your downloaded files is /home/username/Downloads. + - On macOS, the most common place to find your downloaded files is /Users/username/Downloads. + - On Linux, the most common place to find your downloaded files is /home/username/Downloads. 1. Use the following command: `python3 -i wupclient.py`. 1. Enter the IP address of your Wii U. - - Don't know how to find it? Read [this](find-wiiu-ip-address). + - Don't know how to find it? Read [this](find-wiiu-ip-address). 1. Use the appropriate command depending on the region of your console: - - JPN: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644). - - USA: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001210a/content/pages/index.html", 0x644). - - EUR: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001220a/content/pages/index.html", 0x644). + - JPN: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644). + - USA: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001210a/content/pages/index.html", 0x644). + - EUR: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001220a/content/pages/index.html", 0x644). 1. If the command worked, you will get the following response: `chmod returned 0x0`. 1. The error code should now be gone. diff --git a/docs/user-guide/cbhc/browser-exploit.md b/docs/user-guide/cbhc/browser-exploit.md index 62b7e8bea..ad5290a1e 100644 --- a/docs/user-guide/cbhc/browser-exploit.md +++ b/docs/user-guide/cbhc/browser-exploit.md @@ -10,4 +10,4 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. 1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher. - - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. \ No newline at end of file + - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. \ No newline at end of file diff --git a/docs/user-guide/cbhc/nand-backup.md b/docs/user-guide/cbhc/nand-backup.md index 4a053e047..fa440485d 100644 --- a/docs/user-guide/cbhc/nand-backup.md +++ b/docs/user-guide/cbhc/nand-backup.md @@ -14,11 +14,11 @@ In case anything should go wrong in the later process and your Wii U ends up bri 1. Navigate through the Homebrew Launcher and launch the `Wii U NAND Dumper` app. 1. Use the Wii U GamePad's D-Pad to enter the following configuration: - - Dump SLC: **yes** - - Dump SLCCMPT: **yes** - - Dump MLC: **optional** - - Dump OTP: **yes** - - Dump SEEPROM: **yes** + - Dump SLC: **yes** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. 1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. diff --git a/docs/user-guide/haxchi/browser-exploit.md b/docs/user-guide/haxchi/browser-exploit.md index b3c8600c3..27fa54d6f 100644 --- a/docs/user-guide/haxchi/browser-exploit.md +++ b/docs/user-guide/haxchi/browser-exploit.md @@ -10,4 +10,4 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. 1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher. - - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. \ No newline at end of file + - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. \ No newline at end of file diff --git a/docs/user-guide/haxchi/nand-backup.md b/docs/user-guide/haxchi/nand-backup.md index dca63a74e..27a9c00d9 100644 --- a/docs/user-guide/haxchi/nand-backup.md +++ b/docs/user-guide/haxchi/nand-backup.md @@ -14,11 +14,11 @@ In case anything should go wrong in the later process and your Wii U ends up bri 1. Navigate through the Homebrew Launcher and launch the `Wii U NAND Dumper` app. 1. Use the Wii U GamePad's D-Pad to enter the following configuration: - - Dump SLC: **yes** - - Dump SLCCMPT: **yes** - - Dump MLC: **optional** - - Dump OTP: **yes** - - Dump SEEPROM: **yes** + - Dump SLC: **yes** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. 1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. diff --git a/docs/user-guide/mocha/indexiine/browser-exploit.md b/docs/user-guide/mocha/indexiine/browser-exploit.md index 1eb56b165..eaad287e5 100644 --- a/docs/user-guide/mocha/indexiine/browser-exploit.md +++ b/docs/user-guide/mocha/indexiine/browser-exploit.md @@ -10,4 +10,4 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. 1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher. - - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. \ No newline at end of file + - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. \ No newline at end of file diff --git a/docs/user-guide/mocha/indexiine/browser-modding.md b/docs/user-guide/mocha/indexiine/browser-modding.md index 2aa249f4c..2bdfe4a37 100644 --- a/docs/user-guide/mocha/indexiine/browser-modding.md +++ b/docs/user-guide/mocha/indexiine/browser-modding.md @@ -12,7 +12,7 @@ Now that you have your NAND backup in case anything goes wrong later, you can in 1. Turn on your Wii U. 1. Launch the internet browser and open the website `wiiuexploit.xyz`. 1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher. - - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. 1. Navigate through the Homebrew Launcher and launch the `Indexiine Installer` app. 1. Press the A button to install Indexiine. 1. When the process completed, close the Homebrew Launcher to get back to your Wii U menu. diff --git a/docs/user-guide/mocha/indexiine/nand-backup.md b/docs/user-guide/mocha/indexiine/nand-backup.md index 3f0d79c51..7e6a57841 100644 --- a/docs/user-guide/mocha/indexiine/nand-backup.md +++ b/docs/user-guide/mocha/indexiine/nand-backup.md @@ -14,11 +14,11 @@ In case anything should go wrong in the later process and your Wii U ends up bri 1. Navigate through the Homebrew Launcher and launch the `Wii U NAND Dumper` app. 1. Use the Wii U GamePad's D-Pad to enter the following configuration: - - Dump SLC: **yes** - - Dump SLCCMPT: **yes** - - Dump MLC: **optional** - - Dump OTP: **yes** - - Dump SEEPROM: **yes** + - Dump SLC: **yes** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. 1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. diff --git a/docs/user-guide/mocha/online-exploit/browser-exploit.md b/docs/user-guide/mocha/online-exploit/browser-exploit.md index 053f35eb6..20597c01e 100644 --- a/docs/user-guide/mocha/online-exploit/browser-exploit.md +++ b/docs/user-guide/mocha/online-exploit/browser-exploit.md @@ -10,4 +10,4 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. 1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher. - - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. \ No newline at end of file + - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. \ No newline at end of file diff --git a/docs/user-guide/mocha/online-exploit/nand-backup.md b/docs/user-guide/mocha/online-exploit/nand-backup.md index 44626dfb8..98c000665 100644 --- a/docs/user-guide/mocha/online-exploit/nand-backup.md +++ b/docs/user-guide/mocha/online-exploit/nand-backup.md @@ -14,11 +14,11 @@ In case anything should go wrong in the later process and your Wii U ends up bri 1. Navigate through the Homebrew Launcher and launch the `Wii U NAND Dumper` app. 1. Use the Wii U GamePad's D-Pad to enter the following configuration: - - Dump SLC: **yes** - - Dump SLCCMPT: **yes** - - Dump MLC: **optional** - - Dump OTP: **yes** - - Dump SEEPROM: **yes** + - Dump SLC: **yes** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. 1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. diff --git a/docs/vwii/vwii-modding.md b/docs/vwii/vwii-modding.md index daa47f46a..f0e644e2b 100644 --- a/docs/vwii/vwii-modding.md +++ b/docs/vwii/vwii-modding.md @@ -36,11 +36,11 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Launch the [Homebrew Launcher](vwii/browser-exploit). 1. Launch the `Wii U NAND Dumper` application. 1. Use the Wii U GamePad's D-Pad to enter the following configuration: - - Dump SLC: **optional** - - Dump SLCCMPT: **yes** - - Dump MLC: **optional** - - Dump OTP: **yes** - - Dump SEEPROM: **optional** + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. 1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. @@ -52,10 +52,10 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Launch the [Homebrew Launcher](vwii/browser-exploit). 1. Launch Wuphax. 1. Press `A` to backup the Mii Channel and inject the Hackmii Installer then wait until it says Successfully injected wuphax!. - - You will be taken back to the Wii U Menu after a few seconds. + - You will be taken back to the Wii U Menu after a few seconds. 1. Launch vWii (the Wii Menu icon). 1. Launch the vWii Mii Channel. - - If Wuphax has successfully been injected, you will now see the scam warning screen. + - If Wuphax has successfully been injected, you will now see the scam warning screen. 1. Wait until you see `Press 1 to continue` and then press the `1` button. 1. Select `continue`, Install The Homebrew Channel and `Yes, continue`. 1. If The Homebrew Channel has successfully been installed, select `continue` and then `exit`. @@ -63,8 +63,8 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Launch the [Homebrew Launcher](vwii/browser-exploit). 1. Launch Wuphax. 1. Press `B` to restore the Mii Channel then wait until it says Mii Channel restored!. - - You will be taken back to the Wii U Menu after a few seconds. - - If for some reason, you cannot restore your backup, you will need to [reinstall your Mii Channel](recover-vwii-ioses-channels). + - You will be taken back to the Wii U Menu after a few seconds. + - If for some reason, you cannot restore your backup, you will need to [reinstall your Mii Channel](recover-vwii-ioses-channels). ### Installing cIOSes @@ -76,19 +76,19 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Launch The Homebrew Channel. 1. Launch d2x cIOS Installer. 1. Set everything to match the following: - - Select cIOS: `v10 d2x-v10-beta52-vWii` - - Select cIOS base: `56` - - Select cIOS slot: `249` + - Select cIOS: `v10 d2x-v10-beta52-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` 1. Press the `A` button to install. 1. Set everything to match the following: - - Select cIOS: `v10 d2x-v10-beta52-vWii` - - Select cIOS base: `57` - - Select cIOS slot: `250` + - Select cIOS: `v10 d2x-v10-beta52-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` 1. Press the `A` button to install. 1. Set everything to match the following: - - Select cIOS: `v10 d2x-v10-beta52-vWii` - - Select cIOS base: `58` - - Select cIOS slot: `251` + - Select cIOS: `v10 d2x-v10-beta52-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` 1. Press the `A` button to install. 1. Press the `B` button to exit.