From e415139093a542778bd7b064269fc694a4693edd Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 1 Oct 2023 12:43:08 -0700 Subject: [PATCH] treewide: fix headers so that TOC is functional --- _pages/en_US/bluebomb.md | 7 +++++-- _pages/en_US/bootmii.md | 4 ++-- _pages/en_US/bootmiirecover.md | 9 +++++---- _pages/en_US/cios-mini.md | 11 ++++++----- _pages/en_US/cios.md | 12 ++++++------ _pages/en_US/dosanddonts.md | 2 +- _pages/en_US/dump-wads.md | 9 +++++---- _pages/en_US/flashhax.md | 4 ++-- _pages/en_US/gcbackupmanager.md | 8 ++++---- _pages/en_US/gcsaves.md | 28 +++++++++++++-------------- _pages/en_US/hbb.md | 6 +++--- _pages/en_US/hbc-mini.md | 2 +- _pages/en_US/hbc.md | 4 ++-- _pages/en_US/homebrew-dolphin.md | 2 +- _pages/en_US/letterbomb.md | 4 ++-- _pages/en_US/modmii.md | 10 +++++----- _pages/en_US/nintendont.md | 10 +++++----- _pages/en_US/priiloader.md | 10 +++++----- _pages/en_US/riiconnect24-dolphin.md | 8 ++++---- _pages/en_US/riiconnect24-vwii.md | 16 +++++++-------- _pages/en_US/riiconnect24.md | 12 ++++++------ _pages/en_US/riivolution.md | 6 +++--- _pages/en_US/rssmii.md | 8 +++----- _pages/en_US/str2hax.md | 10 +++++----- _pages/en_US/syscheck.md | 8 ++++---- _pages/en_US/themes.md | 12 ++++++------ _pages/en_US/update.md | 8 ++++---- _pages/en_US/usbloadergx.md | 12 ++++++------ _pages/en_US/wiibackupmanager.md | 10 +++++----- _pages/en_US/wiiflow.md | 12 ++++++------ _pages/en_US/wiigsc.md | 4 ++-- _pages/en_US/wiilink-demae-dominos.md | 14 +++++++------- _pages/en_US/wiilink.md | 8 ++++---- _pages/en_US/wiiwarepatcher.md | 6 +++--- 34 files changed, 150 insertions(+), 146 deletions(-) diff --git a/_pages/en_US/bluebomb.md b/_pages/en_US/bluebomb.md index df614c979..e2fd7bbb5 100644 --- a/_pages/en_US/bluebomb.md +++ b/_pages/en_US/bluebomb.md @@ -15,7 +15,9 @@ BlueBomb is an exploit that takes advantage of a flaw in the Wii and Wii mini's If you are using the original revision of the Wii, you should probably find [another exploit to use](get-started) as there are much easier ways to get to the HackMii installer. Exceptions however, exist in circumstances like brick recovery. {: .notice--info} -#### Section I - Requirements + +### Requirements + * A Linux machine * A Virtual Machine may work, but it is not recommended due to its complexity in getting Bluetooth passthrough working. If possible, please use a LiveUSB as described below. * If you have a Raspberry Pi, you can use that instead as it most likely has Linux installed already. @@ -30,7 +32,8 @@ If you are using the original revision of the Wii, you should probably find [ano * A USB flash drive formatted as FAT32. * This cannot be the same flash drive used for your Linux Machine. -#### Section II - Performing the exploit +### Instructions + 1. Download the HackMii installer from [the BootMii website](https://bootmii.org/download/). + (If attempting to fix a brick, you should also copy the homebrew app you wish to use to /apps/) 1. Extract it and place the `boot.elf` file in your flash drive. diff --git a/_pages/en_US/bootmii.md b/_pages/en_US/bootmii.md index 7445f788d..efc203e6c 100644 --- a/_pages/en_US/bootmii.md +++ b/_pages/en_US/bootmii.md @@ -19,11 +19,11 @@ If the `Launch BootMii` button does not appear in the Homebrew Channel, please [ If the screen stays black and the blue disc drive light is blinking upon launching BootMii, you are missing the BootMii files on your SD card. Download [this zip file](https://static.hackmii.com/bootmii_sd_files.zip) and extract it to the root of your SD card, then try again. {: .notice--warning} -#### Requirements +### Requirements * An SD card with a minimum 512MB of free space, 1GB or more recommended -#### Instructions +### Instructions If you have BootMii installed as boot2 you will need to launch BootMii by restarting the console. Skip steps 1 and 2 if this is the case. {: .notice--info} diff --git a/_pages/en_US/bootmiirecover.md b/_pages/en_US/bootmiirecover.md index 364071dfb..5ebb7fdb6 100644 --- a/_pages/en_US/bootmiirecover.md +++ b/_pages/en_US/bootmiirecover.md @@ -19,10 +19,11 @@ Family edition Wiis (Wiis without GameCube ports) CANNOT restore NAND backups. T DO NOT restore an unverified NAND backup, or one that is not from your Wii: this may lead to a WORSE BRICK. The same goes for using faulty SD cards. {: .notice--danger} -#### Requirements +### Requirements + * An earlier NAND Backup made by [BootMii](bootmii) -#### Restoring individual data from a NAND backup +### Restoring individual data from a NAND backup There is likely a much safer and faster way to bring individual data back to your Wii, likely involving the use of Dolphin Emulator. @@ -30,7 +31,7 @@ For example, if you want to restore your Wii Message Board data, use Dolphin to If you want to restore a game's save data, use Dolphin to import your NAND backup, use `Tools > Export All Wii Saves` to export all your saves to your SD card, and use Data Management to move it to your Wii. -#### Important preliminary notes +### Important preliminary notes + If you have not done anything to cause a brick (or you're starting up your Wii after a long time), then it is probably a [Wi-Fi Brick](bricks#wi-fi-brick). @@ -38,7 +39,7 @@ If you want to restore a game's save data, use Dolphin to import your NAND backu + You must use the POWER (right) and RESET (select) buttons on your console, or a GameCube controller plugged into port 1 to navigate BootMii. To navigate with a GameCube controller, click left/right on the +Control Pad on a GameCube controller. To select, press A. -#### Instructions +### Instructions 1. Launch the Homebrew Channel. 1. Press the HOME Button, then select "Launch BootMii". diff --git a/_pages/en_US/cios-mini.md b/_pages/en_US/cios-mini.md index bf0585597..d838194f6 100644 --- a/_pages/en_US/cios-mini.md +++ b/_pages/en_US/cios-mini.md @@ -17,20 +17,20 @@ If you need help with anything regarding this tutorial, please join [the Wii min This d2x cIOS installer was originally developed for the Wii U's vWii by DaveBaol and custom cIOS was created by Leseratte for the Wii mini. The original download page can be found [here](https://wii.leseratte10.de/d2xl-cIOS/). Leseratte's Github page can be found [here](https://github.com/Leseratte10/d2xl-cios). Please note that this cIOS is still experimental, though no problem with functionality has been reported. {: .notice--info} -#### Requirements +### Requirements * A Wii mini with the Homebrew Channel installed * A USB drive * Leseratte's [d2xl cIOS Installer](/assets/files/d2xl_wii_mini_cIOS_installer_v1_beta2.zip) -#### Instructions +### Instructions -##### Section I - Downloading +#### Section I - Downloading 1. Extract the d2xl cIOS Installer to the `apps` folder on your USB drive. 1. Insert your USB drive into your Wii mini and load the d2xl cIOS Installer from the Homebrew Channel. -##### Section II - Installing +#### Section II - Installing 1. Press continue, then set the options to the following: ``` @@ -43,7 +43,8 @@ Take a note of the version number under notes (`IOS57-64-` ending in either `v31 + If the install fails with a `TMD version mismatch` error, press left or right on the +Control Pad over the `Select cIOS base` option until the version number is different than the one you tried before. The number 57 will not change. -##### Enabling Ethernet +#### Enabling Ethernet + If you wish to use Wiimmfi with Ethernet on a Wii mini, you have to run the [Ethernet Enabler Homebrew](/assets/files/Wii_Mini_Ethernet_Enable.zip) app made by Fullmetal5. To run it, just unzip it in the `apps` folder of your USB drive and run it from the Homebrew Channel. The Wii and Wii mini consoles are only known to work with Ethernet adapters using the AX88772 chip. Please check that the product is compatible before you buy. This one from UGREEN is known to be compatible: [Amazon Europe](https://www.amazon.de/dp/B00MYT481C), [Amazon US](https://a.co/d/3OcSJDS) diff --git a/_pages/en_US/cios.md b/_pages/en_US/cios.md index 695cb1c46..0fdc615a3 100644 --- a/_pages/en_US/cios.md +++ b/_pages/en_US/cios.md @@ -14,7 +14,7 @@ If you have a Wii U (vWii), follow [this guide](https://wiiu.hacks.guide/#/vwii- If you have a Wii mini, install [this cIOS](cios-mini) instead. Attempting to install any other cIOS on a Wii mini won't work. {: .notice--info} -#### Requirements +### Requirements * A Wii * An SD card or USB drive @@ -23,9 +23,9 @@ If you have a Wii mini, install [this cIOS](cios-mini) instead. Attempting to in Ensure that if you are using an SD card, the lock switch is in the unlocked position, otherwise you will not be able to select the correct options in the installer. {: .notice--warning} -#### Instructions +### Instructions -##### Section I - Downloading (Only required if your Wii doesn't have Internet) +#### Section I - Downloading (Only required if your Wii doesn't have Internet) If your Wii has an Internet connection, you may skip this section.
However, If you encounter any errors like `tcp_read timeout` and `net_gethostbyname failed:`, this will allow the Wii to skip the downloading step. @@ -48,7 +48,7 @@ The WAD files should be on your SD card like this: ![offline IOS files](/images/cios/d2x_offline_ios.png) {: .notice--info} -##### Section II - Installing +#### Section II - Installing 1. Download the d2x cIOS installer and extract the zip to the root of your SD card or USB drive. 1. Insert the SD card or USB drive into your Wii, and launch the d2x cIOS Installer from the Homebrew Channel @@ -104,7 +104,7 @@ The WAD files should be on your SD card like this: 1. Once set, press A twice again to install, and then exit once done. -#### Troubleshooting +### Troubleshooting {% capture bruh %} Although the majority of games should work straight away with the defaults, some may require using a specific cIOS to function, or to utilize certain features within the game.
@@ -139,7 +139,7 @@ To change the cIOS used for a specific game, follow these instructions: 1. Press Save and try to load the game. -##### Options once complete +### Options once complete [Continue to the Homebrew Browser](hbb)
The Homebrew Browser is a good place to get homebrew on your Wii. This is optional to install. diff --git a/_pages/en_US/dosanddonts.md b/_pages/en_US/dosanddonts.md index 52a9cac0c..67a4618ca 100644 --- a/_pages/en_US/dosanddonts.md +++ b/_pages/en_US/dosanddonts.md @@ -6,7 +6,7 @@ title: "Dos and Don'ts of Wii Modding" Here's a list of things you should and should not do once you've modded your Wii, to make sure you don't brick it. -#### List +### List + **DO** make sure you've installed [BootMii](bootmii) and [Priiloader](priiloader) to make sure you don't brick your Wii. + **DO** make a backup of your Wii NAND regularly with [BootMii](bootmii), especially before doing something risky. diff --git a/_pages/en_US/dump-wads.md b/_pages/en_US/dump-wads.md index 9d5be6b70..895846340 100644 --- a/_pages/en_US/dump-wads.md +++ b/_pages/en_US/dump-wads.md @@ -6,17 +6,18 @@ title: "Dumping WADs" This tutorial will explain you how to dump WADs from your Wii System Memory. -#### Requirements +### Requirements * An SD card or USB drive * [Yet Another BlueDump MOD](https://oscwii.org/library/app/Yet-Another-BlueDump-Mod) -#### Instructions -##### Section I - Downloading/Installing +### Instructions + +#### Section I - Downloading/Installing 1. Extract Yet Another BlueDump MOD to your SD card or USB drive. 2. Insert your SD card or USB drive into your Wii, and launch Yet Another BlueDump MOD from the Homebrew Channel. -##### Section II - Dumping +#### Section II - Dumping 1. Press the A Button. ![Press A](/images/homebrew/DumpWADS/1.png) diff --git a/_pages/en_US/flashhax.md b/_pages/en_US/flashhax.md index d5a14d9fa..70aae3182 100644 --- a/_pages/en_US/flashhax.md +++ b/_pages/en_US/flashhax.md @@ -4,12 +4,12 @@ title: "FlashHax" FlashHax is an exploit for the Wii that is triggered by using the Internet Channel. Unlike other exploits, this doesn't require an SD card. -#### Requirements +### Requirements * A Wii with an Internet connection * The Internet Channel -#### Instructions +### Instructions 1. Open up the Internet Channel on your Wii. ![Internet Channel Wii Menu](/images/exploits/flashhax/internet-channel-start.png) diff --git a/_pages/en_US/gcbackupmanager.md b/_pages/en_US/gcbackupmanager.md index 58bf0298a..9ddc06fb1 100644 --- a/_pages/en_US/gcbackupmanager.md +++ b/_pages/en_US/gcbackupmanager.md @@ -6,7 +6,7 @@ title: "GameCube Backup Manager" GameCube Backup Manager is a convenient PC software that simplifies the process of transferring GameCube games to your USB drive or SD Card. It functions similar to the popular tool called [Wii Backup Manager](wiibackupmanager), allowing you to easily manage and organize your GameCube game backups. With this program, you can effortlessly copy your favorite GameCube games onto portable storage devices, making them readily accessible for future gaming sessions. -#### Requirements +### Requirements * An SD card or USB drive * [GameCube Backup Manager](https://github.com/AxionDrak/GameCube-Backup-Manager/releases) @@ -17,14 +17,14 @@ To play multiple games, it is recommended to use an external hard drive for your Make sure your USB drive is formatted as FAT32. Do not format it as other types such as NTFS, exFAT, extFS, or WBFS, the latter being an outdated filesystem for storing Wii games. {: .notice--info} -#### Instructions +### Instructions -##### Section I - Downloading +#### Section I - Downloading 1. Extract GameCube Backup Manager, and launch the program. 1. Insert your USB drive into your computer. -##### Section II - Copying Games Over +#### Section II - Copying Games Over 1. Open the application and locate the folder button in the bottom right corner. Click on it to open the file explorer window. 1. Navigate to the location of the game file you want to transfer. This could be on your computer's hard drive or an external storage device. Once you find the file, select it by clicking on it. diff --git a/_pages/en_US/gcsaves.md b/_pages/en_US/gcsaves.md index f5dd53dd0..8dd975cc2 100644 --- a/_pages/en_US/gcsaves.md +++ b/_pages/en_US/gcsaves.md @@ -13,7 +13,7 @@ Use of any GameCube peripheral with a Family Edition Wii or Wii Mini require sol ## Uploading an Individual Save (.gci File) to a Physical Memory Card -#### Requirements +### Requirements * A Wii with GameCube ports * An SD Card or USB @@ -25,15 +25,15 @@ If you are looking for 100% completion saves online, you can find them [here](ht If you are looking for save game exploits for booting into [Swiss](https://github.com/emukidid/swiss-gc/releases), you can find a list of them [here](https://www.gc-forever.com/wiki/index.php?title=Booting_homebrew#Game_Save_Exploits). {: .notice--info} -#### Instructions +### Instructions -##### Downloading +#### Downloading 1. Extract GCMM and put it in the `apps` folder on your SD card or USB drive. 1. Place the `.gci` file in a folder called `MCBACKUP` on the root of the SD card or USB drive. 1. Insert your SD card or USB drive into your Wii and launch GCMM from the Homebrew Channel. -##### Restoring +#### Restoring 1. Insert your physical memory card into Slot A or Slot B. 1. Select the device you want to restore from. @@ -48,21 +48,21 @@ If you are looking for save game exploits for booting into [Swiss](https://githu ## Backing Up A Save (.gci File) to an SD or USB From a Physical Memory Card -#### Requirements +### Requirements * A Wii with GameCube ports * An SD Card or USB * [GCMM](https://oscwii.org/library/app/gcmm) -#### Instructions +### Instructions -##### Downloading +#### Downloading 1. Extract GCMM and put it in the `apps` folder on your SD card or USB drive. 1. Place the `.gci` file in a folder called `MCBACKUP` on the root of the SD card or USB drive. 1. Insert your SD card or USB drive into your Wii and launch GCMM from the Homebrew Channel. -##### Backing Up +#### Backing Up 1. Insert your physical memory card into slot A or slot B. 1. Select the device you want to backup to. @@ -77,15 +77,15 @@ If you are looking for save game exploits for booting into [Swiss](https://githu ## Backing Up Your Physical Memory Card Into an Emulated Memory Card (.raw file) -#### Requirements +### Requirements * A Wii with GameCube ports * An SD Card or USB * [GCMM](https://oscwii.org/library/app/gcmm) -#### Instructions +### Instructions -##### Downloading +#### Downloading 1. Extract GCMM and put it in the `apps` folder on your SD card or USB drive. 1. Insert your SD card or USB drive into your Wii and launch GCMM from the Homebrew Channel. @@ -101,13 +101,13 @@ If you are looking for save game exploits for booting into [Swiss](https://githu ## Restoring an Emulated Memory Save to a Physical Memory Card -#### Requirements +### Requirements * A Wii with GameCube ports * An SD Card or USB * [GCMM](https://oscwii.org/library/app/gcmm) -#### Instructions +### Instructions 1. If you are trying to restore a save from Dolphin, go to the `File` tab in Dolphin, select open user folder, open the GC folder, and find the `.raw` file. 1. If you are restoring a Nintendont emulated memory card save, navigate to the `saves` folder on the root of your SD card or USB. @@ -121,7 +121,7 @@ If you are looking for save game exploits for booting into [Swiss](https://githu ## Transferring Saves Between 2 Physical Memory Cards -#### Requirements +### Requirements * A Wii with GameCube ports * At least 2 physical memory cards diff --git a/_pages/en_US/hbb.md b/_pages/en_US/hbb.md index a8101341b..ca5c9b387 100644 --- a/_pages/en_US/hbb.md +++ b/_pages/en_US/hbb.md @@ -17,17 +17,17 @@ You need an Internet connection in order to use this application. The [Open Shop Channel](https://oscwii.org/) is where you can go to get homebrew apps. It's a revival project for an app called Homebrew Browser. -#### Requirements +### Requirements * An SD card or USB drive * [Homebrew Browser](/assets/files/homebrew_browser_v0.3.9e.zip) -#### Instructions +### Instructions 1. Extract the Homebrew Browser and put it in the `apps` folder on your SD card or USB drive. 1. Insert your SD card or USB drive into your Wii. You can now launch the Homebrew Browser from the Homebrew Channel if you want to. -#### Recommended Apps +### Recommended Apps Here are some recommended apps that you can get on the Open Shop Channel: diff --git a/_pages/en_US/hbc-mini.md b/_pages/en_US/hbc-mini.md index 8bbca4e1b..4eb66b172 100644 --- a/_pages/en_US/hbc-mini.md +++ b/_pages/en_US/hbc-mini.md @@ -8,7 +8,7 @@ title: "Homebrew Channel - for Wii mini only" The Homebrew Channel is where you will go to launch homebrew applications. -#### Instructions +### Instructions This page is **only** intended for users of the Wii mini. If you have a regular Wii, follow [this guide](hbc) instead. {: .notice--info} diff --git a/_pages/en_US/hbc.md b/_pages/en_US/hbc.md index b7d7aad08..becd8e6c4 100644 --- a/_pages/en_US/hbc.md +++ b/_pages/en_US/hbc.md @@ -12,7 +12,7 @@ If you do not have an SD card, you cannot install nor use BootMii; regardless of You can always [install it at a later date](hackmii). {: .notice--warning} -#### Instructions +### Instructions 1. You will see a scam warning screen. Wait 30 seconds for the text "Press 1 to continue" to appear, then press 1. ![Scam Screen](/images/hackmii/scam.png) @@ -33,7 +33,7 @@ You can always [install it at a later date](hackmii). ![BootMii boot2 Installation](/images/hackmii/bootmii_install4.png) 1. Select `Exit` to finally open the Homebrew Channel. -#### Required Reading +### Required Reading You can now use the Homebrew Channel to launch homebrew apps, as well as BootMii for backing up and restoring your NAND if you were able to install it. diff --git a/_pages/en_US/homebrew-dolphin.md b/_pages/en_US/homebrew-dolphin.md index d1fc96b5b..f6617bfd2 100644 --- a/_pages/en_US/homebrew-dolphin.md +++ b/_pages/en_US/homebrew-dolphin.md @@ -6,7 +6,7 @@ title: "Installing Homebrew Channel on Dolphin Emulator" On Dolphin Emulator version `5.0-4588` or later, the Wii Menu can be easily installed through Dolphin itself. Once this is done, the Homebrew Channel can be installed, although not in the same manner as a physical Wii. -#### Requirements +### Requirements * A Windows/MacOS/Linux computer with an Internet connection * [Dolphin Emulator](https://dolphin-emu.org/download/) version `5.0-4588` or later diff --git a/_pages/en_US/letterbomb.md b/_pages/en_US/letterbomb.md index 449c1f6a3..701e3b20e 100644 --- a/_pages/en_US/letterbomb.md +++ b/_pages/en_US/letterbomb.md @@ -10,12 +10,12 @@ Do NOT use any of the MAC address examples shown in this guide, as they will sim LetterBomb is an exploit for the Wii that is triggered using the Wii Message Board. -#### Requirements +### Requirements * An SD card formatted as FAT32 * A Nintendo Wii on System Menu version 4.3 * A Windows/MacOS/Linux computer with an Internet connection -#### Instructions +### Instructions 1. On your Wii, go to `Wii Settings`. At this point, take note in the top right corner of the letter next to the system version. This letter corresponds to your system menu region, which you will need to know for the corresponding steps. Also, ensure that you are on System Menu version 4.3. ![Wii Region](/images/wii/SystemMenuVersion.png) diff --git a/_pages/en_US/modmii.md b/_pages/en_US/modmii.md index 13a853ef8..3952bca5e 100644 --- a/_pages/en_US/modmii.md +++ b/_pages/en_US/modmii.md @@ -21,7 +21,7 @@ You can choose to launch in ModMii skin, which has a more user friendly approach Some advanced options may not be accessible in ModMii Skin. A list of the various activities for ModMii Classic can be found at the bottom of the page. {: .notice--info} -#### Requirements +### Requirements * A Wii * A USB drive or SD Card @@ -30,14 +30,14 @@ Some advanced options may not be accessible in ModMii Skin. A list of the variou This is a quick start guide on how to use ModMii on your Windows PC. -## ModMii Wizard +### ModMii Wizard You can use the ModMii wizard to softmod any Wii.
Even if the Wii has been softmodded in the past, you can have ModMii overwrite existing softmods by telling ModMii that this is the first time you're modding your Wii (even though it's not). You can also use this wizard to set up a USB loader at the same time, instead of having to use the USB Loader setup wizard later on. -## SysCheck Updater Wizard +### SysCheck Updater Wizard [SysCheck](syscheck) is a homebrew application that analyzes the modifications on a Wii.
You can give a SysCheck report to ModMii to help identify & update outdated mods. @@ -45,7 +45,7 @@ You can give a SysCheck report to ModMii to help identify & update outdated mods You can have ModMii analyze a SysCheck by dragging the `syscheck.csv` file onto ModMii.exe. Or, you can launch the SysCheck Updater Wizard (`SU`) from ModMii's main menu and manually browse for the file. -## HackMii Solutions Wizard +### HackMii Solutions Wizard The HackMii Solutions wizard can help fix symptoms like these: + HackMii Installer not prompting "Press (1) to continue" @@ -54,7 +54,7 @@ The HackMii Solutions wizard can help fix symptoms like these: It will install clean IOSs to allow for the HackMii Installer to operate properly. -## Abstinence Wizard +### Abstinence Wizard This wizard requires an SD card. {: .notice--warning} diff --git a/_pages/en_US/nintendont.md b/_pages/en_US/nintendont.md index add245e81..b29ba2511 100644 --- a/_pages/en_US/nintendont.md +++ b/_pages/en_US/nintendont.md @@ -6,7 +6,7 @@ title: "Nintendont" This is a quick start guide on how to use Nintendont, a popular loader for the Wii that's used to play GameCube games from a USB drive, SD card, or directly from your disc drive. -#### Requirements +### Requirements * A Wii * An SD card or USB drive @@ -22,19 +22,19 @@ Make sure your storage device is formatted as FAT32. Do not format it to other f {: .notice--info} -#### Instructions +### Instructions -##### Downloading +#### Downloading 1. Download Nintendont and extract it to the root of your SD card or USB drive. 1. Insert your SD card or USB drive into your Wii, and launch Nintendont from the Homebrew Channel. -##### Getting Started +#### Getting Started There is no "guide" to use Nintendont. This is intended to help you learn how to use it, by giving you a quick start. You should be able to figure out all the great features of Nintendont by using it. {: .notice--info} -###### Key Features +#### Key Features + You can use a GameCube controller to play your games. + You can use a Wiimote to play your games, but you will need to use a Classic Controller Pro or a Wii U Pro Controller to use all of the game's features. diff --git a/_pages/en_US/priiloader.md b/_pages/en_US/priiloader.md index 5b918b7e0..5d00934f5 100644 --- a/_pages/en_US/priiloader.md +++ b/_pages/en_US/priiloader.md @@ -17,20 +17,20 @@ There are some important things to take note of:
{{ notice-vwii-priiloader }}
-#### Requirements +### Requirements * An SD card or USB drive * [Priiloader installer](https://oscwii.org/library/app/priiloader) * [LoadPriiloader](https://oscwii.org/library/app/loadpriiloader) -#### Instructions +### Instructions -##### Section I - Downloading/Installing +#### Section I - Downloading/Installing 1. Download the Priiloader installer and LoadPriiloader apps. 1. Extract both apps to the root of your SD card or USB drive. -##### Section II - Installing Priiloader +#### Section II - Installing Priiloader 1. Launch the Homebrew Channel on your Wii. 1. Launch the Priiloader installer. @@ -39,7 +39,7 @@ There are some important things to take note of: ![Installing](/images/priiloader/installing.png) 1. Press A to return to the Homebrew Channel. -##### Section III - Entering Priiloader +#### Section III - Entering Priiloader Priiloader will appear automatically after you install it. Simply exit the Homebrew Channel, and you should see the Priiloader menu: ![Priiloader Menu](/images/priiloader/menu.png) diff --git a/_pages/en_US/riiconnect24-dolphin.md b/_pages/en_US/riiconnect24-dolphin.md index 1eeec215a..92d8b9701 100644 --- a/_pages/en_US/riiconnect24-dolphin.md +++ b/_pages/en_US/riiconnect24-dolphin.md @@ -29,9 +29,9 @@ DO NOT INSTALL RIICONNECT24 ON A WII MINI! It will not work and it will brick th * A Beta or Development version of [Dolphin Emulator](https://dolphin-emu.org/download/) * [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases) -#### Instructions +### Instructions -##### Section I - Installing Dolphin +#### Section I - Installing Dolphin If you have Dolphin already installed, skip to [Section II](#section-ii---installing-riiconnect24). {: .notice--info} @@ -45,7 +45,7 @@ If you have Dolphin already installed, skip to [Section II](#section-ii---instal If you have a homebrewed Wii console, you can use a [BootMii NAND dump](bootmii) instead of installing the system files with the System Update option. See [this page](https://wiki.dolphin-emu.org/index.php?title=NAND_Usage_Guide) for more information. {: .notice--info} -##### Section II - Installing RiiConnect24 +#### Section II - Installing RiiConnect24 If you use a Windows version before Windows 10, you unfortunately cannot use WiiConnect24 inside Dolphin. You can use [this program](https://github.com/RiiConnect24/.VFF-File-Downloader-for-Dolphin) to run it instead. {: .notice--danger} @@ -71,7 +71,7 @@ If you use a Windows version before Windows 10, you unfortunately cannot use Wii ![Files copied](/images/RiiConnect24/patcher/11.PNG) 1. In Dolphin, go to `Tools` and then `Install WAD`. Install all the WAD files one by one. -##### Section III - Setting your Region +#### Section III - Setting your Region Setting your region is required to use the Everybody Votes Channel. diff --git a/_pages/en_US/riiconnect24-vwii.md b/_pages/en_US/riiconnect24-vwii.md index 7780fb9ca..44e5d8797 100644 --- a/_pages/en_US/riiconnect24-vwii.md +++ b/_pages/en_US/riiconnect24-vwii.md @@ -28,12 +28,12 @@ It's recommended to set your Wii to the current time before proceeding. Follow [ DO NOT INSTALL RIICONNECT24 ON A WII MINI! It will not work and it will brick the system. {: .notice--danger} -#### Warnings +### Warnings This guide holds no responsiblity for any problems that may arise on your console upon following it!!! {: .notice--warning} -#### Requirements +### Requirements * An SD card or USB drive * A computer @@ -54,9 +54,9 @@ After following the vWii modding guide linked above, you should have:
{{ notice-2 }}
-#### Instructions +### Instructions -##### Section I - Running the patcher +#### Section I - Running the patcher 1. Click the RiiConnect24 Patcher link above to go to the GitHub page where the patcher is. 1. Download `RiiConnect24Patcher.bat` if you are on Windows, and `RiiConnect24Patcher.sh` if you are on a Unix system @@ -84,7 +84,7 @@ After following the vWii modding guide linked above, you should have: ![Files copied](/images/riiconnect24/patcher/11.PNG) 1. If it did not copy everything automatically to your SD Card or USB Device, copy the `WAD` and `apps` folder next to `RiiConnect24Patcher.bat` to your SD Card or USB Device. -##### Section II - Installing WADs +#### Section II - Installing WADs You will now install the patched IOS and Channel WADs that are required to use RiiConnect24. @@ -96,14 +96,14 @@ You will now install the patched IOS and Channel WADs that are required to use R 1. Highlight all the WADs in the `wad` folder by pressing the + Button to select them. When all of the WADs are selected, press A twice to install the WADs. 1. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel. -##### Section III - Patching nwc24msg.cfg +#### Section III - Patching nwc24msg.cfg You will now patch your `nwc24msg.cfg` file which is required in order to use Wii Mail. 1. Launch the RiiConnect24 Mail Patcher from the Homebrew Channel. 1. It should only take a few seconds to patch your nwc24msg.cfg. When it's done, press the HOME Button to exit. -##### Section IV - Using RiiConnect24 +#### Section IV - Using RiiConnect24 1. Visit the [vWii Priiloader WC24 UTC Patch Generator](https://garyodernichts.github.io/priiloader-patch-gen/) page. 1. Enter your Wii U's time offset from UTC time.
@@ -124,7 +124,7 @@ This is automatically done based on your PC's time, so you may be able to skip t 1. Select `System Menu.` 1. Return to the Wii U Menu, then go right back to Wii Mode. -#### What's currently working? +### What's currently working? The following RiiConnect24 services are **working** on the vWii: * Forecast Channel * News Channel diff --git a/_pages/en_US/riiconnect24.md b/_pages/en_US/riiconnect24.md index 7cc9a9646..1ce77d91e 100644 --- a/_pages/en_US/riiconnect24.md +++ b/_pages/en_US/riiconnect24.md @@ -26,7 +26,7 @@ It's recommended to set your Wii to the current time before proceeding. Follow [ DO NOT INSTALL RIICONNECT24 ON A WII MINI! It will not work and it will brick the system. {: .notice--danger} -#### Requirements +### Requirements * An SD card or USB drive * A Wii with an Internet connection @@ -34,9 +34,9 @@ DO NOT INSTALL RIICONNECT24 ON A WII MINI! It will not work and it will brick th * [RiiConnect24 Patcher (Windows, Mac and Linux)](https://github.com/riiconnect24/RiiConnect24-Patcher/releases) * [YAWM ModMii Edition](https://oscwii.org/library/app/yawmme) -#### Instructions +### Instructions -##### Section I - Using RiiConnect24 Patcher +#### Section I - Using RiiConnect24 Patcher 1. Click the link above to go to the GitHub page where the patcher is. 1. Download `RiiConnect24Patcher.bat` if you are on Windows, and `RiiConnect24Patcher.sh` if you are on a Unix system @@ -64,7 +64,7 @@ DO NOT INSTALL RIICONNECT24 ON A WII MINI! It will not work and it will brick th ![Files copied](/images/riiconnect24/patcher/11.PNG) 1. If it did not copy everything automatically to your SD Card or USB Device, copy the `WAD` and `apps` folder next to `RiiConnect24Patcher.bat` to your SD Card or USB Device. -##### Section II - Installing WADs +#### Section II - Installing WADs You will now install the patched IOS and Channel WADs that are required to use RiiConnect24. @@ -76,14 +76,14 @@ You will now install the patched IOS and Channel WADs that are required to use R 1. Highlight all the WADs in the `wad` folder by pressing the + Button to select them. When all of the WADs are selected, press A twice to install the WADs. 1. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel. -##### Section III - Patching nwc24msg.cfg +#### Section III - Patching nwc24msg.cfg You will now patch your `nwc24msg.cfg` file which is required in order to use Wii Mail. 1. Launch RiiConnect24 Mail Patcher. 1. It should only take a few seconds to patch your nwc24msg.cfg. When it's done, press the HOME Button to exit. -##### Section IV - Connecting +#### Section IV - Connecting {% capture notice-1 %} The old DNS server `164.132.44.106` has been deprecated as of `June 1st, 2023` and is no longer available to use. diff --git a/_pages/en_US/riivolution.md b/_pages/en_US/riivolution.md index 6c9a6f298..db8d44d71 100644 --- a/_pages/en_US/riivolution.md +++ b/_pages/en_US/riivolution.md @@ -15,7 +15,7 @@ Riivolution requires a working disk drive and a clean physical copy of the disk ![Riivolution](/images/homebrew/riivolution/riivolution.png) -#### Requirements +### Requirements * A Wii * A USB drive or SD Card @@ -24,7 +24,7 @@ Riivolution requires a working disk drive and a clean physical copy of the disk * A working disk drive * [Riivolution](https://oscwii.org/library/app/riivolution) -#### Preparing the files +### Preparing the files 1. Extract Riivolution and put it in the `apps` folder on your SD card or USB drive. 1. Extract your mod files according to the diagram below to the SD or USB drive. Depending on the mod you downloaded, it may or may not already come properly structured for you. @@ -36,7 +36,7 @@ Riivolution requires a working disk drive and a clean physical copy of the disk Pay attention to the region your mod is meant for. NTSC is for U.S and Japan, and PAL is for Europe and Korea. {: .notice--info} -#### File Structure +### File Structure Every Riivolution mod is different, and depending on which mod you choose, it may include more or less files than shown in this diagram. {: .notice--info} diff --git a/_pages/en_US/rssmii.md b/_pages/en_US/rssmii.md index 2375ee072..e9e481d3f 100644 --- a/_pages/en_US/rssmii.md +++ b/_pages/en_US/rssmii.md @@ -14,15 +14,13 @@ Due to the nature of RSS feeds and the large amount of mail they can generate, t If you're not receiving updates after a few days, you might need to subscribe to the RSS feeds again. Launch RSSMii from the Homebrew Channel again and it should create new subscriptions. {: .notice--info} -### Installation - -#### Requirements +### Requirements * An SD card * [RSSMii](https://oscwii.org/library/app/rssmii) -#### Instructions -##### Section I - Downloading/Installing +### Instructions +#### Section I - Downloading/Installing 1. Extract RSSMii and put it in the `apps` folder on your SD card. 1. Create a `feeds.xml` on the root of the SD card so the app can parse your feeds. diff --git a/_pages/en_US/str2hax.md b/_pages/en_US/str2hax.md index 7109c5d2e..d7a1a5d15 100644 --- a/_pages/en_US/str2hax.md +++ b/_pages/en_US/str2hax.md @@ -9,13 +9,13 @@ Note that if your ISP or networking environment prevents using custom DNS server str2hax is an exploit for the Wii that is triggered by loading the Wii's End User License Agreement. It requires nothing but an Internet connection that lets you change the DNS on your Wii. -#### Requirements +### Requirements * A Wii with an Internet connection -#### Instructions +### Instructions -##### Section I - Connecting +#### Section I - Connecting This exploit requires you to set your DNS in order to connect to a server that contains the exploit. @@ -48,7 +48,7 @@ This exploit requires you to set your DNS in order to connect to a server that c + If it fails with error code `521xx`, please verify that you have entered the DNS correctly. + If it is still unsuccessful, please [use another exploit](get-started). -##### Section II - Triggering the Exploit +#### Section II - Triggering the Exploit 1. Go to the `Internet` section, then `User Agreements` or `Agreement/Contact`, then `Yes`. 1. Click on `Next`. You should be greeted with the following screen: @@ -60,7 +60,7 @@ This exploit requires you to set your DNS in order to connect to a server that c [Continue to Homebrew Channel and BootMii Installation](hbc) {: .notice--info} -##### Common issues +#### Common issues If you get the normal User Agreements, your ISP blocks the use of custom DNS. Please [use another exploit](get-started). {: .notice--warning} diff --git a/_pages/en_US/syscheck.md b/_pages/en_US/syscheck.md index 812a31425..eb06e70d4 100644 --- a/_pages/en_US/syscheck.md +++ b/_pages/en_US/syscheck.md @@ -6,18 +6,18 @@ title: "SysCheck" A SysCheck lists all the IOS and cIOS that are on your Wii, along with some information about each of them. It also gives you some other useful information. When you have IOS-related problems on your Wii, someone might ask you to do a SysCheck. -#### Requirements +### Requirements * An SD card or USB drive * [SysCheck ModMii Edition](https://oscwii.org/library/app/SysCheckME) -#### Instructions -##### Section I - Downloading/Installing +### Instructions +#### Section I - Downloading/Installing 1. Extract SysCheck ModMii Edition to your SD card or USB drive. 1. Insert your SD card or USB drive into your Wii, and launch SysCheck ModMii Edition from the Homebrew Channel. -##### Section II - Performing a SysCheck +#### Section II - Performing a SysCheck 1. Wait for the program to get some information about your Wii. 1. When "This IOS will be tested (Please select)" is shown on the screen, press A. diff --git a/_pages/en_US/themes.md b/_pages/en_US/themes.md index f643356c1..13fb3a5d5 100644 --- a/_pages/en_US/themes.md +++ b/_pages/en_US/themes.md @@ -26,7 +26,7 @@ Do not use any other version of ThemeMii than the one linked here, as ThemeMii M We recommend you [install cIOS](cios) before continuing. {: .notice--info} -#### Requirements +### Requirements * A Wii * An SD card or USB drive @@ -34,7 +34,7 @@ We recommend you [install cIOS](cios) before continuing. * [MyMenuify Mod](https://oscwii.org/library/app/MyMenuifyMod) * [ThemeMii Mod](/assets/files/New_ThemeMii_MOD.zip) -#### Theme Links +### Theme Links Below are some links to themes. @@ -47,9 +47,9 @@ Below are some links to themes. MAKE SURE YOU READ THE WARNINGS ABOVE BEFORE CONTINUING! {: .notice--danger} -#### Instructions +### Instructions -##### Section I - Finding a Theme +#### Section I - Finding a Theme * Find a theme you want to install. Some themes have YouTube videos to show what the theme looks like, but unfortunately some of the videos are no longer available. * Once you found one you like, click the download link corresponding to your Wii Menu version. **It's very important to pick the correct version to avoid bricks.** @@ -58,7 +58,7 @@ MAKE SURE YOU READ THE WARNINGS ABOVE BEFORE CONTINUING! * There are other resources for Wii Menu themes, but they might be in csm form (ready to install on the Wii). If the csm doesn't match the version and region of your Wii Menu, try to convert it to mym with ThemeMii Mod, and then convert it back to csm with the instructions here using the version and region of your Wii Menu. * Once you downloaded the theme you want and double-checked you got the right one, extract the .zip file for ThemeMii Mod and open the application. -##### Section II - Building the Theme +#### Section II - Building the Theme 1. A dialog box will pop up telling you to only install themes if you have brick protection. If you installed Priiloader and/or BootMii (see the warning at the start of this guide), press OK. 1. Go to `Tools` > `Download Base App` > Version of your Wii Menu > Region of your Wii Menu @@ -69,7 +69,7 @@ MAKE SURE YOU READ THE WARNINGS ABOVE BEFORE CONTINUING! 1. Press `Create csm`, then browse for a directory you want to save the theme in. Give it a moment to build the theme. 1. A dialog box will pop up asking you if you want to save the .mym. Press `No`. -##### Section III - Installing the Theme +#### Section III - Installing the Theme 1. Extract MyMenuifyMod.zip to your SD card or USB drive. 1. Put the .csm file you saved in a folder called `modthemes` on your SD card or USB drive. diff --git a/_pages/en_US/update.md b/_pages/en_US/update.md index 082b0ea0a..c97de3b62 100644 --- a/_pages/en_US/update.md +++ b/_pages/en_US/update.md @@ -9,7 +9,7 @@ This tutorial will explain how to update your Wii Menu to version 4.3, if you ha It is much safer to use [ModMii](modmii) (Windows only) to update your Wii to 4.3. {: .notice--warning} -#### Requirements +### Requirements * An SD card or USB drive * A computer with Windows on it @@ -17,9 +17,9 @@ It is much safer to use [ModMii](modmii) (Windows only) to update your Wii to 4. * [Priiloader](priiloader) * [YAWM ModMii Edition](https://oscwii.org/library/app/yawmme) -#### Instructions +### Instructions -##### Section I - Downloading +#### Section I - Downloading Your Wii must be modded in order to perform this. If it isn't, then it's best to follow [the guide](get-started) first before doing this. {: .notice--info} @@ -39,7 +39,7 @@ Your Wii must be modded in order to perform this. If it isn't, then it's best to | Europe | v514 (4.3E) | | Korea | v518 (4.3K) | -##### Section II - Installing +#### Section II - Installing 1. Power off your Wii. Start holding RESET, then turn it back on. 1. In the Priiloader menu, select `Homebrew Channel`. diff --git a/_pages/en_US/usbloadergx.md b/_pages/en_US/usbloadergx.md index f722d1a9c..afe907e0b 100644 --- a/_pages/en_US/usbloadergx.md +++ b/_pages/en_US/usbloadergx.md @@ -11,7 +11,7 @@ Despite its name, USB Loader GX is also capable of loading games from an SD Card ![USB Loader GX](/images/homebrew/USBLoaderGX/usbloadergx.png) -#### Requirements +### Requirements * A Wii * A USB drive or SD Card @@ -36,14 +36,14 @@ Make sure your USB drive is formatted as FAT32. Do not format it as other types You may format it as NTFS, but it won't work with a majority of apps (eg. The Homebrew Channel, Nintendont) {: .notice--info} -#### Instructions +### Instructions -##### Downloading +#### Downloading 1. Extract USB Loader GX and put it in the `apps` folder on your USB drive or SD card. 1. Insert your USB drive, and SD card if you're using one, into your Wii and launch USB Loader GX from the Homebrew Channel. -##### Getting Started +#### Getting Started There is no "guide" to use the USB Loader GX app. This is intended to help you learn how to use it, by giving you a quick start. You should be able to figure out all the great features of USB Loader GX by using it. {: .notice--info} @@ -53,11 +53,11 @@ There is no "guide" to use the USB Loader GX app. This is intended to help you l + There are WADs that can open up USB Loader GX if you load it from the Wii Menu. This is called a forwarder WAD. An official forwarder WAD can be found [here](https://sourceforge.net/projects/usbloadergx/files/Releases/Forwarders/USB%20Loader%20GX-UNEO_Forwarder_5_1_AHBPROT.wad), and a version for the vWii (Wii U) can be found [here](https://sourceforge.net/projects/usbloadergx/files/Releases/Forwarders/USB%20Loader%20GX-UNEO_Forwarder_5_1_AHBPROT_vWii%20%28Fix%29.wad). + GameCube or "custom" Wii games may or may not have a custom banner that USB Loader GX uses. To enable this, find or write `CustomBannersURL = http://banner.rc24.xyz/` in config/GXGlobal.cfg on your USB drive. Then you can use the "Custom Banner" download by pressing the 1 Button on your Wii Remote. -##### User Interface +#### User Interface There are multiple buttons in the USB Loader GX interface. -###### Main Menu +##### Main Menu These are the functions the buttons found on the top of the main menu do, from left to right: diff --git a/_pages/en_US/wiibackupmanager.md b/_pages/en_US/wiibackupmanager.md index c65c27cf5..90c080b31 100644 --- a/_pages/en_US/wiibackupmanager.md +++ b/_pages/en_US/wiibackupmanager.md @@ -6,7 +6,7 @@ title: "Wii Backup Manager" Wii Backup Manager is a program to copy Wii games from your computer to a USB drive so you can play the games on your Wii. It also can download game covers from [GameTDB](https://gametdb.com/) and can be used to list what games you have. This tutorial will tell you how to copy over games from your computer to your USB drive. The other features are able to be used in the easy-to-use interface. -#### Requirements +### Requirements * A PC running Windows * A USB drive or SD card @@ -27,14 +27,14 @@ Make sure your USB drive is formatted as FAT32. Do not format it as other types You may format it as NTFS, but it won't work with a majority of apps (eg. The Homebrew Channel, Nintendont) {: .notice--info} -#### Instructions +### Instructions -##### Section I - Downloading +#### Section I - Downloading 1. Extract Wii Backup Manager, and launch the program. 1. Insert your USB drive or SD card into your computer. -##### Section II - Copying Games Over +#### Section II - Copying Games Over 1. Go to the `Drive 1` tab, then select the drive that you're putting the Wii games on. ![Select drive](/images/desktop-apps/WBM/select_drive.png) @@ -46,7 +46,7 @@ Select `Files` to add multiple games to the program, or select `Folder` to add a 1. Select `Transfer`, then select `Drive 1` to transfer the games over. It might take a while for the games to copy over. ![Transfer games](/images/desktop-apps/WBM/transfer_todrive.png) -##### Options once complete +### Options once complete [Continue to cIOS](cios)
cIOS is needed for your Wii to use a USB Loader. diff --git a/_pages/en_US/wiiflow.md b/_pages/en_US/wiiflow.md index 42eb82b25..a5a4245e9 100644 --- a/_pages/en_US/wiiflow.md +++ b/_pages/en_US/wiiflow.md @@ -8,7 +8,7 @@ title: "WiiFlow" This is a quick start guide on how to use WiiFlow, a USB loader for the Wii that's used to play games from a USB drive or SD card. -#### Requirements +### Requirements * A Wii * A USB drive and/or SD card @@ -36,14 +36,14 @@ You may format it as NTFS, but it won't work with a majority of apps (eg. The Ho WiiFlow can load games from an SD card or a USB drive. {: .notice--info} -#### Instructions +### Instructions -##### Downloading +#### Downloading 1. Extract WiiFlow and put the `apps` and `WiiFlow` folders on your USB drive or SD card. 1. Insert your USB drive, and SD card if you're using one, into your Wii and launch WiiFlow from the Homebrew Channel. -##### Getting Started +#### Getting Started This is not a full comprehensive guide on using WiiFlow. This is intended to help you learn how to use it, by giving you a quick start. You should be able to figure out all the great features of WiiFlow by using it. {: .notice--info} @@ -52,7 +52,7 @@ This is not a full comprehensive guide on using WiiFlow. This is intended to hel + You can toggle between viewing Wii games, GameCube games, Wii Channels, Plugins, Homebrew apps by clicking the button second to last button on the right. + You can download game covers by going to "Settings" then "Download Covers and Banners" -##### User Interface +#### User Interface When WiiFlow detects games, they are displayed in flow view. When you click on a game you are given these options: @@ -81,7 +81,7 @@ When you bring the cursor to the bottom of the screen while in flow view, there + Exit To - Lets you exit to Wii Menu, HBC, neek2o, Priiloader and Bootmii. + Settings - Will open the WiiFlow Settings menu -##### Options once complete +#### Options once complete [Continue to site navigation](site-navigation)
We have many other tutorials that you might like. diff --git a/_pages/en_US/wiigsc.md b/_pages/en_US/wiigsc.md index 69ce58f90..3f6f137d4 100644 --- a/_pages/en_US/wiigsc.md +++ b/_pages/en_US/wiigsc.md @@ -12,7 +12,7 @@ In the case of a brick, [installing Priiloader is a must](/priiloader). Also, in Do NOT make a shortcut for the games "Mario Party 9" or "A Boy and His Blob". It will brick your Wii. {: .notice--warning} -#### Requirements +### Requirements * A Wii * A USB drive. @@ -20,7 +20,7 @@ Do NOT make a shortcut for the games "Mario Party 9" or "A Boy and His Blob". It * A Windows computer. * [WiiGSC](https://wiidatabase.de/downloads/pc-tools/wiigsc-ehemals-crap/) -#### Instructions +### Instructions 1. Install WiiGSC, then right click on it and choose **Run as administrator**. If you do not do this, WiiGSC will throw an error when you open it. ![Home menu](/images/desktop-apps/wiigsc/wiigsc-home.png) diff --git a/_pages/en_US/wiilink-demae-dominos.md b/_pages/en_US/wiilink-demae-dominos.md index 51f6bab9c..9c1a762e5 100644 --- a/_pages/en_US/wiilink-demae-dominos.md +++ b/_pages/en_US/wiilink-demae-dominos.md @@ -19,16 +19,16 @@ Currently, only the USA and Canada are supported. You cannot use the default Dolphin NAND with this service. You must use your own NAND dump. This can be done in Dolphin by going to the toolbar and clicking `Tools -> Manage NAND -> Import BootMii NAND Backup`. {: .notice--warning} -#### Requirements +### Requirements * An SD card or USB drive * A Wii console with an active internet connection * A computer with an active internet connection * A Discord account -#### Instructions +### Instructions -##### Section I - Getting Started +#### Section I - Getting Started 1. Download the latest version of the WiiLink Patcher, available [here](https://github.com/WiiLink24/WiiLink24-Patcher/tree/csharp-ver). 1. Make sure to download the version in the README that corresponds to your operating system. @@ -40,7 +40,7 @@ You cannot use the default Dolphin NAND with this service. You must use your own 1. After that, you can go through the rest of the process, but once you reach this step, be sure to pick the correct console platform you’re installing this on, as it will matter when using the app.

![Console Platform](/images/demae-dominos/choose-console-platform.png) -##### Section II - Registering your Console ID +#### Section II - Registering your Console ID 1. After completing the setup process, go to the [**WiiLink Discord server**](https://discord.gg/wiilink-750581992223146074) to register your Wii's console ID. 1. Use the `Get Console ID` Homebrew app, that was given by the patcher, to retrieve your system's console ID. @@ -48,7 +48,7 @@ You cannot use the default Dolphin NAND with this service. You must use your own 1. Type the command `/dominos ` in the chat, replacing `` with your actual console ID. Make sure the ID is in the parameter box, otherwise the command will not work and will be posted publicly on the channel. 1. Double-check that you've typed the correct console ID, as it can't be re-registered. If you need to re-register, ask a staff member in the server for assistance. -##### Section III - Installing WADs +#### Section III - Installing WADs You will now install the Food Delivery Channel and Set Personal Data channels. @@ -62,7 +62,7 @@ You will now install the Food Delivery Channel and Set Personal Data channels. If you happen to get `Error -1022` when installing `Food Channel (Domino's) (English).wad`, uninstall the channel by selecting the WAD with `-` and pressing `A`. Then, re-install the WAD. {: .notice--warning} -##### Section IV - Setting your address information +#### Section IV - Setting your address information WiiLink never stores your personal data. For more information on what is used, read our [Privacy Policy](https://www.wiilink24.com/privacy-policy). {: .notice--info} @@ -78,7 +78,7 @@ In this section you will be setting your address information. This is required f ![SPD Page 1](/images/demae-dominos/spd-1.png)

![SPD Page 2](/images/demae-dominos/spd-2.png) -##### Section V - Placing an order +#### Section V - Placing an order This section requires you to have cash to pay for your meal. {: .notice--warning} diff --git a/_pages/en_US/wiilink.md b/_pages/en_US/wiilink.md index 1330f6546..b06809649 100644 --- a/_pages/en_US/wiilink.md +++ b/_pages/en_US/wiilink.md @@ -14,15 +14,15 @@ The Kirby TV Channel is back!
If you installed it previously, please follow the instructions to update it. {: .notice--success} -#### Requirements +### Requirements * An SD card or USB drive * A Wii with an Internet connection * A Windows, macOS, or Linux computer -#### Instructions +### Instructions -##### Section I - Patching WADs +#### Section I - Patching WADs [If you want to see detailed instructions on how to install the WADs, click here!](yawmme) {: .notice--info} @@ -50,7 +50,7 @@ On Linux, open a Terminal, type `bash ` (space included), then drag the file ont Want to order Domino's Pizza with WiiLink's Food Delivery Channel?
[Follow this guide!](wiilink-demae-dominos) {: .notice--info} -##### Section II - Adding your email to Address Information (Set Personal Data) +#### Section II - Adding your email to Address Information (Set Personal Data) Adding your email to the Address Information (SPD) settings menu will allow the Digicam Print Channel to send images to your email that you created using it. {: .notice--info} diff --git a/_pages/en_US/wiiwarepatcher.md b/_pages/en_US/wiiwarepatcher.md index 818cdfb1c..4873c29bf 100644 --- a/_pages/en_US/wiiwarepatcher.md +++ b/_pages/en_US/wiiwarepatcher.md @@ -11,17 +11,17 @@ Want to patch WAD games (WiiWare) to work with Wiimmfi and you don't know how? T This tutorial is only for Windows version of WiiWare Patcher. {: .notice--info} -#### Requirements +### Requirements * A Windows computer * [WiiWare Patcher](https://github.com/RiiConnect24/WiiWare-Patcher/releases) -##### Section I - Downloading WiiWare Patcher +#### Section I - Downloading WiiWare Patcher 1. Click the link above to go to the GitHub page where the patcher is. 1. Download `WiiWarePatcher.bat`. -##### Section II - Patching WiiWare games +#### Section II - Patching WiiWare games 1. On Windows, run `WiiWarePatcher.bat`. ![WiiWare Patcher Main Menu](/images/wiimmfi/WiiWare-Patcher/1.JPG)