Fix problems

This commit is contained in:
Larsen Vallecillo 2020-04-30 14:26:26 -05:00
parent 22bf0ff609
commit e7d090d51d
No known key found for this signature in database
GPG key ID: A392A43695F3A8AD
1330 changed files with 5 additions and 66496 deletions

View file

@ -117,10 +117,10 @@ include:
- _pages/en_US - _pages/en_US
- _pages/de_DE - _pages/de_DE
- _pages/es_ES - _pages/es_ES
- _pages/fr_FR # - _pages/fr_FR
- _pages/it_IT # - _pages/it_IT
- _pages/pl_PL - _pages/pl_PL
- _pages/pt_BR # - _pages/pt_BR
exclude: [ exclude: [
"*.sublime-project", "*.sublime-project",
"*.sublime-workspace", "*.sublime-workspace",

View file

@ -1,14 +0,0 @@
---
title: "Page Not Found"
layout: single
excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
---
![404](/images/404.jpg)
Sorry, but the page you were trying to view does not exist.
{: .notice--warning}
[Click here to view all of our tutorials that you can find on this website!](site-navigation)
{: .notice--info}

View file

@ -1,89 +0,0 @@
---
title: "BlueBomb"
---
{% include toc title="Table of Contents" %}
If you need help with anything regarding this tutorial, please join [the Wii Mini Hacking Discord server](https://discord.gg/6ryxnkS) (recommended)
{: .notice--info}
![BlueBomb](/images/bluebomb.png)
Bluebomb is an exploit intended for Wii Mini Modding that takes advantage of an exploit in the Bluetooth adapter. It's the only exploit for the Wii Mini but it can be used on the original Wii as well. It can be used to recover from certain bricks on the Wii.
For the original Wii, we recommend using [another exploit](/get-started) instead if you intend to install the Homebrew Channel
{: .notice--info}
If installing on the Wii Mini; BootMii can't be installed on the Wii Mini yet. Please don't attempt to install it. We won't be responsible if your device gets bricked.
{: .notice--warning}
This exploit will not work on a Wii U (vWii). Please follow [this guide instead](https://wiiuguide.xyz/#/vwii/).
{: .notice--warning}
#### What you need
- A Linux machine with a Bluetooth adapter (an integrated one will work)
- If you are using a Chromebook, you do not need to install another Operating System. You can enable [Linux in ChromeOS](https://support.google.com/chromebook/answer/9145439?hl=en)
- Using Windows Subsystem for Linux will not work, due to the inability to access `bluetoothctl`.
- If you do not have Linux, Ubuntu is the most user-friendly option
- 32-bit devices will require [Ubuntu 16.04](http://releases.ubuntu.com/16.04/)
- We recommend the LTS edition due to its stability, but the current release works as well.
- USB Drive
#### Instructions
##### Section I - Performing the exploit
1. Open the Linux Terminal.
2. Disable the Bluetooth Service; `sudo systemctl disable --now bluetooth`
3. Make a new folder for Bluebomb; `mkdir bluebomb`
4. Navigate to that directory in the terminal; `cd bluebomb`
5. Download the pre-built binaries; `wget https://github.com/Fullmetal5/bluebomb/releases/download/1.5/bluebomb1.5.zip`
6. Extract the files out of the archive; `unzip bluebomb1.5.zip`
7. Plug the USB into your PC
8. Download the files from [the BootMii website](https://bootmii.org/download/)
9. Extract the contents of the `hackmii_installer_v1.2` folder to the USB
10. Eject the USB from the PC and plug into the Wii
- If you're on a normal Wii with two USB slots, plug it in the top one
11. Turn the Wii on and do not pair a Wiimote. You can leave it on the Wii Heath and Safety Screen or System Menu
12. In the terminal, type these commands to specific Wii Regions: `sudo ./bluebomb [a] ./stage0/MINI_SM_[b].bin stage1.bin`
- If you are using an external USB Bluetooth Adapter (if the PC had Bluetooth built-in and you wish to use an external adapter instead), replace [a] with 1
- Otherwise, leave it blank
- If you use a PAL region, replace [b] with `PAL`. Likewise, if you use an NTSC console, replace [b] with `NTSC`
The Terminal should now print "Waiting to accept". The computer is now waiting for a connection from your Wii Mini.
13. Start Pressing the `Sync` button (The Wii Mini Sync button is on the left side. On the normal Wii, it is right next to the SD card slot)
- Continue Pressing until Terminal displays "Got connection handle".
The Wii Mini should now boot to the HackMii installer (Do not attempt to install BootMii)
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}
##### Section II - cIOS Installation
cIOS is used for USB Loaders to play backups. Be warned that cIOS is still in the experimental stage.
{: .notice--info}
This version of cIOS is only for the Wii Mini. If you're on a Wii, please follow the [cIOS guide](/cios).
{: .notice--warning}
1. Download the cIOS File from [here](https://bluebomb.glitch.me/d2xl-cIOS/index.html)
2. Open the archive and drag and drop the only folder to the `/apps/` folder on your USB Drive
3. Open the Homebrew Channel on your Wii Mini
4. Launch the d2x cIOS installer
5. For `Select cIOS`, change the value to `d2xl-v1-beta2`
6. For `Select cIOS base`, change the value to `57`
7. For `Select cIOS slot` and change the value to `249`
- Under "NOTES" there will be a section "Offline installation". Take a note of the exact version number (5 digits directly before the `.wad` extension).
8. Press A to start the installation.
- If it fails with a weird "TMD version mismatch" error, that isn't a problem. Just try again, but this time, while selecting the cIOS base, press left/right on the Wiimote until the 5-digit number from earlier is different than when you tried before. This time, it should work - one of the two version numbers should work.
9. After successfully installing the cIOS press B to exit.
Now you have cIOS installed.
##### Section III - Enabling Ethernet
Do not run this section if you're not on a Wii Mini. This section is **only** intended for Wii Mini owners.
{: .notice--warning}
1. Download [the Wii Mini Ethernet Enable tool](/assets/files/Wii_Mini_Ethernet_Enable.zip).
2. Add it to the `/apps/` folder on your USB.
3. Run it from the Homebrew Channel.
Ethernet should work now.

View file

@ -1,34 +0,0 @@
---
title: "BootMii Backup"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![BootMii Logo](/images/bootmii.png)
One of BootMii's most important features is the ability to backup and restore your Wii's NAND storage. We will be going over how to perform a NAND backup. You can then restore from that backup for whatever reason. We recommend making a NAND backup regularly or before you do something risky to your console (and if you know what you're doing, you won't have to do anything risky).
#### Requirements
* An SD card with at least 512MB of free space
#### Instructions
1. Launch the Homebrew Channel.
2. Press the HOME Button, then select "Launch BootMii".
- Navigating BootMii is not possible using a Wii remote. You'd have to either use the buttons on your Wii console or a GameCube controller plugged into port 1. To navigate between options, press POWER on your Wii (or the right +Control Pad button on a GameCube controller). Keep in mind that when using the wii buttons, you can only navigate right but when attempting to go past the last entry, it'll warp you to the first one. This is not a limitation on GameCube Controllers; You can navigate left and right. To select an option, hit RESET on your Wii or A on your GameCube controller.
3. Press the Options button (the one with the gears).
4. Press the BackupMii button (the one with the green arrow).
- A NAND backup will start. You can watch the progress on the screen.
- Do not Power Off your Nintendo Wii when backing up your Wii.
- "Bad Blocks" are normal. Don't worry when you see one on a NAND backup
- After this step, it will verify the backup. While it is recommended, it can be skipped by pressing the EJECT button on your Wii Console.
5. When the backup is fully complete, exit the NAND backup screen by pressing any button.
6. To exit BootMii, press the Back button (the one with the arrow) and then you can press either the Wii Menu button or the Homebrew Channel button to exit where you want to.
To restore from a NAND backup on your SD card, you can follow these instructions using RestoreMii (the button right next to BackupMii with a red arrow).
{: .notice--info}
[Continue to Priiloader Installation](priiloader)<br> Priiloader adds a level of brick protection, and we recommend it, especially if you only installed BootMii as an IOS.
{: .notice--info}

View file

@ -1,62 +0,0 @@
---
title: "cIOS"
---
{% include toc title="Table of Contents" %}
This tutorial will tell you how to install cIOS (custom IOS). This is required if you want to load games with a USB Loader. Some homebrew might work better using cIOS.
![d2x cIOS Installer](/images/cIOS.png)
#### What you need
* A Wii with an Internet connection
* An SD card or USB drive
* [d2x cIOS Installer](https://sites.google.com/site/completesg/backup-launchers/installation/d2x-cIOS-Installer-Wii.zip?attredirects=0&d=1)
#### Instructions
##### Section I - Downloading
1. Extract d2x cIOS Installer 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 d2x cIOS Installer from the Homebrew Channel.
##### Section II - Installing
1. Press continue, then set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 56
Select cIOS slot: 249
Select cIOS version: 65535
```
![Install cIOS 249](/images/Wii/Install249.png)
1. Once set, press A to install.
1. When done installing, press A to return, and set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 57
Select cIOS slot: 250
Select cIOS version: 65535
```
![Install cIOS 250](/images/Wii/Install250.png)
1. Once set, press A to install.
1. When done installing, press A to return, and set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 58
Select cIOS slot: 251
Select cIOS version: 65535
```
1. Run it again, then exit once done.
##### Options once complete
You can now use homebrew such as [USB Loader GX](usbloadergx).
{: .notice--info}
[Continue to the Homebrew Browser](hbb)<br> The Homebrew Browser is a good place to get homebrew on your Wii. This is optional to install.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,32 +0,0 @@
---
title: "CleanRip"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Do you want to make a backup of your games? This tutorial will explain you how to use CleanRip.
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
#### What you need
* An SD card or USB drive with at least 4.7 GB of free space
* [CleanRip](https://github.com/emukidid/cleanrip/releases/latest)
#### Instructions
##### Section I - Downloading/Installing
1. Extract CleanRip and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch CleanRip from the Homebrew Channel.
##### Section II - Ripping
1. Select your device that you will be dumping the game to - your USB drive or SD card. ![Device type](/images/CleanRip/2.png)
1. On this screen, it asks you if you want to download a file with game checksums so you can verify the dump created is a 1:1 copy of the disc. It's your choice whether to say `Yes` or `No` to download this file. ![DAT](/images/CleanRip/3.png)
1. Now insert the game you want to dump. ![DVD](/images/CleanRip/4.png) ![Initialising Disc](/images/CleanRip/5.png)
1. Set it as shown on the screen below.<br>If you know that you are dumping a game that uses a dual layer disc, like `Super Smash Bros. Brawl` or `Metroid: Other M`, set `Dual Layer` to `Yes`. ![Settings](/images/CleanRip/6.png)
1. CleanRip will now dump your game. It can take a while, since it will dump the full 4.7GB disc contents (9.4 for dual layer discs). ![Copying](/images/CleanRip/7.png)

View file

@ -1,12 +0,0 @@
---
title: "Donations"
---
[![PayPal]({{ base_path }}/images/paypal_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/RC24){: .align-center}
paypal@riiconnect24.net
{: .text-center}
{: .notice--info}
[![Patreon]({{ base_path }}/images/patreon_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.patreon.com/bePatron?u=7497603){: .align-center}
{: .text-center}
{: .notice--info}

View file

@ -1,14 +0,0 @@
---
title: "Dumping Wii/GameCube games"
---
Want to legally dump a GameCube or a Wii game and play it on your Wii? With this tutorial we will explain how to do it.
Please choose how you want to dump the disc.
{: .notice--warning}
[I want to dump it to the SD card/USB device](cleanrip)
{: .notice--info}
[I want to dump it directly to my PC over a network](dump-smb)
{: .notice--info}

View file

@ -1,39 +0,0 @@
---
title: "Dumping a game over a local network"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Do you want to dump games through your local network? Follow this tutorial! This can be useful if you don't have an SD card or a USB drive that is large enough to dump a game to.
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
#### What you need
* A Wii.
* [DVD Dump Tool](/assets/files/DVDDumpTool.zip)
Your Wii and your computer must be connected to one local network
{: .notice--warning}
#### Instructions
##### Section I - Downloading/Installing
1. Extract DVD Dump Tool and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch DVD Dump Tool from the Homebrew Channel.
##### Section II - Ripping
1. Press the right button on the d-pad and press "A" ![2](/images/DumpDiscs_LAN/2.png)
1. Choose the disc that you want to copy (The options are: `GameCube Disc`, `Wii Single-Layer Disc`, `Wii Dual-Layer Disc` and press "A" ![3](/images/DumpDiscs_LAN/3.png)
1. Now put your game to your Wii. (If it's already in your wii, eject it and put it back) ![InsertTheDisc](/images/DumpDiscs_LAN/insertthedisc.jpg) ![4](/images/DumpDiscs_LAN/4.png)
1. Remember your Wii URL (IP address) ![5](/images/DumpDiscs_LAN/5.png)
1. On your computer in your web browser, type in the Wii URL and hit ENTER. ![6](/images/DumpDiscs_LAN/6.png)
1. You should see this. Click on `Click here to download XXXX.iso` ![7](/images/DumpDiscs_LAN/7.jpg)
1. The transfer speed is not the fastest, but if you can't use anything else, it's better than nothing.
![8](/images/DumpDiscs_LAN/8.PNG)

View file

@ -1,34 +0,0 @@
---
title: "Dumping WADs"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
This tutorial will explain you how to dump WADs from your Wii System Memory.
#### Requirements
* An SD card or USB drive
* [Yet Another BlueDump MOD](/assets/files/YABDM.zip)
#### Instructions
##### Section I - Downloading/Installing
1. Extract Yet Another BlueDump MOD and put it in the `apps` folder on 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
1. Press the A Button. ![Press A](/images/DumpWADS/2.jpg)
2. Choose `Installed Channel Titles`. ![Installed Channel Titles](/images/DumpWADS/3.jpg)
3. Find the content you want to dump and press the 1 Button. ![Find channel](/images/DumpWADS/4.jpg)
4. Choose `Backup to WAD`.
5. At the prompt to `Fakesign the ticket`, choose `Yes`.
6. At the prompt to `Fakesign the TMD`, choose `No`.
7. At the prompt to `Change the output WAD region`, press the B Button.
You have now dumped that WAD. It should appear on your SD card. ![Done](/images/DumpWADS/6.jpg)

View file

@ -1,30 +0,0 @@
---
title: "FAQ"
---
![RiiConnect24 Wii Logo Yellow](/images/Wii_Yellow_Gray.jpg)
### How risky is hacking my console?
Bricks (a state where either some parts of your Wii software are not working, or your Wii is not working at all) are now *basically* impossible unless you ignore/circumvent all safety checks.
### Where should I go for support?
Either email us at support@riiconnect24.net or join the [RiiConnect24 Discord Server](https://discord.gg/b4Y7jfD).
### What are the SD card requirements and/or recommendations?
You will need an SD card with at least 128MB to run an exploit.
- If you are using the LetterBomb/Wilbrand exploit, your SD card should be no larger than 32 GB.
- If you are using the Super Smash Bros Brawl exploit, your SD card should be no bigger than 2 GB.
To store homebrew applications, we recommend an SD card with atleast 2 GB.
### I got error XXXXXX in Wiimmfi, how to fix it?
In order to check what error that is, please visit the [Wiimmfi error page](https://wiimmfi.de/error).
### What are the limitations in vWii modding?
The following is a list of things that can potentially **BRICK** your vWii (don't do these things!):
* Installing IOS for a Wii console on vWii.
* Installing Wii menu themes not formatted correctly for vWii and/or your region.
* Installing BootMii and/or Priiloader/Preloader.
* Failure during the install of crucial system/IOS titles (e.g. power outage).
* Modifying the vWii NAND without knowing what you are doing.

View file

@ -1,25 +0,0 @@
---
title: "FlashHax"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
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.
#### What you need
- A Wii with an Internet connection on system version 4.3
- The Internet Channel
- This will not be installed on a vWii or a Wii Mini. Check out the other guides listed in [Get Started](/get-started) instead.
#### Instructions
1. Open up the Internet Channel on your Wii.
2. Go to flashhax.com in the browser and bookmark the page.
3. Open the site from the bookmark. It'll then proceed to download and load the HackMii Installer. It may take some time as it is downloading the installer over the internet.
If the HackMii Installer doesn't load and it instead freezes (you can't move your cursor), please restart your Wii and repeat step 3 until it works. It might take multiple tries, be persistent!
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}

View file

@ -1,24 +0,0 @@
---
title: "Get Started"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
These instructions will assume you're using an SD card to mod your Wii with, but you can use a USB storage device instead. However, the exploit LetterBomb requires a SD card due to how the Wii Message Board works.
{: .notice--info}
This guide is for the original Wii only, with the latest firmware (4.3). Do not use this on a Wii U (vWii)! If you want to install homebrew on vWii, [follow this tutorial](https://wiiuguide.xyz/#/vwii/).
{: .notice--warning}
### Choose an exploit to use
- [str2hax](str2hax) - Exploit that uses the Wii EULA (Recommended, no SD card nor Channel required, but requires changing the DNS settings)
- [FlashHax](flashhax) - Exploit that uses the Internet Channel (No SD card required)
- [LetterBomb](letterbomb) - Exploit that uses the Wii Message Board (SD card required)
- [BlueBomb](bluebomb) - Exploit that uses Bluetooth (No SD card required)
* Requires a computer with Bluetooth and GNU/Linux, as well as a USB drive
* This is the only exploit that works on the **Wii Mini**

View file

@ -1,23 +0,0 @@
---
title: "Homebrew Browser"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
The Homebrew Browser is where you can go to get homebrew apps. It has been revived and is also now referred to as the "Open Shop Channel"
#### What you need
* An SD card or USB drive
* [Homebrew Browser](/assets/files/homebrew_browser_v0.3.9e.zip)
#### Instructions
1. Extract the Homebrew Browser and put it in the `apps` folder on your SD card or USB drive.
2. 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.
Included in the Homebrew Browser download is a guide on how to use the Homebrew Browser.
{: .notice--info}
You can swap out ShopChannel.ogg with loop.ogg to have the Homebrew Browser play the Wii Shop Channel music.
{: .notice--info}

View file

@ -1,31 +0,0 @@
---
title: "Homebrew Channel and BootMii Installation"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![HBC Logo](/images/hbc.png)
The Homebrew Channel is where you will go to launch homebrew applications. BootMii is a piece of software that can backup and restore your Wii's NAND storage, and if installed in boot2, provides brick protection.
#### 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/Wii/ScamScreen.png)
2. When at the HackMii installer, you are able to install the Homebrew Channel and BootMii. ![Results](/images/Wii/Results.png)
3. Press Continue, then select the Homebrew Channel, and press install. ![Install the Homebrew Channel](/images/Wii/InstallHomebrewChannel.png)
4. Press Continue when finished. ![Success Installing the Homebrew Channel](/images/Wii/SuccessHBC.png)
5. Once installed, press back and go to BootMii.
6. If the main screen says you can install as boot2, do so. This gives you a level of brick protection that loads as part of the Wii's boot process, and lets you load homebrew to fix the brick or restore from a NAND backup.
7. If it does not say you can install as boot2, install as IOS. While this doesn't give you brick protection compared to its boot2 counterpart, it will still allow you to make a NAND backup. ![BootMii Installation](/images/Wii/InstallBootMii.jpg)
8. Once done, select `Continue` to exit the HackMii installer.
[Continue to BootMii Backup](bootmii)<br> Making a NAND backup with BootMii at this point is recommended.
{: .notice--info}

View file

@ -1,57 +0,0 @@
---
layout: splash
title: "Wii Guide"
header:
overlay_color: "#5e616c"
overlay_image: /images/home-page-feature.jpg
overlay_filter: 0.5
cta_label: "Get Started"
cta_url: "get-started"
caption:
excerpt: "The complete guide to modding your Nintendo Wii."
---
The guide is also available in other languages! To change the language, please press the icon at top right and change your language.
{: .notice--info}
## What is Wii Guide?
Wii Guide is a guide maintained by [RiiConnect24](https://rc24.xyz) to get you started with Wii modding.
## What is "homebrew"?
[**Homebrew**](https://en.wikipedia.org/wiki/Homebrew_(video_games)) refers to unofficial software including games, utilities, emulators and others.
Running homebrew on your Nintendo Wii is free using various exploits.
## What can I do with homebrew?
Here's a list of things you can do with it. While these aren't all the things you can do with homebrew, it should give you a starting point for things you can do. Our guide will help you easily get started.
- Patch game disc contents (allowing you to load game modifications) using [Riivolution](http://www.wiibrew.org/wiki/Riivolution).
- Install themes to your Wii Menu using [MyMenuify](/themes).
- Install a USB Loader like [WiiFlow Lite](https://gbatemp.net/threads/wiiflow-lite.422685/) or [USB Loader GX](/usbloadergx) to launch all your favorite titles from a USB storage device and more.
- Back up your discs with [CleanRip](/dump-games) and installed games and titles with [YABDM](/dump-wads)
- Back up and restore your save files with [SaveGame Manager GX](https://wiidatabase.de/downloads/wii-tools/savegame-manager-gx-beta/)
- Download new homebrew apps with the [Homebrew Browser](/hbb)
- Restore discontinued online services, such as [WiiConnect24](/riiconnect24) & [Nintendo WFC services](/wiimmfi).
- Backup and restore copies of your Wii system memory (NAND) using [BootMii](http://bootmii.org).
- Protect your Wii from bricks using [Priiloader](/priiloader) and BootMii.
- Turn your Wii into a media player with [WiiMC](http://www.wiimc.org/).
Get started by [choosing your exploit](get-started)!
{: .notice--info}
## More Resources
There are also few more good resources for Wii modding and troubleshooting that can help:
- [Complete Softmod Guide](https://sites.google.com/site/completesg/)
- [ModMii](http://modmii.000webhostapp.com/)
- [WiiBrew](https://wiibrew.org/)
- [WiiFlow Wiki](https://sites.google.com/site/wiiflowiki4/)
- [Wii Hacking Explained - by Cyan](https://gbatemp.net/threads/wii-hacking-explained.501605/) ...and of course, this site
For modding a Wii U, there are some more options:
- [The Definitive vWii Hacking Guide](https://gbatemp.net/threads/the-definitive-vwii-hacking-guide.425852/)
- [NH Wii U Guide](https://wiiuguide.xyz)

View file

@ -1,33 +0,0 @@
---
title: "LetterBomb"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![LetterBomb](/images/letterbomb.png)
LetterBomb is an exploit for the Wii that is triggered using the Wii Message Board.
This exploit is one of many. Check out the [Get Started](/get-started) page for other options.
{: .notice--info}
#### What you need
- An SD card
- A Wii on system version 4.3
- This exploit will not work on a Wii Mini or vWii
#### Instructions
1. On your Wii, go to `Wii Settings` -> `Internet` -> `Console Information` and make note of your MAC address.
2. Visit [please.hackmii.com](https://please.hackmii.com), input your Wii MAC and region, complete the CAPTCHA, *ensure `Bundle the HackMii Installer for me!` is checked*, and cut either wire
- Whichever wire you choose to cut doesn't matter. ![HackMii Screen](/images/Wii/LetterBomb-PC.png)
3. Extract the contents of the downloaded ZIP to your SD card.
4. On your Wii, return to the Wii Menu and then open the Message Board.
5. Load the red letter with a bomb icon.
- In various scenarios, you may need to look at the previous or next day to find it.
![LetterBomb Wii Menu](/images/Wii/LetterBomb-Wii.png)
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}

View file

@ -1,69 +0,0 @@
---
title: "Priiloader"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Priiloader adds a level of brick protection to your Wii. It loads before the Wii Menu does (hence the name). The tool can also enable hacks for your Wii Menu, and be used to quickly launch the Homebrew Channel, BootMii, or whatever homebrew you want!
![Priiloader](/images/priiloader.jpg)
Please do **not** install Priiloader on a vWii (Wii mode on Wii U). You will brick your vWii by doing this.
{: .notice--warning}
#### What you need
* An SD card or USB drive
* [Priiloader](/assets/files/Priiloader_v0_8_2.zip)
#### Instructions
##### Section I - Downloading/Installing
1. Download Priiloader and extract it to the root of your SD card or USB drive.
2. Insert your SD card or USB drive into your Wii, and launch Priiloader from the Homebrew Channel.
##### Section II - Installing Priiloader
1. Launch the Homebrew Channel on your Wii.
2. Launch Priiloader. ![Find Priiloader](/images/Priiloader/1.jpg)
3. Press the + Button on Wii Remote or the A Button on a GameCube controller. ![Install Priiloader](/images/Priiloader/2.jpg) ![Installing](/images/Priiloader/3.jpg)
##### Section III - Entering/Configuring Priiloader
1. Hold the RESET button while turning on your Wii. ![Turn on](/images/Priiloader/5.jpg) ![Hold RESET](/images/Priiloader/4.jpg)
2. You should see the Priiloader menu. ![Menu](/images/Priiloader/6.jpg)
3. Go to `System Menu Hacks`.
4. We recommend you turn on these hacks: `Region Free EVERYTHING`, `Block Disc Updates` and `Block Online Updates`. ![System Menu Hacks](/images/Priiloader/7.jpg)
## System Menu Hacks List
This is a list of the hacks you can enable with Priiloader.
| Hack | Description |
| --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Replace Health Screen with Backmenu | Changes the "Health and Safety" screen to the animation played when returning to the Wii menu. |
| Re-Enable Bannerbomb v2 | Enables the "Bannerbomb" exploit on the latest Wii version. Not needed when the Homebrew Channel is already installed. |
| Region Free EVERYTHING | Disables region locking for any Wii application, including downloaded ones. |
| Block Disc Updates | Removes the "Wii System Update" screen that is included on some games forcing you to update them to play the game. |
| Region Free GC Games (No VM Patch) | Disables region locking in GameCube disks. |
| Region Free Wii Games | Disables region locking in Wii disks. |
| Lock System Menu with Black Screen | Makes your Wii Menu be stuck on a black screen, making you unable to use it. |
| Remove Diagnostic Disc Check | Removes a check in the Wii to see if an inserted game is the "Wii Startup Disc". |
| No System Menu Sounds AT ALL | Disables all the Wii Menu sound effects. |
| No System Menu Background Music | Disables the Wii Menu background music. |
| No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx | Re-enable channels with these title IDs (originally blocked in system updates due to them being exploits). |
| Remove NoCopy Save File Protection | Allows you to copy normally-disabled save files in the Data Management screen . |
| Region Free Channels | Removes region locking for Wii Channels. |
| Force Disc Games to run under IOS249 | Make disc applications use cIOS 249 as the game's IOS. |
| Auto-Press A at Health Screen | Automatically presses the A Button to get past the "Health and Safety" screen. |
| Force Standard Recovery Mode | Automatically launches the console in recovery mode. Used to launch recovery discs, letting users unbrick their Wii systems. |
| OSReport to UsbGecko(slot B) | Sends Wii Menu logs to a debugging device in memory card slot B. |
| OSReport to UsbGecko(GeckoOS,B) | Sends Wii Menu logs to a debugging device in memory card slot B, if the Wii Menu is launched by Gecko OS. |
| Move Disc Channel | Enables you to move the Disc Channel anywhere on the Wii Menu. It's normally locked to the top left entry on the first page. |
| Block Online Updates | Disables updating your Wii. |
[Continue to cIOS](cios)<br> cIOS are used to play games with a USB Loader. Even if you don't want to do that, it's useful for many homebrew apps.
{: .notice--info}

View file

@ -1,38 +0,0 @@
---
title: "RiiConnect24 Battery Fix"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
This tutorial doesn't seem to fix error NEWS0000006. Unfortunately, if that error persists, reformatting your Wii might be the only option to fix it.
{: .notice--warning}
If you're getting error FORE000006, usually it means "invalid data". It could be something on our end although unlikely. Try waiting a few minutes and then try again.
If the error code still remains, the time on your Wii might be incorrect, confusing the Channels. These instructions might be worth a shot.
#### What you need
* Crosshead Phillips #00 screwdriver ![Crosshead Phillips #00 Screwdriver](/images/RiiConnect24/clock/screwdriver.jpg)
#### Instructions
1. Set your Wii to the correct time in Wii Settings.
2. Unplug your Wii AC adapter. You'll need to open up a battery cover on the side of your Wii, so you might want to remove everything plugged into your Wii. ![Unplug Wii AC Adapter](/images/RiiConnect24/clock/unplug.jpg)
3. Locate the battery cover on the bottom of your Wii. ![Battery Cover](/images/RiiConnect24/clock/batterycover.jpg)
4. Unscrew the battery cover with your screwdriver. ![Battery Unscrew](http://i.imgur.com/VRRAiSk.gif)
5. Let your Wii sit unplugged for a little while, with the battery out. It's up to you how long it should be out for. An hour or two might be enough to leave it out for. ![Battery](/images/RiiConnect24/clock/battery.jpg)
6. Screw the battery cover back in. ![Battery Screw](http://i.imgur.com/8MEy5Jo.gif)
7. Plug in your Wii AC adapter. ![Plug Wii AC Adapter](/images/RiiConnect24/clock/plug.jpg)
8. Try the News or Forecast Channel now. Hopefully it works now. If not, you might want to repeat this process one more time and it might fix it.
Still no luck getting it to work? Unfortunately, you might have to reformat your Wii for it to go away. Just make sure to backup your save files and Miis with [SaveGame Manager GX](https://sourceforge.net/projects/savegame-manager-gx/files/HBC_SetUp_R127.zip/download).
{: .notice--info}
[Return to RiiConnect24 installation page](riiconnect24)
{: .notice--info}

View file

@ -1,57 +0,0 @@
---
title: "RiiConnect24"
---
{% include toc title="Table of Contents" %}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
This guide will help you install RiiConnect24 on your Dolphin installation.
If you need help for anything regarding this tutorial, please directly contact KcrPL#4625 on Discord, join the [RiiConnect24 Discord Server](https://discord.gg/b4Y7jfD) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
### What you need
* A computer with Windows 7 or newer.
* [.VFF-File-Downloader-for-Dolphin](https://github.com/RiiConnect24/.VFF-File-Downloader-for-Dolphin/releases)
* [Dolphin](https://dolphin-emu.org/download/)
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
#### Instructions
##### Section I - Installing Dolphin
If you have Dolphin already installed, skip to Section II
{: .notice--info}
1. Download the latest Dolphin development version.
2. Extract the .7z file using a program like 7Zip or WinRAR.
3. Start Dolphin
4. Press on `Tools` -> `Perform Online System Update` -> Choose your region ![Perform Online System Update](/images/Dolphin_RC24/1.jpg)
##### Section II - Installing RiiConnect24.
1. Run Install.bat that you downloaded [here](https://github.com/RiiConnect24/.VFF-File-Downloader-for-Dolphin/releases)
2. Press `1` and `ENTER` to start the program. ![Main Menu](/images/Dolphin_RC24/2.jpg)
3. Proceed with the program configuration.
4. It will ask you if you want to run the program manually every time you want to use RiiConnect24 on Dolphin or if you want to run it automatically on startup. ![Choose how to boot the program](/images/Dolphin_RC24/3.jpg)
![Run once](/images/Dolphin_RC24/4.jpg)
If you choose to manually run it, keep Install.bat. There will be an option in menu to manually run it.
{: .notice--info}
If you choose to run it on startup, you don't have to do anything. If you want to uninstall it in the future, come back to Install.bat and choose 4th option - Manage startup VFF Downloader.
{: .notice--info}
##### Section III - Finalizing installation
1. Run RiiConnect24Patcher.bat that you downloaded [here](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
2. Start the patcher, select `Install RiiConnect24`. ![Select Custom](/images/Dolphin_RC24/5.jpg)
3. Select `Custom`. ![Select Check Mii Out Channel](/images/Dolphin_RC24/6.jpg)
4. Press `1` to select your region and only enable 5th option. Press `6` to start patching.
5. After it's done, there will a be a `Mii Contest Channel (Europe) (Channel) (RiiConnect24).wad` or `Check Mii Out Channel (USA) (Channel) (RiiConnect24).wad` file in WAD folder next to RiiConnect24Patcher.bat
6. In Dolphin, press `Tools` and then `Install WAD`. and select the `Mii Contest Channel (Europe) (Channel) (RiiConnect24).wad` or `Check Mii Out Channel (USA) (Channel) (RiiConnect24).wad`.
You're all done! Unfortunately, the Everybody Votes and Nintendo Channel don't work in Dolphin yet.
{: .notice--info}

View file

@ -1,47 +0,0 @@
---
title: "RiiConnect24 Troubleshooting"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
If you're getting one of these errors (and not any other error), you should be able to fix the Channel by deleting your VFF.
+ Discontinued Message
+ NEWS/FORE000001
+ NEWS/FORE000003
+ NEWS/FORE000005
+ NEWS/FORE000099
#### What you need
* An SD card or USB drive
* [WiiXplorer](https://sourceforge.net/projects/wiixplorer/files/latest/download)
#### Folder to Delete
+ Forecast Channel
+ 48414645
+ 4841464a
+ 48414650
+ News Channel
+ 48414745
+ 4841474a
+ 48414750
#### Instructions
1. Launch WiiXplorer.
2. Go to `Start` -> `Settings` -> `Boot Settings` -> `Enable NAND write access` and then select `Yes` for both dialogs that appear on the screen.
3. Press Back until you have reached the file explorer screen.
4. Select the tiny blue SD Card icon, then select `NAND`.
5. Navigate to `title` -> `00010002` -> XXXXXXXX -> `data`, where XXXXXXXX is one of the folders above.
6. Hover over `wc24dl.vff` and press the + button and select `Delete`.
Try to launch the Channel you were having trouble with now.
[Return to RiiConnect24 installation page](riiconnect24)

View file

@ -1,85 +0,0 @@
---
title: RiiConnect24 vWii Guide
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
Guide to installing [RiiConnect24](https://rc24.xyz) on your vWii (Virtual Wii on Wii U) with: CMOC/MCC, Nintendo Channel, EVC and News Channel along with forced 4:3 aspect ratio patching.
Since certain features found in the original Wii are not present in the vWii, we can only partially utilize RiiConnect24. See [what's currently working](#whats-currently-working) for details.
{: .notice--warning}
#### Warnings
We are **NOT** responsible if you brick, or damage your console in any way whatsoever. If you follow this guide exactly, you shouldn't have any problems.
{: .notice--warning}
Do **NOT** perform this guide on any other console than the vWii (Virtual Wii on Wii U). If you're looking for instructions for a Nintendo Wii, use [wii.guide/riiconnect24](riiconnect24). If you'd like to perform this guide on the Dolphin emulator, use [wii.guide/riiconnect24-dolphin](/riiconnect24-dolphin)
{: .notice--warning}
#### What you need
* A PC or mobile device with internet access and the ability to interact with SD cards.
* An SD card formatted as FAT32 (at least 2GB) with enough available space. SDHC or SDXC cards formatted as FAT32 can be known to work.
* A Wii U console capable of launching the Homebrew Launcher (either via the web browser exploit, Haxchi or Coldboot Haxchi). **If you do not have a softmodded Wii U console, please follow [wiiuguide.xyz](https://wiiuguide.xyz), as well as [the virtual Wii modding guide](https://wiiuguide.xyz/#/vwii/) and then come back.**
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases) (Windows only, for now...)
After following the above linked guide, you should have:
* A vWii NAND backup and keys (keep these stored safely!!)
* The Homebrew Channel installed
* d2x cIOS installed (IOS249, IOS250 and IOS251)
* IOS80 patched
{: .notice--info}
#### Instructions
If you use GNU/Linux or macOS on your PC, or use a smartphone, please [follow the manual guide](https://pad.snopyta.org/s/rJ2N0B1XU), to install RiiConnect24. The patcher we provide is currently Windows-only. The end result is the same regardless of the method followed.
{: .notice--info}
##### Section I - Running the patcher
Using the RiiConnect24 Patcher you should've downloaded earlier in [What you need](#what-you-need), you will be downloading and patching IOS31, News, Everybody Votes, Nintendo and Check Mii Out Channels for use on your vWii.
1. Run `RiiConnect24Patcher.bat` on your PC, and follow the on-screen instructions.
2. Confirm that after running through the patcher, you have 3 folders. Either in the same folder as `RiiConnect24Patcher.bat`, or on your SD card (depending on what options you selected in the patcher).
- If they are in the same folder as the `RiiConnect24Patcher.bat` file, move the folders to the root of your SD card.
##### Section II - Installing the newly patched WADs
1. Open the Homebrew Channel
2. Launch Wii Mod Lite
3. Using the +Control Pad on your Wii Remote, navigate to `WAD Manager`, and then navigate to the `wad` folder.
4. When `IOS31.wad` is highlighted, press +, then do the same for all the other WADs.
5. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel
##### Section III - Using RiiConnect24
After following the above sections, you're almost able to utilize RiiConnect24 on your Wii U. You just need to perform the following steps **after every vWii reboot**.
1. On the vWii's **Wii Menu**, launch the **Homebrew Channel** and launch the **ConnectMii** homebrew application.
* This will enable the WiiConnect24 and Standby Connection flags required by the WiiConnect24 Channels.
2. Launch the WiiConnect24 Channels
* You should now be able to utilize all of the WiiConnect24 Channels you have installed!
#### What's currently working?
The following RiiConnect24 services are **working** on the vWii:
* News Channel
* This channel is affected by the timestamp issue. The "Last Updated" and article timestamps will be incorrect.
* The banner data is also known to not work, returning `Unable to obtain data.`
* Nintendo Channel
* Everybody Votes Channel
* Check Mii Out Channel / Mii Contest Channel
{: .notice--success}
The following RiiConnect24 services are **not working** on the vWii:
* Wii Mail (most functionality does not exist on vWii)
* This includes sending/receiving mail to/from friends. You can only receive global broadcast mail and posts from RSSMii feeds (if set up).
* Forecast Channel
* This channel is affected by the timestamp issue. This is preventing the channel from getting past the loading screen, returning the `FORE000006` error.
* Everything else that isn't working according to [RiiConnect24 stats](https://rc24.xyz/stats/index.html).
{: .notice--warning}

View file

@ -1,110 +0,0 @@
---
title: "RiiConnect24"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
[RiiConnect24](https://rc24.xyz/) allows you to use discontinued services from WiiConnect24, which include the News, Forecast, Everybody Votes, Nintendo and Check Mii Out Channel, along with Wii Mail.
{% capture notice-1 %}
This guide is for the original Wii only.
- Follow [this tutorial](riiconnect24-vwii) if you'd like to install RiiConnect24 on a vWii (the Wii mode of your Wii U).
- Follow [this tutorial](riiconnect24-dolphin) if you'd like to install RiiConnect24 on the Dolphin emulator.
There is no guide to installing RiiConnect24 on a Wii Mini, as attempting to install RiiConnect24 on a Wii Mini will result in a console brick.
{% endcapture %}
<div class="notice--warning">{{ notice-1 | markdownify }}</div>
In order to use Wii Mail you must be on Wii Menu version 4.3, otherwise it won't work.
{: .notice--info}
#### What you need
* An SD card or USB drive
* A Wii with an Internet connection
* A computer
* [RiiConnect24 Patcher (Windows only)](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
#### Instructions
##### Section I - Patching IOS
[If you want to see detailed instructions on how to install the WADs, click here!](wiimodlite)
{: .notice--info}
If you use Linux or macOS, please e-mail us and we will give you the things needed to install RiiConnect24. The patcher we provide is currently Windows-only.
{: .notice--info}
You will now patch your IOS, `IOS31` and `IOS80`. This is required to use the Channels we support to change an RSA key used to sign the files. You will also download patched versions of the Channels.
1. Download the required files based on your OS. On Windows run `RiiConnect24Patcher.bat`.
2. Follow the instructions it gives you.
3. You should get the Channels that you want. They need to be installed **even if you already have them on your Wii, because you will need to install the patched WAD instead**.
4. (`If RiiConnect24 Patcher copied everything to the SD card or USB drive, you can skip this step`) Copy the `apps` and `wad` folder to your SD card or USB drive.
5. Put your SD card or USB drive in your Wii.
6. Launch the Homebrew Channel on your Wii.
7. Launch Wii Mod Lite.
8. Using the +Control Pad on your Wii Remote, navigate to `WAD Manager`, and then navigate to the `wad` folder.
9. When `IOS31.wad` is highlighted, press +, then do the same for all the other WADs.
10. If you get an error saying a title with a higher version is already installed (error -1035), go back to the WAD selection menu and press - on the highlighted WAD to uninstall it, then try installing it again.
11. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel.
##### Section II - 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.
2. It should only take a few seconds to patch your nwc24msg.cfg. When it's done, press HOME to exit.
If the previous step failed with an "net_get_status: -24 - Couldn't request the data: -24" error, please check the internet connection on your Wii.
{: .notice--warning}
If you were unable to patch your nwc24msg.cfg correctly, e-mail us at [support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
##### Section III - Connecting
You need to set your DNS in order to get the Forecast and News Channel to point to our servers. This DNS is also useful if you want to play Wiimmfi.
1. Go to `Wii Options`.
2. Go to `Wii Settings`.
3. Go to `Page 2`, then click on `Internet`.
4. Go to `Connection Settings`.
5. Select your current connection.
6. Go to `Change Settings`.
7. Go to `Auto-Obtain DNS` (Not IP Address), then select `No`, then `Advanced Settings`.
8. Type in `164.132.44.106` as the primary DNS.
9. Type in `8.8.8.8` as the secondary DNS (or `1.1.1.1`).
10. Select `Confirm`, then select `Save`.
11. Select `OK` to perform a connection test.
12. If the connection test was successful, select `No` to skip the Wii System Update.
13. Go to `WiiConnect24`, then `WiiConnect24` again, and make sure it is enabled.
14. Back on the WiiConnect24 menu, go to `Standby Connection` and make sure it is enabled.
15. At `Slot Illumination`, we recommend you set the disc light to `Dim` or `Bright`, but this is optional.
16. Finally, go to the `Internet` section, then `User Agreements` or `Agreement/Contact`, then `Yes`. Please read through this.
[Continue to Wiimmfi](wiimmfi)<br> Wiimmfi lets you play games online after the discontinuation of Nintendo Wi-Fi Connection. This is optional to install.
{: .notice--info}
If you get error 107245, then you probably have failed to patch your IOS correctly.
{: .notice--info}
If you get error 107304, then perhaps your ISP blocks the use of custom DNS. A workaround for this can be running your own DNS server! See the [RiiConnect24 DNS Server on GitHub](https://github.com/RiiConnect24/DNS-Server), then use your PC's IP address in place of ours in Step 8.
{: .notice--info}
[If you get error FORE000006, you might want to follow this tutorial to fix it. (This doesn't work with NEWS000006).](riiconnect24-batteryfix)
{: .notice--warning}
[If you're getting errors such as a `WiiConnect24 and Wii Shop Channel currently not being offered in your country`, please go to Wii Settings -> Last Page -> Country and change it to United Kingdom. You will get this error when using a country that we don't support. Contact us at [support@riiconnect24.net](mailto:support@riiconnect24.net) if you need more help.
{: .notice--warning}
[If you're getting errors such as a discontinued message when opening the News or Forecast Channel, we have some instructions that might fix it.](riiconnect24-troubleshooting)
{: .notice--warning}

View file

@ -1,56 +0,0 @@
---
title: RiiTag on Wii U
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
RiiTag is a customizable and dynamic gamertag. By sharing your gamertag (a dynamic image), you can show what you've been playing to your friends! You launch a plugin on your Wii U console, and the tag updates on-the-fly.
#### What you need
- A device capable of interacting with SD cards
- Softmodded Wii U console
- If you have not softmodded your Wii U yet, [please do so](https://wiiuguide.xyz). You cannot proceed without.
- A Discord account
- The latest release of [Wii U Plugin Loader](https://github.com/Maschell/WiiUPluginLoader/releases)
- The latest release of [UTag plugin](https://github.com/RiiConnect24/UTag/releases)
#### Instructions
##### Section I - Website instructions
1. Go to the [RiiTag website](https://tag.rc24.xyz/).
2. Click `Log In` and log in with your Discord account.
3. A dialog will pop up asking you if you want to authorize `RiiConnect24 Login` with Discord. Click `Authorize`.
4. Click `Edit Your Tag` and customize it to how you like. You can add a background, overlay, flag, nickname, Wii Number, and manually enter in games to show on your tag (not needed if you're using a USB Loader).
5. Click `Show Key` and make note of the key shown. This will be used later on in this guide.
6. Click `Submit` to save your changes.
Do not share your RiiTag key with anyone! If you do, people can abuse your tag.
{: .notice--warning}
##### Section II - Setting things up on the SD card
1. Extract the Wii U Plugin Loader `.zip` file to the root of your SD card
- You should see a folder titled `wiiupluginloader` in `/wiiu/apps/` on your SD.
2. Place the `UTag.mod` file in the `/wiiu/plugins/` folder on your SD card.
3. Create a new file titled `utag.txt` on the root of your SD card, and open it with a text editor.
4. Paste the key you made note of earlier in Step 5 of [Section I - Getting Started](#section-i---getting-started) into this `utag.txt` file, and save it.
- We're all done with the SD card side of things.
5. Insert your SD card into your Wii U.
##### Section III - Running the plugin
1. Using your preferred method (browser exploit, Haxchi, Homebrew Launcher application, etc.), launch the **Homebrew Launcher** on your Wii U console.
2. Navigate to, and launch the homebrew application titled `Wii U Plugin Loader`.
3. You should be greeted with a menu, including a toggle for `UTag`. Enable `UTag`, and then press + on the Wii U GamePad. You should now be kicked back to the Wii U Menu.
You have now set up RiiTag on your Wii U! Note that you will have to launch the plugin with the above procedure every time you wish to launch the plugin, unless things change. In which case, this guide will be updated. Now go play some games, and watch them show up on your RiiTag!
{: .notice--success}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,75 +0,0 @@
---
title: "RiiTag on Wii"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
RiiTag is a customizable and dynamic gamertag. By sharing your gamertag (a dynamic image), you can show what you've been playing to your friends! You connect it to a USB Loader, and the tag updates on-the-fly. You need a Discord account in order to start using RiiTag.
#### What you need
* A computer
* A text editor
* A USB Loader
#### Instructions
##### Section I - Getting Started
1. [Go to the RiiTag site.](https://tag.rc24.xyz/)
2. Click `Log In` and log in with your Discord account.
3. A dialog will pop up asking you if you want to authorize `RiiConnect24 Login` with Discord. Click `Authorize`.
4. Click `Edit Your Tag` and customize it to how you like. You can add a background, overlay, flag, nickname, Wii Number, and manually enter in games to show on your tag (not needed if you're using a USB Loader).
5. Click `Show Key` and make note of the key shown. This is not needed if you're using USB Loader GX, as the key will be in a downloadable file.
6. Click `Submit` to save your changes.
Do not share your RiiTag key with anyone! If you do, people can abuse your tag.
{: .notice--warning}
##### Section II - Connecting Your USB Loader
The steps to connect RiiTag to your USB Loader depend on what USB Loader you use.
###### USB Loader GX
1. Load USB Loader GX on your Wii.
2. Go to `Settings` > `Features` and turn `Wiinnertag` on. Press `Yes` or `OK` to any dialogs that show up.
3. Ensure that `Initialize Network` is turned on.
4. Exit USB Loader GX.
5. Insert the SD Card or USB device where your USB Loader GX data is into your computer.
6. [Go to this page.](https://tag.rc24.xyz/Wiinnertag.xml)
7. On your browser, right click, and click `Save As`.
8. Save the XML to the `config` folder on your SD Card or USB device, replacing the existing `Wiinnertag.xml`.
9. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
###### WiiFlow
1. Take the SD Card or USB device where your WiiFlow data is into your computer.
2. Open `/apps/wiiflow/wiiflow.ini` with a text editor. (If you use WiiFlow Lite, the path might have `wiiflow_lite` instead of `wiiflow`.)
3. Search for `gamercards` and replace that line with `gamercards=wiinnertag`.
4. Search for `wiinnertag_url` and replace that line with `wiinnertag_url=http://tag.rc24.xyz/wii?game={ID6}&key={KEY}`.
5. Search for `wiinnertag_key` and replace that line with `wiinnertag_key=<key>`, replacing `<key>` with the key you wrote down in Section 1.
6. Search for `gamercards_enable` and replace that line with `gamercards_enable=yes`.
7. Save the modified `wiiflow.ini` file.
8. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
###### Configurable USB Loader
We do not offer support for Configurable USB Loader, as we are focused on USB Loader GX and WiiFlow.
{: .notice--info}
You can use the `CfgLoaderConfigurator.exe` program (Windows only) instead of editing the `config.txt` file mentioned below if you want to.
{: .notice--info}
1. Take the SD Card or USB device where your Configurable USB Loader data is into your computer.
2. Open `/usb-loader/config.txt` with a text editor.
3. Replace (or add the line) starting with `gamercard_url` with `gamercard_url = http://tag.rc24.xyz/wii?game={ID6}&key={KEY}`.
4. Replace (or add the line) startin with `gamercard_key` with `gamercard_key = <key>`, replacing `<key>` with the key you wrote down in Section 1.
5. Save the modified `config.txt` file.
6. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,24 +0,0 @@
---
title: "Removing RSSMii"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
If you no longer wish to use RSSMii (maybe because it gives you too much Wii Mail), here's how to remove it.
![Removing RSSMii](/images/rssmii-remove.png)
#### What you need
* An SD card
* [RSSMii Remover](https://github.com/RiiConnect24/rssmii/releases)
#### Instructions
1. Extract RSSMii Remover and put it in the `apps` folder on your SD card.
2. Delete the `feeds.xml` file on the root of your SD card.
3. Launch RSSMii Remover from the Homebrew Channel. It will remove your subscriptions to the RSS feeds.
In case you would like to revert your decision, you can always [reinstall RSSMii](rssmii).
{: .notice--info}

View file

@ -1,64 +0,0 @@
---
title: "Installing RSSMii"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Do you want to get RSS feed updates on your Wii Message Board? This tutorial will tell you how to set RSSMii up.
![RSSMii](/images/rssmii.png)
#### What you need
* An SD card
* [RSSMii](https://github.com/RiiConnect24/rssmii/releases)
#### Instructions
##### Section I - Downloading/Installing
1. Extract RSSMii and put it in the `apps` folder on your SD card.
2. We need to create a `feeds.xml` on the root of the SD card so the app will know what feeds to subscribe you to.
If you're using the Windows Operating System, you can use the RSS Feeds Creators program created by KcrPL. It will automatically create a `feeds.xml` file and will copy it to your SD card!
{: .notice--info}
<b>If you don't have a Windows computer, use this template and use your favorite text editor to make the `feeds.xml`.</b>
```xml
<?xml version="1.0" encoding="utf-8"?>
<rss>
<feed name="Example-Feed"><![CDATA[http://example.com/rss-feed]]></feed>
<feed name="One more Example-Feed!"><![CDATA[http://example.com/another_rss-feed]]></feed>
</rss>
```
Replace the "name" portion with the title you want to put for the feed. Make sure it's not very long, since there's not that much space. Then, replace the link portion with the link to the RSS feed. You can put as many feeds as you want. Don't delete the "CDATA" part.
```xml
<?xml version="1.0" encoding="utf-8"?>
<rss>
<feed name="RiiConnect24 Medium"><![CDATA[https://medium.com/feed/riiconnect24]]></feed>
<feed name="RiiConnect24 Twitter"><![CDATA[https://twitrss.me/twitter_user_to_rss/?user=RiiConnect24]]></feed>
<feed name="Nintendo News"><![CDATA[https://www.nintendo.com/feed]]></feed>
</rss>
```
Save the feed you made to the root of your SD Card.
3. Launch RSSMii from the Homebrew Channel.
4. Press A to confirm you want to subscribe to the feeds. Ignore the error about ES_GetTitleID, everything is fine.
5. Once everything is done, press HOME to go back to the Homebrew Channel. You should soon get RSS feed updates on your Wii, enjoy!
Not getting any feed updates? Try an RSS feed that updates more frequently, like a feed with news for example. If the RSS feed doesn't update often, then you won't get many updates.
{: .notice--warning}
We recommend you use just a few feeds, because if you subscribe to a lot of feeds you can get a ton of mail on your Wii.
{: .notice--info}
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'll create brand new subscriptions.
{: .notice--info}
[Removing RSSMii](rssmii-remove)
{: .notice--info}

View file

@ -1,56 +0,0 @@
---
title: "Site Navigation"
layout: single
sitemap: false
---
![WiiTutorials](/images/WiiTutorials.jpg)
{% capture notice-1 %}
**Featured**
+ [cIOS](cios)
+ [RiiConnect24](riiconnect24)
+ [Wiimmfi](wiimmfi)
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>
{% capture notice-2 %}
**RiiConnect24/Wiimmfi**
+ [RiiConnect24](riiconnect24)
+ [RiiConnect24 Battery Fix](riiconnect24-batteryfix)
+ [RiiConnect24 Troubleshooting](riiconnect24-troubleshooting)
+ [RiiConnect24 vWii](riiconnect24-vwii)
+ [Wiimmfi](wiimmfi)
+ [WiiWare Patcher](wiiwarepatcher)
**Modding 101**
* [BootMii Backup](bootmii)
+ [cIOS](cios)
+ [FlashHax](flashhax)
+ [Homebrew Browser](hbb)
+ [Homebrew Channel](hbc)
+ [LetterBomb](letterbomb)
+ [Priiloader](priiloader)
+ [str2hax](str2hax)
+ [Wii Mod Lite](wiimodlite)
**Homebrew**
+ [Creating Wii Game Shortcuts](wiigsc)
+ [How to dump GameCube/Wii games](dump-games)
+ [How to dump Channels (WADs)](dump-wads)
+ [Installing RSSMii](rssmii)
+ [Installing Wii Themes](themes)
+ [Performing a SysCheck](syscheck)
+ [Removing RSSMii](rssmii-remove)
+ [RiiTag](riitag)
+ [USB Loader GX](usbloadergx)
+ [Wii Backup Manager](wiibackupmanager)
**Site**
+ [Home](/)
+ [Get Started](get-started)
+ [FAQ](faq)
+ [Donations](donations)
{% endcapture %}
<div class="notice--primary">{{ notice-2 | markdownify }}</div>

View file

@ -1,47 +0,0 @@
---
title: "str2hax"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Note that if your ISP or networking environment prevents using custom DNS servers, str2hax will not work and you should [choose another exploit to use](get-started).
{: .notice--info}
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.
#### What you need
* A Wii with an Internet connection on system version 4.3
#### Instructions
##### Section I - Connecting
This exploit requires you to set your DNS in order to connect to a server that contains the exploit.
1. Go to `Wii Options`. ![Wii Options](/images/RiiConnect24/Internet_1.png)
2. Go to `Wii Settings`. ![Wii Settings](/images/RiiConnect24/Internet_2.png)
3. Go to `Page 2`, then click on `Internet`. ![Internet](/images/RiiConnect24/Internet_3.png)
4. Go to `Connection Settings`. ![Connection Settings](/images/RiiConnect24/Internet_4.png)
5. Select your current connection. ![Current Connection](/images/RiiConnect24/Internet_5.png)
6. Go to `Change Settings`. ![Change Settings](/images/RiiConnect24/Internet_6.png)
7. Go to `Auto-Obtain DNS` (Not IP Address), then select `No`, then `Advanced Settings`. ![Auto-Obtain DNS](/images/RiiConnect24/Internet_7.png)
8. Type in `97.74.103.14` as the primary DNS.
9. Type in `173.201.71.14` as the secondary DNS.
10. Select `Confirm`, then select `Save`. ![Save DNS](/images/RiiConnect24/Internet_10.png)
11. Select `OK` to perform a connection test. ![Connection Test](/images/RiiConnect24/Internet_11.png)
- If the connection test was successful, select `No` to skip the Wii System Update. ![Connection Test Successful](/images/RiiConnect24/Internet_12.png)
- If it was unsuccessful, then please use [another exploit](get-started).
##### Section II - Triggering the Exploit
1. Go to the `Internet` section, then `User Agreements` or `Agreement/Contact`, then `Yes`.
2. If you see a pony on the screen on a light blue background, you have set it up correctly. Wait 1-2 minutes for the exploit to trigger (it should take about 1 minute and 25 seconds). The exploit will download the HackMii Installer so you can continue.
If the HackMii Installer doesn't load and it instead freezes (you can't move your cursor) or it doesn't take 1-2 minutes to trigger, please restart your Wii and retry the exploit.
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}

View file

@ -1,29 +0,0 @@
---
title: "SysCheck"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
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.
#### What you need
* An SD card or USB drive
* [SysCheck HacksDen Edition](http://www.hacksden.com/downloads.php?do=file&id=149)
#### Instructions
##### Section I - Downloading/Installing
1. Extract SysCheck HacksDen Edition and put it in the `apps` folder on your SD card or USB drive.
2. Insert your SD card or USB drive into your Wii, and launch SysCheck HacksDen Edition from the Homebrew Channel.
##### Section II - Performing a SysCheck
1. Wait for the program to get some information about your Wii.
2. When "This IOS will be tested (Please select)" is shown on the screen, press A. ![Choose IOS](/images/SysCheck/1.png)
3. Wait for the program to get information about your IOS.
4. After it finishes, press the `A` Button if you want to view the log. ![Completed](/images/SysCheck/2.png)
5. If you want to share the SysCheck, you can share the `sysCheck.csv` saved to the root of your SD Card. The `IOSsysCheck.log` file (saved to the root as well) contains additional information about IOS.

View file

@ -1,70 +0,0 @@
---
title: "Installing Wii Menu Themes"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Are you tired of the boring, plain white theme on your Wii Menu, and want a cool theme instead? This tutorial will help you get a new theme for your Wii Menu!
In the case of a brick, [installing Priiloader is a must](/priiloader). Also, install BootMii (as Boot2 if you have an early Wii). Installing brick protection along with following the guide correctly should keep you safe from bricks. DO NOT CONTINUE UNTIL YOU HAVE INSTALLED PRIILOADER AND BOOTMII!
{: .notice--warning}
Do not install a custom theme on vWii (Wii U)! That will brick it.
{: .notice--warning}
For safety purposes, please do not use any other version of MyMenuify than the one linked here, as MyMenuify Mod is the safest way to install a theme.
{: .notice--info}
Do not use any other version of ThemeMii than the one linked here, as ThemeMii Mod allows you to make a theme for Wii Menu version 4.3, other versions may not.
{: .notice--info}
We recommend you [install cIOS](cios) before continuing.
{: .notice--info}
#### What you need
* A Wii
* An SD card or USB drive
* A computer with Windows on it (or using Mono or Wine on Mac/Linux)
* [MyMenuify Mod](/assets/files/MyMenuifyModv1.5.zip)
* [ThemeMii Mod](/assets/files/New_Thememii_MOD.rar)
* [This GBAtemp post](https://gbatemp.net/threads/wii-theme-team-creations-v2.336596/)
MAKE SURE YOU READ THE WARNINGS ABOVE BEFORE CONTINUING!
{: .notice--warning}
#### Instructions
##### Section I - Finding a Theme
* Peruse the GBAtemp post, finding a theme you want to install. Some have YouTube videos to show what the theme looks like, unfortunately some of them are unavailable.
* Once you found one you like, click the download link corresponding to your Wii Menu version. **It is very important to pick the right one to avoid bricks.**
* You probably will pick the download link that says 4.X, that means the theme will work on version 4.1, 4.2 and 4.3 of the Wii Menu.
* Some themes have different links for different regions, so pick the one corresponding to your Wii's region.
* 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, 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, open up ThemeMii Mod.
##### 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.
2. Go to `Tools` > `Download Base App` > Version of your Wii Menu > Region of your Wii Menu
3. A dialog box will pop up asking you to enter in a value to create a key. Enter in what it says, it will create a key that will be used to decrypt the Wii Menu from Nintendo's servers.
4. A file selection box will ask you where to save the .app file (that is the Wii Menu file it downloaded). Save it to the directory where ThemeMii is in.
5. Go to `Options` > `Standard System Menu` > Version of your Wii Menu > Region of your Wii Menu
6. Go to `File` > `Open`, then browse for where your .mym file is.
7. Press `Create csm`, then browse for a directory you want to save the theme in. Give it a moment to build the theme.
8. A dialog box will pop up hopefully saying it built the theme correctly, and it will ask you if you want to save the .mym. Press `No`.
##### Section III - Installing the Theme
1. Extract MyMenuify Mod and put it in the `apps` folder on your SD card or USB drive.
2. Put the .csm file you saved in a folder called `modthemes` on your SD card or USB drive.
3. Insert your SD card or USB drive into your Wii, and launch MyMenuify Mod from the Homebrew Channel.
4. After an introduction message, it will ask you what IOS you want to use in the app. If you have [installed cIOS](/pages/cios), use `IOS249`, or else use `IOS58`. If the former gives an `Exception DSI occurred!` error, press Reset on the Wii console, launch it again, then try `IOS250`.
5. Highlight the theme you want to install, then press A. Give it a moment to install the theme, then press any button to go to the Wii Menu. Hopefully, the theme installed correctly.
If you get an error saying "The system files are corrupted", don't panic as long as you installed Priiloader. Turn off your Wii, then hold down the RESET button down and turn on your Wii. You should be able to boot into the Priiloader menu, where you have some options to fix your Wii Menu. One of the options is to launch the Homebrew Channel, where you can launch MyMenuify Mod and press a button to download and install the original Wii Menu theme.
{: .notice--info}

View file

@ -1,85 +0,0 @@
---
title: "USB Loader GX"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
This is a quick start guide on how to use USB Loader GX, a popular USB loader for the Wii that's used to play games from a USB Drive.
![USB Loader GX](/images/usbloadergx.png)
#### What you need
* A Wii
* A USB Drive
* [USB Loader GX](https://sourceforge.net/projects/usbloadergx/files/latest/download)
Make sure you have installed [cIOS](/cios) before following this!
{: .notice--info}
We recommend you copy games over with [Wii Backup Manager](/wiibackupmanager) if you use Windows, or Witgui if you use macOS.
{: .notice--info}
To play multiple games, we recommend a USB-powered external hard drive for your Wii. We will refer to it as a "USB Drive" in this guide. Most of the ones you can find on the market should work fine if they have USB 2 backwards compatibility. Drives with 1 TB or more in capacity will work. A flash drive will also work, but due to the size of a flash drive, it won't be able to store as many games.
{: .notice--info}
Make sure your USB Drive is formatted as FAT32 or NTFS. Do not format it as other types such as extFS or WBFS, the latter is an old format of storing Wii games.
{: .notice--info}
#### Instructions
##### Downloading
1. Extract USB Loader GX and put it in the `apps` folder on your USB drive or SD card.
2. 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
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}
* If USB Loader GX says "Waiting for HDD..." with a 20 seconds countdown, it's likely that it can't find the USB Drive. Try to exit out of the app, and then relaunch it after you put the USB Drive in the other port of the Wii.
* You can press the 1 Button on your Wii Remote to open up a dialog to download game covers and artwork from [GameTDB](https://gametdb.com/). It might take a while to download the game covers and artwork, depending on how many games you have.
* There are WADs that can open up USB Loader GX if you load it from the Wii Menu. This is called a forwarder 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
There are multiple buttons in the USB Loader GX interface.
###### Main Menu
These are the functions the buttons found on the top of the main menu do, from left to right:
* Star - Shows games that you have marked as "favorites".
* Search - Lets you search for games by name.
* Sort - Cycles through sorting methods for games.
* Platform - Choose to sort games by platform.
* Category - Sorts games by category.
* List - Shows games in a list view.
* Multi-Cover View - Shows games in a multi-cover view.
* Cover Carousel View - Shows games in a carousel view.
* Wii Menu View - Shows games in a Wii Menu view.
* Parental Control - Locks USB Loader GX.
* Disc - Loads a game via disc.
Pressing any game will allow you to play the game by pressing "Start".
There are also other buttons:
* + Icon - "Install" a game, i.e. loading it from disc and dumping it.
* Gears - Settings for USB Loader GX.
* SD card - Remount the SD card.
* Homebrew - Load homebrew apps.
* Wii - Open up the HOME Menu, which can also be accessed by pressing the HOME Button on the Wii Remote.
* Power Button - Turn off your Wii.
On the middle of the bottom of the screen, you can see how much space is free on your USB Drive and how many games you have.
##### Options once complete
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,49 +0,0 @@
---
title: "Wii Backup Manager"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
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.
#### What you need
* A USB drive
* [Wii Backup Manager](https://static.wiidatabase.de/Wii-Backup-Manager.zip)
We recommend you use Witgui if you use macOS. Wii Backup Manager doesn't work on macOS.
{: .notice--info}
To play multiple games, we recommend a USB-powered external hard drive for your Wii. We will refer to it as a "USB drive" in this guide. Most of the ones you can find on the market should work fine if they have USB 2 backwards compatibility. Drives with 1 TB or more in capacity will work. A flash drive will also work, but due to the size of a flash drive, it won't be able to store as many games.
{: .notice--info}
Make sure your USB drive is formatted as FAT32 or NTFS. Do not format it as other types such as extFS or WBFS, the latter is an old format of storing Wii games.
{: .notice--info}
#### Instructions
##### Section I - Downloading
1. Extract Wii Backup Manager, and launch the program.
2. Insert your USB drive into your computer.
##### Section II - Copying Games Over
1. Go to the `Drive 1` tab, then select `Drive`.
2. Select the drive that you're using for the Wii games.
3. Go to the `Files` tab, then select `Add`.
4. Select `Files` to add multiple games to the program, or select `Folder` to add a whole folder of games.
5. Select `Transfer`, then select `Drive 1` to transfer the games over. It might take a while for the games to copy over.
##### Options once complete
[Continue to cIOS](cios)<br> cIOS is needed for your Wii to use a USB Loader.
{: .notice--info}
[Continue to USB Loader GX](usbloadergx) USB Loader GX is a USB Loader so you can play games on your Wii from a USB drive.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,32 +0,0 @@
---
title: "Creating Wii Game Shortcuts"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Do you use a USB Loader and want to create game shortcuts to launch them on your Wii Menu? Then try WiiGSC (Wii Game Shortcut Creator), previously known as Crap.
In the case of a brick, [installing Priiloader is a must](/priiloader). Also, install BootMii (as Boot2 if you have an early Wii). Installing brick protection along with following the guide correctly should keep you safe from bricks. DO NOT CONTINUE UNTIL YOU HAVE INSTALLED PRIILOADER AND BOOTMII!
{: .notice--warning}
#### What you need
* A Wii
* A USB Drive.
* A WAD Manager (Wii Mod Lite is recommended).
* A Windows computer.
* [WiiGSC](https://wiidatabase.de/downloads/pc-tools/wiigsc-ehemals-crap/)
#### Instructions
1. Install WiiGSC and then open it.
2. Select the path to the ISO or WBFS file on your USB Drive, and select the USB Loader you use. The other options should be fine the way thy are.
3. If you're using USB Loader GX, you cannot use revision 1272 to use shortcuts. You need to use revision 1271 (or an earlier version if you need to use one for some reason).
4. Do not make game shortcuts for "A Boy and His Blob" or "Mario Party 9". Those will brick your Wii.
5. Install the generated WAD with a WAD Manager, we recommend Wii Mod Lite.
If you get an error saying "The system files are corrupted", don't panic as long as you installed Priiloader. Turn off your Wii, then hold down the RESET button down and turn on your Wii. You should be able to boot into the Priiloader menu, where you have some options to fix your Wii Menu. One of the options is to launch the Homebrew Channel.
{: .notice--info}

View file

@ -1,118 +0,0 @@
---
title: "Wiimmfi"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![Wiimmfi Logo](/images/WiiWiimmfiLogo.jpg)
[Wiimmfi](https://wiimmfi.de) is a replacement service for the now-defunct Nintendo Wi-Fi Connection. It has been developed by Wiimm and Leseratte.
## Different patchers
There are lots of different methods to connect to Wiimmfi.
### Homebrew (Disc) Application
MrBean35000vr (creator of CTGP-R, a Mario Kart Wii content pack) created a Wiimmfi Disc Patcher that allows you to insert a disc and patch the game on-the-fly for Wiimmfi use, though this must be run every time you start the disc.
#### What you need
* An SD card or USB drive
* [Auto Wiimmfi Patcher](/assets/files/autowiimmfipatcher-0.6.zip)
#### Instructions
1. Extract Auto Wiimmfi Patcher and put it in the `apps` folder on your SD card or USB drive.
2. Insert your SD Card into your Wii, and launch Auto Wiimmfi Patcher from the Homebrew Channel.
3. Insert your game disc (you can insert it before or after launch, it doesn't matter).
4. Wait for patch to complete, and it'll begin!
### No-Homebrew (Disc)
Thanks to Fullmetal5's str2hax exploit, which Leseratte was able to adapt for the Wiimmfi patcher, you can run the Wiimmfi patch without having any homebrew on your Wii.
#### What you need
* A Wii with an Internet connection
#### Instructions
1. Insert your game disc.
2. Go into your internet connection settings and set the DNS server of your console to 95.217.77.151.
3. Go to the WC24 contract information (third button after clicking on "Internet" in the settings).
4. Confirm that you do want to use WC24 and the shop channel
5. The Wiimmfi patcher page should show up. If it doesn't, and you still see the default license agreement, your router might not be compatible with this method.
6. Wait for about 1 minute and 30 seconds for the patcher to load
7. The game should now start with the Wiimmfi patch included
### ISO Patching
You may not want to run a patcher each time you want to play on Wiimmfi, and maybe you already use a USB Loader. As such, ISO Patchers were created, some for specific games.
#### What you need
- Your copy of your game (WBFS, ISO, cISO, and other forms that a Wii can use are supported).
- Wiimm's Disc Patcher
- [Mario Kart Wii edition](http://download.wiimm.de/wiimmfi/patcher/mkw-wiimmfi-patcher-v6.zip)
- [Non-Mario Kart Wii edition](http://download.wiimm.de/wiimmfi/patcher/wiimmfi-patcher-v4.7z)
- A USB Loader, cIOS, and a USB to store the game on (you should already have these if you're using a USB Loader)
#### Instructions
1. Extract the patcher of your choice to a folder, and place your copy of the game in it.
2. Run the patch script for your OS: usually it will end in `.bat` for Windows and `.sh` for Mac/Linux.
3. Once it's finished, get the version out of the `wiimmfi-images` folder (it may be in the folder before the patcher - ../wiimmfi-images) and copy it back to your USB.
### Automatic patching using an USB-Loader
If you are already using an USB-Loader like the USB-Loader GX or WiiFlow Lite, try updating it to the most recent version. Then, there should be a "private server" setting (both in the global loader options and in the game options) which you can set to "Wiimmfi" to make the USB-Loader automatically patch every game you start to work with Wiimmfi.
### WiiWare Patching
You can patch WiiWare games in order to play them on Wiimmfi.
#### What you need
- An SD card
- Your copy of your game (in WAD format)
- [Auto WiiWare Patcher](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
- [Wii Mod Lite](https://github.com/RiiConnect24/Wii-Mod-Lite/releases)
[If you want to see how to use the WiiWare Patcher, click here!](wiiwarepatcher)
{: .notice--info}
Steps:
1. Extract the .zip of the latest version of Auto WiiWare Patcher, and put your WAD in it.
2. Run the patch script for your OS: usually it will end in `.bat` for Windows and `.sh` for Mac/Linux.
3. If it completed successfully, install the WAD that was made in `wiiware-wads` with Wii Mod Lite.
## Other stuff
### Mario Kart Wii Competitions
Wiimmfi allows you to participate in Mario Kart Wii competitions again.
#### What you need
- An SD card or USB drive
- Mario Kart Wii Competition Patcher
- [Wii](https://competitions.wiimmfi.de/competition-tool-wii.zip)
- [Wii U (vWii)](https://competitions.wiimmfi.de/competition-tool-wiiu.zip)
#### Instructions (for Wii)
1. Extract Mario Kart Wii Competition Patcher and put it in the `apps` folder on your SD Card.
2. Insert your SD card or USB drive into the Wii.
3. Launch the original Mario Kart Wii game (not Wiimmfi patched).
4. Navigate to Settings -> Network Settings (or Nintendo WFC Connection) -> Message Service. If you turned the message service feature on, turn it off and turn it on again.
5. Launch Mario Kart Wii Competition Patcher.
6. The patcher will look for save files for Mario Kart Wii on your storage device in various places, and upload them. This is done in case a missing competition is found in your save file. It will also, of course, patch your Wii for competitions.
If you're using the Wii U, you will have to run the competitions patcher whenever you want to check for a competition, because WiiConnect24 is not enabled on the Wii U.
{: .notice--info}
### CTGP-R (Mario Kart Wii)
MrBean35000vr and Chadderz have an amazing CTGP-R distribution, the application that allows you to use a set of custom tracks, has automatic Wiimmfi patching. Go to the [ChadSoft Website](http://chadsoft.co.uk) for the download and instructions.
### MKW Hack Pack (Mario Kart Wii)
Huili has put together a really good collection of custom tracks and hacks called MKW Hack Pack, and allows connections to Wiimmfi. To learn how to set it up, go to the [wiki page](http://wiki.tockdom.com/wiki/MKW_Hack_Pack).
### Wiimms MKW Fun (Mario Kart Wii)
Wiimm and Leseratte created a custom track distribution called "Wiimms MKW Fun", which gets updated about three times a year. It is based on the LE-CODE framework by Leseratte and contains a Wiimmfi patch and lots of other features. You can find out more about it on its [wiki page](http://wiki.tockdom.com/wiki/Wiimms_Mario_Kart_Fun).
[Click here! We got many other tutorials that you can check out :)](site-navigation)
{: .notice--info}

View file

@ -1,35 +0,0 @@
---
title: "Wii Mod Lite"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
This tutorial will explain you how to install WADs on your Wii with Wii Mod Lite. The WAD manager of choice is Wii Mod Lite, but there are others such as YAWMM.
We do not recommend using "WAD Manager" by Waninkoko.
{: .notice--warning}
#### What you need
* An SD card or USB drive
* [Wii Mod Lite](https://github.com/RiiConnect24/Wii-Mod-Lite/releases)
#### Instructions
##### Section I - Downloading
1. Extract Wii Mod Lite and put it in the `apps` folder on your SD card or USB drive. ![SD card Drag and Drop](/images/WiiModLite/1.gif)
2. Insert your SD card or USB drive into your Wii, and launch Wii Mod Lite from the Homebrew Channel.
##### Section II - Running
You use the +Control Pad to use this tool.
{: .notice--info}
1. Choose `WAD Manager`. ![WAD Manager](/images/WiiModLite/2.png)
2. Choose `Wii SD Slot`. ![Wii SD Slot](/images/WiiModLite/3.png)
3. Select the WAD you want to install. In this example, we're installing the patched IOS needed for [RiiConnect24](riiconnect24). You can mark multiple WADs by pressing the + Button. ![Select them](/images/WiiModLite/4.gif)
4. Press "A" twice to start installing. ![Install](/images/WiiModLite/5.png) ![Install](/images/WiiModLite/6.png)
5. If `Finishing installation... OK!` is displayed, the WAD has installed successfully. ![Complete](/images/WiiModLite/7.png)

View file

@ -1,45 +0,0 @@
---
title: "WiiWare Patcher"
---
{% include toc title="Table of Contents" %}
Want to patch WAD games (WiiWare) to work with Wiimmfi and you don't know how? This tutorial will explain you how WiiWare Patcher works. (This tutorial is only suitable for Windows operating system)
![Using the WiiWare Patcher](/images/rc24_using_the_wiiware_patcher.jpg)
This tutorial is only for Windows version of WiiWare Patcher.
{: .notice--info}
#### What you need
* A Windows computer
#### Downloading
[If you want to download WiiWare Patcher without cmd.exe method, click here!](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
{: .notice--info}
If you are on Windows 7 or newer open cmd.exe (Run or press Windows Logo+R and type in cmd.exe) and type in `powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/WiiWare-Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat`
{: .notice--info}
Give it a few seconds because Powershell have to startup. After few seconds a new windows should open. ![Net Installer](/images/WiiWare-Patcher/netinstall.jpg)
After it will finish downloading a folder called `WiiWare-Patcher` should appear on your Desktop. Open it and open file called `patcher.bat`
![Main menu](/images/WiiWare-Patcher/wiiwarepatcher_mainscreen.jpg) (Main menu of WiiWare Patcher)
Press any button. If the update will be available, you must update the WiiWare Patcher to continue.
> The update process takes about 10 to 15 seconds.
After that, you should see this. ![WiiWare Patcher 1st screen](/images/WiiWare-Patcher/wiiwarepatcher_1.jpg)
Please copy your WADs files to the folder where WiiWare Patcher is. ![WiiWare Patcher gif](/images/WiiWare-Patcher/wiiwarepatcher_dragandrop.gif)
If you will do that correctly, the patching will start. ![WiiWare Patcher 2nd screen](/images/WiiWare-Patcher/wiiwarepatcher_2.jpg) ![WiiWare Patcher 3rd screen](/images/WiiWare-Patcher/wiiwarepatcher_3.jpg)
After the patching will be done, press any button.
Basically, that's it! That's all you have to do to use WiiWare Patcher. ![WiiWare Patcher 4th screen](/images/WiiWare-Patcher/wiiwarepatcher_4.jpg)
[Return to Wiimmfi installation page](wiimmfi)

View file

@ -1,14 +0,0 @@
---
title: "Page Not Found"
layout: single
excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
---
![404](/images/404.jpg)
Sorry, but the page you were trying to view does not exist.
{: .notice--warning}
[Click here to view all of our tutorials that you can find on this website!](site-navigation)
{: .notice--info}

View file

@ -1,89 +0,0 @@
---
title: "BlueBomb"
---
{% include toc title="Table of Contents" %}
If you need help with anything regarding this tutorial, please join [the Wii Mini Hacking Discord server](https://discord.gg/6ryxnkS) (recommended)
{: .notice--info}
![BlueBomb](/images/bluebomb.png)
Bluebomb is an exploit intended for Wii Mini Modding that takes advantage of an exploit in the Bluetooth adapter. It's the only exploit for the Wii Mini but it can be used on the original Wii as well. It can be used to recover from certain bricks on the Wii.
For the original Wii, we recommend using [another exploit](/get-started) instead if you intend to install the Homebrew Channel
{: .notice--info}
If installing on the Wii Mini; BootMii can't be installed on the Wii Mini yet. Please don't attempt to install it. We won't be responsible if your device gets bricked.
{: .notice--warning}
This exploit will not work on a Wii U (vWii). Please follow [this guide instead](https://wiiuguide.xyz/#/vwii/).
{: .notice--warning}
#### What you need
- A Linux machine with a Bluetooth adapter (an integrated one will work)
- If you are using a Chromebook, you do not need to install another Operating System. You can enable [Linux in ChromeOS](https://support.google.com/chromebook/answer/9145439?hl=en)
- Using Windows Subsystem for Linux will not work, due to the inability to access `bluetoothctl`.
- If you do not have Linux, Ubuntu is the most user-friendly option
- 32-bit devices will require [Ubuntu 16.04](http://releases.ubuntu.com/16.04/)
- We recommend the LTS edition due to its stability, but the current release works as well.
- USB Drive
#### Instructions
##### Section I - Performing the exploit
1. Open the Linux Terminal.
2. Disable the Bluetooth Service; `sudo systemctl disable --now bluetooth`
3. Make a new folder for Bluebomb; `mkdir bluebomb`
4. Navigate to that directory in the terminal; `cd bluebomb`
5. Download the pre-built binaries; `wget https://github.com/Fullmetal5/bluebomb/releases/download/1.5/bluebomb1.5.zip`
6. Extract the files out of the archive; `unzip bluebomb1.5.zip`
7. Plug the USB into your PC
8. Download the files from [the BootMii website](https://bootmii.org/download/)
9. Extract the contents of the `hackmii_installer_v1.2` folder to the USB
10. Eject the USB from the PC and plug into the Wii
- If you're on a normal Wii with two USB slots, plug it in the top one
11. Turn the Wii on and do not pair a Wiimote. You can leave it on the Wii Heath and Safety Screen or System Menu
12. In the terminal, type these commands to specific Wii Regions: `sudo ./bluebomb [a] ./stage0/MINI_SM_[b].bin stage1.bin`
- If you are using an external USB Bluetooth Adapter (if the PC had Bluetooth built-in and you wish to use an external adapter instead), replace [a] with 1
- Otherwise, leave it blank
- If you use a PAL region, replace [b] with `PAL`. Likewise, if you use an NTSC console, replace [b] with `NTSC`
The Terminal should now print "Waiting to accept". The computer is now waiting for a connection from your Wii Mini.
13. Start Pressing the `Sync` button (The Wii Mini Sync button is on the left side. On the normal Wii, it is right next to the SD card slot)
- Continue Pressing until Terminal displays "Got connection handle".
The Wii Mini should now boot to the HackMii installer (Do not attempt to install BootMii)
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}
##### Section II - cIOS Installation
cIOS is used for USB Loaders to play backups. Be warned that cIOS is still in the experimental stage.
{: .notice--info}
This version of cIOS is only for the Wii Mini. If you're on a Wii, please follow the [cIOS guide](/cios).
{: .notice--warning}
1. Download the cIOS File from [here](https://bluebomb.glitch.me/d2xl-cIOS/index.html)
2. Open the archive and drag and drop the only folder to the `/apps/` folder on your USB Drive
3. Open the Homebrew Channel on your Wii Mini
4. Launch the d2x cIOS installer
5. For `Select cIOS`, change the value to `d2xl-v1-beta2`
6. For `Select cIOS base`, change the value to `57`
7. For `Select cIOS slot` and change the value to `249`
- Under "NOTES" there will be a section "Offline installation". Take a note of the exact version number (5 digits directly before the `.wad` extension).
8. Press A to start the installation.
- If it fails with a weird "TMD version mismatch" error, that isn't a problem. Just try again, but this time, while selecting the cIOS base, press left/right on the Wiimote until the 5-digit number from earlier is different than when you tried before. This time, it should work - one of the two version numbers should work.
9. After successfully installing the cIOS press B to exit.
Now you have cIOS installed.
##### Section III - Enabling Ethernet
Do not run this section if you're not on a Wii Mini. This section is **only** intended for Wii Mini owners.
{: .notice--warning}
1. Download [the Wii Mini Ethernet Enable tool](/assets/files/Wii_Mini_Ethernet_Enable.zip).
2. Add it to the `/apps/` folder on your USB.
3. Run it from the Homebrew Channel.
Ethernet should work now.

View file

@ -1,34 +0,0 @@
---
title: "BootMii Backup"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![BootMii Logo](/images/bootmii.png)
One of BootMii's most important features is the ability to backup and restore your Wii's NAND storage. We will be going over how to perform a NAND backup. You can then restore from that backup for whatever reason. We recommend making a NAND backup regularly or before you do something risky to your console (and if you know what you're doing, you won't have to do anything risky).
#### Requirements
* An SD card with at least 512MB of free space
#### Instructions
1. Launch the Homebrew Channel.
2. Press the HOME Button, then select "Launch BootMii".
- Navigating BootMii is not possible using a Wii remote. You'd have to either use the buttons on your Wii console or a GameCube controller plugged into port 1. To navigate between options, press POWER on your Wii (or the right +Control Pad button on a GameCube controller). Keep in mind that when using the wii buttons, you can only navigate right but when attempting to go past the last entry, it'll warp you to the first one. This is not a limitation on GameCube Controllers; You can navigate left and right. To select an option, hit RESET on your Wii or A on your GameCube controller.
3. Press the Options button (the one with the gears).
4. Press the BackupMii button (the one with the green arrow).
- A NAND backup will start. You can watch the progress on the screen.
- Do not Power Off your Nintendo Wii when backing up your Wii.
- "Bad Blocks" are normal. Don't worry when you see one on a NAND backup
- After this step, it will verify the backup. While it is recommended, it can be skipped by pressing the EJECT button on your Wii Console.
5. When the backup is fully complete, exit the NAND backup screen by pressing any button.
6. To exit BootMii, press the Back button (the one with the arrow) and then you can press either the Wii Menu button or the Homebrew Channel button to exit where you want to.
To restore from a NAND backup on your SD card, you can follow these instructions using RestoreMii (the button right next to BackupMii with a red arrow).
{: .notice--info}
[Continue to Priiloader Installation](priiloader)<br> Priiloader adds a level of brick protection, and we recommend it, especially if you only installed BootMii as an IOS.
{: .notice--info}

View file

@ -1,62 +0,0 @@
---
title: "cIOS"
---
{% include toc title="Table of Contents" %}
This tutorial will tell you how to install cIOS (custom IOS). This is required if you want to load games with a USB Loader. Some homebrew might work better using cIOS.
![d2x cIOS Installer](/images/cIOS.png)
#### What you need
* A Wii with an Internet connection
* An SD card or USB drive
* [d2x cIOS Installer](https://sites.google.com/site/completesg/backup-launchers/installation/d2x-cIOS-Installer-Wii.zip?attredirects=0&d=1)
#### Instructions
##### Section I - Downloading
1. Extract d2x cIOS Installer 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 d2x cIOS Installer from the Homebrew Channel.
##### Section II - Installing
1. Press continue, then set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 56
Select cIOS slot: 249
Select cIOS version: 65535
```
![Install cIOS 249](/images/Wii/Install249.png)
1. Once set, press A to install.
1. When done installing, press A to return, and set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 57
Select cIOS slot: 250
Select cIOS version: 65535
```
![Install cIOS 250](/images/Wii/Install250.png)
1. Once set, press A to install.
1. When done installing, press A to return, and set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 58
Select cIOS slot: 251
Select cIOS version: 65535
```
1. Run it again, then exit once done.
##### Options once complete
You can now use homebrew such as [USB Loader GX](usbloadergx).
{: .notice--info}
[Continue to the Homebrew Browser](hbb)<br> The Homebrew Browser is a good place to get homebrew on your Wii. This is optional to install.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,32 +0,0 @@
---
title: "CleanRip"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Do you want to make a backup of your games? This tutorial will explain you how to use CleanRip.
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
#### What you need
* An SD card or USB drive with at least 4.7 GB of free space
* [CleanRip](https://github.com/emukidid/cleanrip/releases/latest)
#### Instructions
##### Section I - Downloading/Installing
1. Extract CleanRip and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch CleanRip from the Homebrew Channel.
##### Section II - Ripping
1. Select your device that you will be dumping the game to - your USB drive or SD card. ![Device type](/images/CleanRip/2.png)
1. On this screen, it asks you if you want to download a file with game checksums so you can verify the dump created is a 1:1 copy of the disc. It's your choice whether to say `Yes` or `No` to download this file. ![DAT](/images/CleanRip/3.png)
1. Now insert the game you want to dump. ![DVD](/images/CleanRip/4.png) ![Initialising Disc](/images/CleanRip/5.png)
1. Set it as shown on the screen below.<br>If you know that you are dumping a game that uses a dual layer disc, like `Super Smash Bros. Brawl` or `Metroid: Other M`, set `Dual Layer` to `Yes`. ![Settings](/images/CleanRip/6.png)
1. CleanRip will now dump your game. It can take a while, since it will dump the full 4.7GB disc contents (9.4 for dual layer discs). ![Copying](/images/CleanRip/7.png)

View file

@ -1,12 +0,0 @@
---
title: "Donations"
---
[![PayPal]({{ base_path }}/images/paypal_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/RC24){: .align-center}
paypal@riiconnect24.net
{: .text-center}
{: .notice--info}
[![Patreon]({{ base_path }}/images/patreon_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.patreon.com/bePatron?u=7497603){: .align-center}
{: .text-center}
{: .notice--info}

View file

@ -1,14 +0,0 @@
---
title: "Dumping Wii/GameCube games"
---
Want to legally dump a GameCube or a Wii game and play it on your Wii? With this tutorial we will explain how to do it.
Please choose how you want to dump the disc.
{: .notice--warning}
[I want to dump it to the SD card/USB device](cleanrip)
{: .notice--info}
[I want to dump it directly to my PC over a network](dump-smb)
{: .notice--info}

View file

@ -1,39 +0,0 @@
---
title: "Dumping a game over a local network"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Do you want to dump games through your local network? Follow this tutorial! This can be useful if you don't have an SD card or a USB drive that is large enough to dump a game to.
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
#### What you need
* A Wii.
* [DVD Dump Tool](/assets/files/DVDDumpTool.zip)
Your Wii and your computer must be connected to one local network
{: .notice--warning}
#### Instructions
##### Section I - Downloading/Installing
1. Extract DVD Dump Tool and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch DVD Dump Tool from the Homebrew Channel.
##### Section II - Ripping
1. Press the right button on the d-pad and press "A" ![2](/images/DumpDiscs_LAN/2.png)
1. Choose the disc that you want to copy (The options are: `GameCube Disc`, `Wii Single-Layer Disc`, `Wii Dual-Layer Disc` and press "A" ![3](/images/DumpDiscs_LAN/3.png)
1. Now put your game to your Wii. (If it's already in your wii, eject it and put it back) ![InsertTheDisc](/images/DumpDiscs_LAN/insertthedisc.jpg) ![4](/images/DumpDiscs_LAN/4.png)
1. Remember your Wii URL (IP address) ![5](/images/DumpDiscs_LAN/5.png)
1. On your computer in your web browser, type in the Wii URL and hit ENTER. ![6](/images/DumpDiscs_LAN/6.png)
1. You should see this. Click on `Click here to download XXXX.iso` ![7](/images/DumpDiscs_LAN/7.jpg)
1. The transfer speed is not the fastest, but if you can't use anything else, it's better than nothing.
![8](/images/DumpDiscs_LAN/8.PNG)

View file

@ -1,34 +0,0 @@
---
title: "Dumping WADs"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
This tutorial will explain you how to dump WADs from your Wii System Memory.
#### Requirements
* An SD card or USB drive
* [Yet Another BlueDump MOD](/assets/files/YABDM.zip)
#### Instructions
##### Section I - Downloading/Installing
1. Extract Yet Another BlueDump MOD and put it in the `apps` folder on 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
1. Press the A Button. ![Press A](/images/DumpWADS/2.jpg)
2. Choose `Installed Channel Titles`. ![Installed Channel Titles](/images/DumpWADS/3.jpg)
3. Find the content you want to dump and press the 1 Button. ![Find channel](/images/DumpWADS/4.jpg)
4. Choose `Backup to WAD`.
5. At the prompt to `Fakesign the ticket`, choose `Yes`.
6. At the prompt to `Fakesign the TMD`, choose `No`.
7. At the prompt to `Change the output WAD region`, press the B Button.
You have now dumped that WAD. It should appear on your SD card. ![Done](/images/DumpWADS/6.jpg)

View file

@ -1,30 +0,0 @@
---
title: "FAQ"
---
![RiiConnect24 Wii Logo Yellow](/images/Wii_Yellow_Gray.jpg)
### How risky is hacking my console?
Bricks (a state where either some parts of your Wii software are not working, or your Wii is not working at all) are now *basically* impossible unless you ignore/circumvent all safety checks.
### Where should I go for support?
Either email us at support@riiconnect24.net or join the [RiiConnect24 Discord Server](https://discord.gg/b4Y7jfD).
### What are the SD card requirements and/or recommendations?
You will need an SD card with at least 128MB to run an exploit.
- If you are using the LetterBomb/Wilbrand exploit, your SD card should be no larger than 32 GB.
- If you are using the Super Smash Bros Brawl exploit, your SD card should be no bigger than 2 GB.
To store homebrew applications, we recommend an SD card with atleast 2 GB.
### I got error XXXXXX in Wiimmfi, how to fix it?
In order to check what error that is, please visit the [Wiimmfi error page](https://wiimmfi.de/error).
### What are the limitations in vWii modding?
The following is a list of things that can potentially **BRICK** your vWii (don't do these things!):
* Installing IOS for a Wii console on vWii.
* Installing Wii menu themes not formatted correctly for vWii and/or your region.
* Installing BootMii and/or Priiloader/Preloader.
* Failure during the install of crucial system/IOS titles (e.g. power outage).
* Modifying the vWii NAND without knowing what you are doing.

View file

@ -1,25 +0,0 @@
---
title: "FlashHax"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
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.
#### What you need
- A Wii with an Internet connection on system version 4.3
- The Internet Channel
- This will not be installed on a vWii or a Wii Mini. Check out the other guides listed in [Get Started](/get-started) instead.
#### Instructions
1. Open up the Internet Channel on your Wii.
2. Go to flashhax.com in the browser and bookmark the page.
3. Open the site from the bookmark. It'll then proceed to download and load the HackMii Installer. It may take some time as it is downloading the installer over the internet.
If the HackMii Installer doesn't load and it instead freezes (you can't move your cursor), please restart your Wii and repeat step 3 until it works. It might take multiple tries, be persistent!
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}

View file

@ -1,24 +0,0 @@
---
title: "Get Started"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
These instructions will assume you're using an SD card to mod your Wii with, but you can use a USB storage device instead. However, the exploit LetterBomb requires a SD card due to how the Wii Message Board works.
{: .notice--info}
This guide is for the original Wii only, with the latest firmware (4.3). Do not use this on a Wii U (vWii)! If you want to install homebrew on vWii, [follow this tutorial](https://wiiuguide.xyz/#/vwii/).
{: .notice--warning}
### Choose an exploit to use
- [str2hax](str2hax) - Exploit that uses the Wii EULA (Recommended, no SD card nor Channel required, but requires changing the DNS settings)
- [FlashHax](flashhax) - Exploit that uses the Internet Channel (No SD card required)
- [LetterBomb](letterbomb) - Exploit that uses the Wii Message Board (SD card required)
- [BlueBomb](bluebomb) - Exploit that uses Bluetooth (No SD card required)
* Requires a computer with Bluetooth and GNU/Linux, as well as a USB drive
* This is the only exploit that works on the **Wii Mini**

View file

@ -1,23 +0,0 @@
---
title: "Homebrew Browser"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
The Homebrew Browser is where you can go to get homebrew apps. It has been revived and is also now referred to as the "Open Shop Channel"
#### What you need
* An SD card or USB drive
* [Homebrew Browser](/assets/files/homebrew_browser_v0.3.9e.zip)
#### Instructions
1. Extract the Homebrew Browser and put it in the `apps` folder on your SD card or USB drive.
2. 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.
Included in the Homebrew Browser download is a guide on how to use the Homebrew Browser.
{: .notice--info}
You can swap out ShopChannel.ogg with loop.ogg to have the Homebrew Browser play the Wii Shop Channel music.
{: .notice--info}

View file

@ -1,31 +0,0 @@
---
title: "Homebrew Channel and BootMii Installation"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![HBC Logo](/images/hbc.png)
The Homebrew Channel is where you will go to launch homebrew applications. BootMii is a piece of software that can backup and restore your Wii's NAND storage, and if installed in boot2, provides brick protection.
#### 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/Wii/ScamScreen.png)
2. When at the HackMii installer, you are able to install the Homebrew Channel and BootMii. ![Results](/images/Wii/Results.png)
3. Press Continue, then select the Homebrew Channel, and press install. ![Install the Homebrew Channel](/images/Wii/InstallHomebrewChannel.png)
4. Press Continue when finished. ![Success Installing the Homebrew Channel](/images/Wii/SuccessHBC.png)
5. Once installed, press back and go to BootMii.
6. If the main screen says you can install as boot2, do so. This gives you a level of brick protection that loads as part of the Wii's boot process, and lets you load homebrew to fix the brick or restore from a NAND backup.
7. If it does not say you can install as boot2, install as IOS. While this doesn't give you brick protection compared to its boot2 counterpart, it will still allow you to make a NAND backup. ![BootMii Installation](/images/Wii/InstallBootMii.jpg)
8. Once done, select `Continue` to exit the HackMii installer.
[Continue to BootMii Backup](bootmii)<br> Making a NAND backup with BootMii at this point is recommended.
{: .notice--info}

View file

@ -1,57 +0,0 @@
---
layout: splash
title: "Wii Guide"
header:
overlay_color: "#5e616c"
overlay_image: /images/home-page-feature.jpg
overlay_filter: 0.5
cta_label: "Get Started"
cta_url: "get-started"
caption:
excerpt: "The complete guide to modding your Nintendo Wii."
---
The guide is also available in other languages! To change the language, please press the icon at top right and change your language.
{: .notice--info}
## What is Wii Guide?
Wii Guide is a guide maintained by [RiiConnect24](https://rc24.xyz) to get you started with Wii modding.
## What is "homebrew"?
[**Homebrew**](https://en.wikipedia.org/wiki/Homebrew_(video_games)) refers to unofficial software including games, utilities, emulators and others.
Running homebrew on your Nintendo Wii is free using various exploits.
## What can I do with homebrew?
Here's a list of things you can do with it. While these aren't all the things you can do with homebrew, it should give you a starting point for things you can do. Our guide will help you easily get started.
- Patch game disc contents (allowing you to load game modifications) using [Riivolution](http://www.wiibrew.org/wiki/Riivolution).
- Install themes to your Wii Menu using [MyMenuify](/themes).
- Install a USB Loader like [WiiFlow Lite](https://gbatemp.net/threads/wiiflow-lite.422685/) or [USB Loader GX](/usbloadergx) to launch all your favorite titles from a USB storage device and more.
- Back up your discs with [CleanRip](/dump-games) and installed games and titles with [YABDM](/dump-wads)
- Back up and restore your save files with [SaveGame Manager GX](https://wiidatabase.de/downloads/wii-tools/savegame-manager-gx-beta/)
- Download new homebrew apps with the [Homebrew Browser](/hbb)
- Restore discontinued online services, such as [WiiConnect24](/riiconnect24) & [Nintendo WFC services](/wiimmfi).
- Backup and restore copies of your Wii system memory (NAND) using [BootMii](http://bootmii.org).
- Protect your Wii from bricks using [Priiloader](/priiloader) and BootMii.
- Turn your Wii into a media player with [WiiMC](http://www.wiimc.org/).
Get started by [choosing your exploit](get-started)!
{: .notice--info}
## More Resources
There are also few more good resources for Wii modding and troubleshooting that can help:
- [Complete Softmod Guide](https://sites.google.com/site/completesg/)
- [ModMii](http://modmii.000webhostapp.com/)
- [WiiBrew](https://wiibrew.org/)
- [WiiFlow Wiki](https://sites.google.com/site/wiiflowiki4/)
- [Wii Hacking Explained - by Cyan](https://gbatemp.net/threads/wii-hacking-explained.501605/) ...and of course, this site
For modding a Wii U, there are some more options:
- [The Definitive vWii Hacking Guide](https://gbatemp.net/threads/the-definitive-vwii-hacking-guide.425852/)
- [NH Wii U Guide](https://wiiuguide.xyz)

View file

@ -1,33 +0,0 @@
---
title: "LetterBomb"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![LetterBomb](/images/letterbomb.png)
LetterBomb is an exploit for the Wii that is triggered using the Wii Message Board.
This exploit is one of many. Check out the [Get Started](/get-started) page for other options.
{: .notice--info}
#### What you need
- An SD card
- A Wii on system version 4.3
- This exploit will not work on a Wii Mini or vWii
#### Instructions
1. On your Wii, go to `Wii Settings` -> `Internet` -> `Console Information` and make note of your MAC address.
2. Visit [please.hackmii.com](https://please.hackmii.com), input your Wii MAC and region, complete the CAPTCHA, *ensure `Bundle the HackMii Installer for me!` is checked*, and cut either wire
- Whichever wire you choose to cut doesn't matter. ![HackMii Screen](/images/Wii/LetterBomb-PC.png)
3. Extract the contents of the downloaded ZIP to your SD card.
4. On your Wii, return to the Wii Menu and then open the Message Board.
5. Load the red letter with a bomb icon.
- In various scenarios, you may need to look at the previous or next day to find it.
![LetterBomb Wii Menu](/images/Wii/LetterBomb-Wii.png)
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}

View file

@ -1,69 +0,0 @@
---
title: "Priiloader"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Priiloader adds a level of brick protection to your Wii. It loads before the Wii Menu does (hence the name). The tool can also enable hacks for your Wii Menu, and be used to quickly launch the Homebrew Channel, BootMii, or whatever homebrew you want!
![Priiloader](/images/priiloader.jpg)
Please do **not** install Priiloader on a vWii (Wii mode on Wii U). You will brick your vWii by doing this.
{: .notice--warning}
#### What you need
* An SD card or USB drive
* [Priiloader](/assets/files/Priiloader_v0_8_2.zip)
#### Instructions
##### Section I - Downloading/Installing
1. Download Priiloader and extract it to the root of your SD card or USB drive.
2. Insert your SD card or USB drive into your Wii, and launch Priiloader from the Homebrew Channel.
##### Section II - Installing Priiloader
1. Launch the Homebrew Channel on your Wii.
2. Launch Priiloader. ![Find Priiloader](/images/Priiloader/1.jpg)
3. Press the + Button on Wii Remote or the A Button on a GameCube controller. ![Install Priiloader](/images/Priiloader/2.jpg) ![Installing](/images/Priiloader/3.jpg)
##### Section III - Entering/Configuring Priiloader
1. Hold the RESET button while turning on your Wii. ![Turn on](/images/Priiloader/5.jpg) ![Hold RESET](/images/Priiloader/4.jpg)
2. You should see the Priiloader menu. ![Menu](/images/Priiloader/6.jpg)
3. Go to `System Menu Hacks`.
4. We recommend you turn on these hacks: `Region Free EVERYTHING`, `Block Disc Updates` and `Block Online Updates`. ![System Menu Hacks](/images/Priiloader/7.jpg)
## System Menu Hacks List
This is a list of the hacks you can enable with Priiloader.
| Hack | Description |
| --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Replace Health Screen with Backmenu | Changes the "Health and Safety" screen to the animation played when returning to the Wii menu. |
| Re-Enable Bannerbomb v2 | Enables the "Bannerbomb" exploit on the latest Wii version. Not needed when the Homebrew Channel is already installed. |
| Region Free EVERYTHING | Disables region locking for any Wii application, including downloaded ones. |
| Block Disc Updates | Removes the "Wii System Update" screen that is included on some games forcing you to update them to play the game. |
| Region Free GC Games (No VM Patch) | Disables region locking in GameCube disks. |
| Region Free Wii Games | Disables region locking in Wii disks. |
| Lock System Menu with Black Screen | Makes your Wii Menu be stuck on a black screen, making you unable to use it. |
| Remove Diagnostic Disc Check | Removes a check in the Wii to see if an inserted game is the "Wii Startup Disc". |
| No System Menu Sounds AT ALL | Disables all the Wii Menu sound effects. |
| No System Menu Background Music | Disables the Wii Menu background music. |
| No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx | Re-enable channels with these title IDs (originally blocked in system updates due to them being exploits). |
| Remove NoCopy Save File Protection | Allows you to copy normally-disabled save files in the Data Management screen . |
| Region Free Channels | Removes region locking for Wii Channels. |
| Force Disc Games to run under IOS249 | Make disc applications use cIOS 249 as the game's IOS. |
| Auto-Press A at Health Screen | Automatically presses the A Button to get past the "Health and Safety" screen. |
| Force Standard Recovery Mode | Automatically launches the console in recovery mode. Used to launch recovery discs, letting users unbrick their Wii systems. |
| OSReport to UsbGecko(slot B) | Sends Wii Menu logs to a debugging device in memory card slot B. |
| OSReport to UsbGecko(GeckoOS,B) | Sends Wii Menu logs to a debugging device in memory card slot B, if the Wii Menu is launched by Gecko OS. |
| Move Disc Channel | Enables you to move the Disc Channel anywhere on the Wii Menu. It's normally locked to the top left entry on the first page. |
| Block Online Updates | Disables updating your Wii. |
[Continue to cIOS](cios)<br> cIOS are used to play games with a USB Loader. Even if you don't want to do that, it's useful for many homebrew apps.
{: .notice--info}

View file

@ -1,38 +0,0 @@
---
title: "RiiConnect24 Battery Fix"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
This tutorial doesn't seem to fix error NEWS0000006. Unfortunately, if that error persists, reformatting your Wii might be the only option to fix it.
{: .notice--warning}
If you're getting error FORE000006, usually it means "invalid data". It could be something on our end although unlikely. Try waiting a few minutes and then try again.
If the error code still remains, the time on your Wii might be incorrect, confusing the Channels. These instructions might be worth a shot.
#### What you need
* Crosshead Phillips #00 screwdriver ![Crosshead Phillips #00 Screwdriver](/images/RiiConnect24/clock/screwdriver.jpg)
#### Instructions
1. Set your Wii to the correct time in Wii Settings.
2. Unplug your Wii AC adapter. You'll need to open up a battery cover on the side of your Wii, so you might want to remove everything plugged into your Wii. ![Unplug Wii AC Adapter](/images/RiiConnect24/clock/unplug.jpg)
3. Locate the battery cover on the bottom of your Wii. ![Battery Cover](/images/RiiConnect24/clock/batterycover.jpg)
4. Unscrew the battery cover with your screwdriver. ![Battery Unscrew](http://i.imgur.com/VRRAiSk.gif)
5. Let your Wii sit unplugged for a little while, with the battery out. It's up to you how long it should be out for. An hour or two might be enough to leave it out for. ![Battery](/images/RiiConnect24/clock/battery.jpg)
6. Screw the battery cover back in. ![Battery Screw](http://i.imgur.com/8MEy5Jo.gif)
7. Plug in your Wii AC adapter. ![Plug Wii AC Adapter](/images/RiiConnect24/clock/plug.jpg)
8. Try the News or Forecast Channel now. Hopefully it works now. If not, you might want to repeat this process one more time and it might fix it.
Still no luck getting it to work? Unfortunately, you might have to reformat your Wii for it to go away. Just make sure to backup your save files and Miis with [SaveGame Manager GX](https://sourceforge.net/projects/savegame-manager-gx/files/HBC_SetUp_R127.zip/download).
{: .notice--info}
[Return to RiiConnect24 installation page](riiconnect24)
{: .notice--info}

View file

@ -1,57 +0,0 @@
---
title: "RiiConnect24"
---
{% include toc title="Table of Contents" %}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
This guide will help you install RiiConnect24 on your Dolphin installation.
If you need help for anything regarding this tutorial, please directly contact KcrPL#4625 on Discord, join the [RiiConnect24 Discord Server](https://discord.gg/b4Y7jfD) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
### What you need
* A computer with Windows 7 or newer.
* [.VFF-File-Downloader-for-Dolphin](https://github.com/RiiConnect24/.VFF-File-Downloader-for-Dolphin/releases)
* [Dolphin](https://dolphin-emu.org/download/)
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
#### Instructions
##### Section I - Installing Dolphin
If you have Dolphin already installed, skip to Section II
{: .notice--info}
1. Download the latest Dolphin development version.
2. Extract the .7z file using a program like 7Zip or WinRAR.
3. Start Dolphin
4. Press on `Tools` -> `Perform Online System Update` -> Choose your region ![Perform Online System Update](/images/Dolphin_RC24/1.jpg)
##### Section II - Installing RiiConnect24.
1. Run Install.bat that you downloaded [here](https://github.com/RiiConnect24/.VFF-File-Downloader-for-Dolphin/releases)
2. Press `1` and `ENTER` to start the program. ![Main Menu](/images/Dolphin_RC24/2.jpg)
3. Proceed with the program configuration.
4. It will ask you if you want to run the program manually every time you want to use RiiConnect24 on Dolphin or if you want to run it automatically on startup. ![Choose how to boot the program](/images/Dolphin_RC24/3.jpg)
![Run once](/images/Dolphin_RC24/4.jpg)
If you choose to manually run it, keep Install.bat. There will be an option in menu to manually run it.
{: .notice--info}
If you choose to run it on startup, you don't have to do anything. If you want to uninstall it in the future, come back to Install.bat and choose 4th option - Manage startup VFF Downloader.
{: .notice--info}
##### Section III - Finalizing installation
1. Run RiiConnect24Patcher.bat that you downloaded [here](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
2. Start the patcher, select `Install RiiConnect24`. ![Select Custom](/images/Dolphin_RC24/5.jpg)
3. Select `Custom`. ![Select Check Mii Out Channel](/images/Dolphin_RC24/6.jpg)
4. Press `1` to select your region and only enable 5th option. Press `6` to start patching.
5. After it's done, there will a be a `Mii Contest Channel (Europe) (Channel) (RiiConnect24).wad` or `Check Mii Out Channel (USA) (Channel) (RiiConnect24).wad` file in WAD folder next to RiiConnect24Patcher.bat
6. In Dolphin, press `Tools` and then `Install WAD`. and select the `Mii Contest Channel (Europe) (Channel) (RiiConnect24).wad` or `Check Mii Out Channel (USA) (Channel) (RiiConnect24).wad`.
You're all done! Unfortunately, the Everybody Votes and Nintendo Channel don't work in Dolphin yet.
{: .notice--info}

View file

@ -1,47 +0,0 @@
---
title: "RiiConnect24 Troubleshooting"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
If you're getting one of these errors (and not any other error), you should be able to fix the Channel by deleting your VFF.
+ Discontinued Message
+ NEWS/FORE000001
+ NEWS/FORE000003
+ NEWS/FORE000005
+ NEWS/FORE000099
#### What you need
* An SD card or USB drive
* [WiiXplorer](https://sourceforge.net/projects/wiixplorer/files/latest/download)
#### Folder to Delete
+ Forecast Channel
+ 48414645
+ 4841464a
+ 48414650
+ News Channel
+ 48414745
+ 4841474a
+ 48414750
#### Instructions
1. Launch WiiXplorer.
2. Go to `Start` -> `Settings` -> `Boot Settings` -> `Enable NAND write access` and then select `Yes` for both dialogs that appear on the screen.
3. Press Back until you have reached the file explorer screen.
4. Select the tiny blue SD Card icon, then select `NAND`.
5. Navigate to `title` -> `00010002` -> XXXXXXXX -> `data`, where XXXXXXXX is one of the folders above.
6. Hover over `wc24dl.vff` and press the + button and select `Delete`.
Try to launch the Channel you were having trouble with now.
[Return to RiiConnect24 installation page](riiconnect24)

View file

@ -1,85 +0,0 @@
---
title: RiiConnect24 vWii Guide
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
Guide to installing [RiiConnect24](https://rc24.xyz) on your vWii (Virtual Wii on Wii U) with: CMOC/MCC, Nintendo Channel, EVC and News Channel along with forced 4:3 aspect ratio patching.
Since certain features found in the original Wii are not present in the vWii, we can only partially utilize RiiConnect24. See [what's currently working](#whats-currently-working) for details.
{: .notice--warning}
#### Warnings
We are **NOT** responsible if you brick, or damage your console in any way whatsoever. If you follow this guide exactly, you shouldn't have any problems.
{: .notice--warning}
Do **NOT** perform this guide on any other console than the vWii (Virtual Wii on Wii U). If you're looking for instructions for a Nintendo Wii, use [wii.guide/riiconnect24](riiconnect24). If you'd like to perform this guide on the Dolphin emulator, use [wii.guide/riiconnect24-dolphin](/riiconnect24-dolphin)
{: .notice--warning}
#### What you need
* A PC or mobile device with internet access and the ability to interact with SD cards.
* An SD card formatted as FAT32 (at least 2GB) with enough available space. SDHC or SDXC cards formatted as FAT32 can be known to work.
* A Wii U console capable of launching the Homebrew Launcher (either via the web browser exploit, Haxchi or Coldboot Haxchi). **If you do not have a softmodded Wii U console, please follow [wiiuguide.xyz](https://wiiuguide.xyz), as well as [the virtual Wii modding guide](https://wiiuguide.xyz/#/vwii/) and then come back.**
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases) (Windows only, for now...)
After following the above linked guide, you should have:
* A vWii NAND backup and keys (keep these stored safely!!)
* The Homebrew Channel installed
* d2x cIOS installed (IOS249, IOS250 and IOS251)
* IOS80 patched
{: .notice--info}
#### Instructions
If you use GNU/Linux or macOS on your PC, or use a smartphone, please [follow the manual guide](https://pad.snopyta.org/s/rJ2N0B1XU), to install RiiConnect24. The patcher we provide is currently Windows-only. The end result is the same regardless of the method followed.
{: .notice--info}
##### Section I - Running the patcher
Using the RiiConnect24 Patcher you should've downloaded earlier in [What you need](#what-you-need), you will be downloading and patching IOS31, News, Everybody Votes, Nintendo and Check Mii Out Channels for use on your vWii.
1. Run `RiiConnect24Patcher.bat` on your PC, and follow the on-screen instructions.
2. Confirm that after running through the patcher, you have 3 folders. Either in the same folder as `RiiConnect24Patcher.bat`, or on your SD card (depending on what options you selected in the patcher).
- If they are in the same folder as the `RiiConnect24Patcher.bat` file, move the folders to the root of your SD card.
##### Section II - Installing the newly patched WADs
1. Open the Homebrew Channel
2. Launch Wii Mod Lite
3. Using the +Control Pad on your Wii Remote, navigate to `WAD Manager`, and then navigate to the `wad` folder.
4. When `IOS31.wad` is highlighted, press +, then do the same for all the other WADs.
5. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel
##### Section III - Using RiiConnect24
After following the above sections, you're almost able to utilize RiiConnect24 on your Wii U. You just need to perform the following steps **after every vWii reboot**.
1. On the vWii's **Wii Menu**, launch the **Homebrew Channel** and launch the **ConnectMii** homebrew application.
* This will enable the WiiConnect24 and Standby Connection flags required by the WiiConnect24 Channels.
2. Launch the WiiConnect24 Channels
* You should now be able to utilize all of the WiiConnect24 Channels you have installed!
#### What's currently working?
The following RiiConnect24 services are **working** on the vWii:
* News Channel
* This channel is affected by the timestamp issue. The "Last Updated" and article timestamps will be incorrect.
* The banner data is also known to not work, returning `Unable to obtain data.`
* Nintendo Channel
* Everybody Votes Channel
* Check Mii Out Channel / Mii Contest Channel
{: .notice--success}
The following RiiConnect24 services are **not working** on the vWii:
* Wii Mail (most functionality does not exist on vWii)
* This includes sending/receiving mail to/from friends. You can only receive global broadcast mail and posts from RSSMii feeds (if set up).
* Forecast Channel
* This channel is affected by the timestamp issue. This is preventing the channel from getting past the loading screen, returning the `FORE000006` error.
* Everything else that isn't working according to [RiiConnect24 stats](https://rc24.xyz/stats/index.html).
{: .notice--warning}

View file

@ -1,110 +0,0 @@
---
title: "RiiConnect24"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
[RiiConnect24](https://rc24.xyz/) allows you to use discontinued services from WiiConnect24, which include the News, Forecast, Everybody Votes, Nintendo and Check Mii Out Channel, along with Wii Mail.
{% capture notice-1 %}
This guide is for the original Wii only.
- Follow [this tutorial](riiconnect24-vwii) if you'd like to install RiiConnect24 on a vWii (the Wii mode of your Wii U).
- Follow [this tutorial](riiconnect24-dolphin) if you'd like to install RiiConnect24 on the Dolphin emulator.
There is no guide to installing RiiConnect24 on a Wii Mini, as attempting to install RiiConnect24 on a Wii Mini will result in a console brick.
{% endcapture %}
<div class="notice--warning">{{ notice-1 | markdownify }}</div>
In order to use Wii Mail you must be on Wii Menu version 4.3, otherwise it won't work.
{: .notice--info}
#### What you need
* An SD card or USB drive
* A Wii with an Internet connection
* A computer
* [RiiConnect24 Patcher (Windows only)](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
#### Instructions
##### Section I - Patching IOS
[If you want to see detailed instructions on how to install the WADs, click here!](wiimodlite)
{: .notice--info}
If you use Linux or macOS, please e-mail us and we will give you the things needed to install RiiConnect24. The patcher we provide is currently Windows-only.
{: .notice--info}
You will now patch your IOS, `IOS31` and `IOS80`. This is required to use the Channels we support to change an RSA key used to sign the files. You will also download patched versions of the Channels.
1. Download the required files based on your OS. On Windows run `RiiConnect24Patcher.bat`.
2. Follow the instructions it gives you.
3. You should get the Channels that you want. They need to be installed **even if you already have them on your Wii, because you will need to install the patched WAD instead**.
4. (`If RiiConnect24 Patcher copied everything to the SD card or USB drive, you can skip this step`) Copy the `apps` and `wad` folder to your SD card or USB drive.
5. Put your SD card or USB drive in your Wii.
6. Launch the Homebrew Channel on your Wii.
7. Launch Wii Mod Lite.
8. Using the +Control Pad on your Wii Remote, navigate to `WAD Manager`, and then navigate to the `wad` folder.
9. When `IOS31.wad` is highlighted, press +, then do the same for all the other WADs.
10. If you get an error saying a title with a higher version is already installed (error -1035), go back to the WAD selection menu and press - on the highlighted WAD to uninstall it, then try installing it again.
11. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel.
##### Section II - 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.
2. It should only take a few seconds to patch your nwc24msg.cfg. When it's done, press HOME to exit.
If the previous step failed with an "net_get_status: -24 - Couldn't request the data: -24" error, please check the internet connection on your Wii.
{: .notice--warning}
If you were unable to patch your nwc24msg.cfg correctly, e-mail us at [support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
##### Section III - Connecting
You need to set your DNS in order to get the Forecast and News Channel to point to our servers. This DNS is also useful if you want to play Wiimmfi.
1. Go to `Wii Options`.
2. Go to `Wii Settings`.
3. Go to `Page 2`, then click on `Internet`.
4. Go to `Connection Settings`.
5. Select your current connection.
6. Go to `Change Settings`.
7. Go to `Auto-Obtain DNS` (Not IP Address), then select `No`, then `Advanced Settings`.
8. Type in `164.132.44.106` as the primary DNS.
9. Type in `8.8.8.8` as the secondary DNS (or `1.1.1.1`).
10. Select `Confirm`, then select `Save`.
11. Select `OK` to perform a connection test.
12. If the connection test was successful, select `No` to skip the Wii System Update.
13. Go to `WiiConnect24`, then `WiiConnect24` again, and make sure it is enabled.
14. Back on the WiiConnect24 menu, go to `Standby Connection` and make sure it is enabled.
15. At `Slot Illumination`, we recommend you set the disc light to `Dim` or `Bright`, but this is optional.
16. Finally, go to the `Internet` section, then `User Agreements` or `Agreement/Contact`, then `Yes`. Please read through this.
[Continue to Wiimmfi](wiimmfi)<br> Wiimmfi lets you play games online after the discontinuation of Nintendo Wi-Fi Connection. This is optional to install.
{: .notice--info}
If you get error 107245, then you probably have failed to patch your IOS correctly.
{: .notice--info}
If you get error 107304, then perhaps your ISP blocks the use of custom DNS. A workaround for this can be running your own DNS server! See the [RiiConnect24 DNS Server on GitHub](https://github.com/RiiConnect24/DNS-Server), then use your PC's IP address in place of ours in Step 8.
{: .notice--info}
[If you get error FORE000006, you might want to follow this tutorial to fix it. (This doesn't work with NEWS000006).](riiconnect24-batteryfix)
{: .notice--warning}
[If you're getting errors such as a `WiiConnect24 and Wii Shop Channel currently not being offered in your country`, please go to Wii Settings -> Last Page -> Country and change it to United Kingdom. You will get this error when using a country that we don't support. Contact us at [support@riiconnect24.net](mailto:support@riiconnect24.net) if you need more help.
{: .notice--warning}
[If you're getting errors such as a discontinued message when opening the News or Forecast Channel, we have some instructions that might fix it.](riiconnect24-troubleshooting)
{: .notice--warning}

View file

@ -1,56 +0,0 @@
---
title: RiiTag on Wii U
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
RiiTag is a customizable and dynamic gamertag. By sharing your gamertag (a dynamic image), you can show what you've been playing to your friends! You launch a plugin on your Wii U console, and the tag updates on-the-fly.
#### What you need
- A device capable of interacting with SD cards
- Softmodded Wii U console
- If you have not softmodded your Wii U yet, [please do so](https://wiiuguide.xyz). You cannot proceed without.
- A Discord account
- The latest release of [Wii U Plugin Loader](https://github.com/Maschell/WiiUPluginLoader/releases)
- The latest release of [UTag plugin](https://github.com/RiiConnect24/UTag/releases)
#### Instructions
##### Section I - Website instructions
1. Go to the [RiiTag website](https://tag.rc24.xyz/).
2. Click `Log In` and log in with your Discord account.
3. A dialog will pop up asking you if you want to authorize `RiiConnect24 Login` with Discord. Click `Authorize`.
4. Click `Edit Your Tag` and customize it to how you like. You can add a background, overlay, flag, nickname, Wii Number, and manually enter in games to show on your tag (not needed if you're using a USB Loader).
5. Click `Show Key` and make note of the key shown. This will be used later on in this guide.
6. Click `Submit` to save your changes.
Do not share your RiiTag key with anyone! If you do, people can abuse your tag.
{: .notice--warning}
##### Section II - Setting things up on the SD card
1. Extract the Wii U Plugin Loader `.zip` file to the root of your SD card
- You should see a folder titled `wiiupluginloader` in `/wiiu/apps/` on your SD.
2. Place the `UTag.mod` file in the `/wiiu/plugins/` folder on your SD card.
3. Create a new file titled `utag.txt` on the root of your SD card, and open it with a text editor.
4. Paste the key you made note of earlier in Step 5 of [Section I - Getting Started](#section-i---getting-started) into this `utag.txt` file, and save it.
- We're all done with the SD card side of things.
5. Insert your SD card into your Wii U.
##### Section III - Running the plugin
1. Using your preferred method (browser exploit, Haxchi, Homebrew Launcher application, etc.), launch the **Homebrew Launcher** on your Wii U console.
2. Navigate to, and launch the homebrew application titled `Wii U Plugin Loader`.
3. You should be greeted with a menu, including a toggle for `UTag`. Enable `UTag`, and then press + on the Wii U GamePad. You should now be kicked back to the Wii U Menu.
You have now set up RiiTag on your Wii U! Note that you will have to launch the plugin with the above procedure every time you wish to launch the plugin, unless things change. In which case, this guide will be updated. Now go play some games, and watch them show up on your RiiTag!
{: .notice--success}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,75 +0,0 @@
---
title: "RiiTag on Wii"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
RiiTag is a customizable and dynamic gamertag. By sharing your gamertag (a dynamic image), you can show what you've been playing to your friends! You connect it to a USB Loader, and the tag updates on-the-fly. You need a Discord account in order to start using RiiTag.
#### What you need
* A computer
* A text editor
* A USB Loader
#### Instructions
##### Section I - Getting Started
1. [Go to the RiiTag site.](https://tag.rc24.xyz/)
2. Click `Log In` and log in with your Discord account.
3. A dialog will pop up asking you if you want to authorize `RiiConnect24 Login` with Discord. Click `Authorize`.
4. Click `Edit Your Tag` and customize it to how you like. You can add a background, overlay, flag, nickname, Wii Number, and manually enter in games to show on your tag (not needed if you're using a USB Loader).
5. Click `Show Key` and make note of the key shown. This is not needed if you're using USB Loader GX, as the key will be in a downloadable file.
6. Click `Submit` to save your changes.
Do not share your RiiTag key with anyone! If you do, people can abuse your tag.
{: .notice--warning}
##### Section II - Connecting Your USB Loader
The steps to connect RiiTag to your USB Loader depend on what USB Loader you use.
###### USB Loader GX
1. Load USB Loader GX on your Wii.
2. Go to `Settings` > `Features` and turn `Wiinnertag` on. Press `Yes` or `OK` to any dialogs that show up.
3. Ensure that `Initialize Network` is turned on.
4. Exit USB Loader GX.
5. Insert the SD Card or USB device where your USB Loader GX data is into your computer.
6. [Go to this page.](https://tag.rc24.xyz/Wiinnertag.xml)
7. On your browser, right click, and click `Save As`.
8. Save the XML to the `config` folder on your SD Card or USB device, replacing the existing `Wiinnertag.xml`.
9. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
###### WiiFlow
1. Take the SD Card or USB device where your WiiFlow data is into your computer.
2. Open `/apps/wiiflow/wiiflow.ini` with a text editor. (If you use WiiFlow Lite, the path might have `wiiflow_lite` instead of `wiiflow`.)
3. Search for `gamercards` and replace that line with `gamercards=wiinnertag`.
4. Search for `wiinnertag_url` and replace that line with `wiinnertag_url=http://tag.rc24.xyz/wii?game={ID6}&key={KEY}`.
5. Search for `wiinnertag_key` and replace that line with `wiinnertag_key=<key>`, replacing `<key>` with the key you wrote down in Section 1.
6. Search for `gamercards_enable` and replace that line with `gamercards_enable=yes`.
7. Save the modified `wiiflow.ini` file.
8. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
###### Configurable USB Loader
We do not offer support for Configurable USB Loader, as we are focused on USB Loader GX and WiiFlow.
{: .notice--info}
You can use the `CfgLoaderConfigurator.exe` program (Windows only) instead of editing the `config.txt` file mentioned below if you want to.
{: .notice--info}
1. Take the SD Card or USB device where your Configurable USB Loader data is into your computer.
2. Open `/usb-loader/config.txt` with a text editor.
3. Replace (or add the line) starting with `gamercard_url` with `gamercard_url = http://tag.rc24.xyz/wii?game={ID6}&key={KEY}`.
4. Replace (or add the line) startin with `gamercard_key` with `gamercard_key = <key>`, replacing `<key>` with the key you wrote down in Section 1.
5. Save the modified `config.txt` file.
6. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,24 +0,0 @@
---
title: "Removing RSSMii"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
If you no longer wish to use RSSMii (maybe because it gives you too much Wii Mail), here's how to remove it.
![Removing RSSMii](/images/rssmii-remove.png)
#### What you need
* An SD card
* [RSSMii Remover](https://github.com/RiiConnect24/rssmii/releases)
#### Instructions
1. Extract RSSMii Remover and put it in the `apps` folder on your SD card.
2. Delete the `feeds.xml` file on the root of your SD card.
3. Launch RSSMii Remover from the Homebrew Channel. It will remove your subscriptions to the RSS feeds.
In case you would like to revert your decision, you can always [reinstall RSSMii](rssmii).
{: .notice--info}

View file

@ -1,64 +0,0 @@
---
title: "Installing RSSMii"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Do you want to get RSS feed updates on your Wii Message Board? This tutorial will tell you how to set RSSMii up.
![RSSMii](/images/rssmii.png)
#### What you need
* An SD card
* [RSSMii](https://github.com/RiiConnect24/rssmii/releases)
#### Instructions
##### Section I - Downloading/Installing
1. Extract RSSMii and put it in the `apps` folder on your SD card.
2. We need to create a `feeds.xml` on the root of the SD card so the app will know what feeds to subscribe you to.
If you're using the Windows Operating System, you can use the RSS Feeds Creators program created by KcrPL. It will automatically create a `feeds.xml` file and will copy it to your SD card!
{: .notice--info}
<b>If you don't have a Windows computer, use this template and use your favorite text editor to make the `feeds.xml`.</b>
```xml
<?xml version="1.0" encoding="utf-8"?>
<rss>
<feed name="Example-Feed"><![CDATA[http://example.com/rss-feed]]></feed>
<feed name="One more Example-Feed!"><![CDATA[http://example.com/another_rss-feed]]></feed>
</rss>
```
Replace the "name" portion with the title you want to put for the feed. Make sure it's not very long, since there's not that much space. Then, replace the link portion with the link to the RSS feed. You can put as many feeds as you want. Don't delete the "CDATA" part.
```xml
<?xml version="1.0" encoding="utf-8"?>
<rss>
<feed name="RiiConnect24 Medium"><![CDATA[https://medium.com/feed/riiconnect24]]></feed>
<feed name="RiiConnect24 Twitter"><![CDATA[https://twitrss.me/twitter_user_to_rss/?user=RiiConnect24]]></feed>
<feed name="Nintendo News"><![CDATA[https://www.nintendo.com/feed]]></feed>
</rss>
```
Save the feed you made to the root of your SD Card.
3. Launch RSSMii from the Homebrew Channel.
4. Press A to confirm you want to subscribe to the feeds. Ignore the error about ES_GetTitleID, everything is fine.
5. Once everything is done, press HOME to go back to the Homebrew Channel. You should soon get RSS feed updates on your Wii, enjoy!
Not getting any feed updates? Try an RSS feed that updates more frequently, like a feed with news for example. If the RSS feed doesn't update often, then you won't get many updates.
{: .notice--warning}
We recommend you use just a few feeds, because if you subscribe to a lot of feeds you can get a ton of mail on your Wii.
{: .notice--info}
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'll create brand new subscriptions.
{: .notice--info}
[Removing RSSMii](rssmii-remove)
{: .notice--info}

View file

@ -1,56 +0,0 @@
---
title: "Site Navigation"
layout: single
sitemap: false
---
![WiiTutorials](/images/WiiTutorials.jpg)
{% capture notice-1 %}
**Featured**
+ [cIOS](cios)
+ [RiiConnect24](riiconnect24)
+ [Wiimmfi](wiimmfi)
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>
{% capture notice-2 %}
**RiiConnect24/Wiimmfi**
+ [RiiConnect24](riiconnect24)
+ [RiiConnect24 Battery Fix](riiconnect24-batteryfix)
+ [RiiConnect24 Troubleshooting](riiconnect24-troubleshooting)
+ [RiiConnect24 vWii](riiconnect24-vwii)
+ [Wiimmfi](wiimmfi)
+ [WiiWare Patcher](wiiwarepatcher)
**Modding 101**
* [BootMii Backup](bootmii)
+ [cIOS](cios)
+ [FlashHax](flashhax)
+ [Homebrew Browser](hbb)
+ [Homebrew Channel](hbc)
+ [LetterBomb](letterbomb)
+ [Priiloader](priiloader)
+ [str2hax](str2hax)
+ [Wii Mod Lite](wiimodlite)
**Homebrew**
+ [Creating Wii Game Shortcuts](wiigsc)
+ [How to dump GameCube/Wii games](dump-games)
+ [How to dump Channels (WADs)](dump-wads)
+ [Installing RSSMii](rssmii)
+ [Installing Wii Themes](themes)
+ [Performing a SysCheck](syscheck)
+ [Removing RSSMii](rssmii-remove)
+ [RiiTag](riitag)
+ [USB Loader GX](usbloadergx)
+ [Wii Backup Manager](wiibackupmanager)
**Site**
+ [Home](/)
+ [Get Started](get-started)
+ [FAQ](faq)
+ [Donations](donations)
{% endcapture %}
<div class="notice--primary">{{ notice-2 | markdownify }}</div>

View file

@ -1,47 +0,0 @@
---
title: "str2hax"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Note that if your ISP or networking environment prevents using custom DNS servers, str2hax will not work and you should [choose another exploit to use](get-started).
{: .notice--info}
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.
#### What you need
* A Wii with an Internet connection on system version 4.3
#### Instructions
##### Section I - Connecting
This exploit requires you to set your DNS in order to connect to a server that contains the exploit.
1. Go to `Wii Options`. ![Wii Options](/images/RiiConnect24/Internet_1.png)
2. Go to `Wii Settings`. ![Wii Settings](/images/RiiConnect24/Internet_2.png)
3. Go to `Page 2`, then click on `Internet`. ![Internet](/images/RiiConnect24/Internet_3.png)
4. Go to `Connection Settings`. ![Connection Settings](/images/RiiConnect24/Internet_4.png)
5. Select your current connection. ![Current Connection](/images/RiiConnect24/Internet_5.png)
6. Go to `Change Settings`. ![Change Settings](/images/RiiConnect24/Internet_6.png)
7. Go to `Auto-Obtain DNS` (Not IP Address), then select `No`, then `Advanced Settings`. ![Auto-Obtain DNS](/images/RiiConnect24/Internet_7.png)
8. Type in `97.74.103.14` as the primary DNS.
9. Type in `173.201.71.14` as the secondary DNS.
10. Select `Confirm`, then select `Save`. ![Save DNS](/images/RiiConnect24/Internet_10.png)
11. Select `OK` to perform a connection test. ![Connection Test](/images/RiiConnect24/Internet_11.png)
- If the connection test was successful, select `No` to skip the Wii System Update. ![Connection Test Successful](/images/RiiConnect24/Internet_12.png)
- If it was unsuccessful, then please use [another exploit](get-started).
##### Section II - Triggering the Exploit
1. Go to the `Internet` section, then `User Agreements` or `Agreement/Contact`, then `Yes`.
2. If you see a pony on the screen on a light blue background, you have set it up correctly. Wait 1-2 minutes for the exploit to trigger (it should take about 1 minute and 25 seconds). The exploit will download the HackMii Installer so you can continue.
If the HackMii Installer doesn't load and it instead freezes (you can't move your cursor) or it doesn't take 1-2 minutes to trigger, please restart your Wii and retry the exploit.
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}

View file

@ -1,29 +0,0 @@
---
title: "SysCheck"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
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.
#### What you need
* An SD card or USB drive
* [SysCheck HacksDen Edition](http://www.hacksden.com/downloads.php?do=file&id=149)
#### Instructions
##### Section I - Downloading/Installing
1. Extract SysCheck HacksDen Edition and put it in the `apps` folder on your SD card or USB drive.
2. Insert your SD card or USB drive into your Wii, and launch SysCheck HacksDen Edition from the Homebrew Channel.
##### Section II - Performing a SysCheck
1. Wait for the program to get some information about your Wii.
2. When "This IOS will be tested (Please select)" is shown on the screen, press A. ![Choose IOS](/images/SysCheck/1.png)
3. Wait for the program to get information about your IOS.
4. After it finishes, press the `A` Button if you want to view the log. ![Completed](/images/SysCheck/2.png)
5. If you want to share the SysCheck, you can share the `sysCheck.csv` saved to the root of your SD Card. The `IOSsysCheck.log` file (saved to the root as well) contains additional information about IOS.

View file

@ -1,70 +0,0 @@
---
title: "Installing Wii Menu Themes"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Are you tired of the boring, plain white theme on your Wii Menu, and want a cool theme instead? This tutorial will help you get a new theme for your Wii Menu!
In the case of a brick, [installing Priiloader is a must](/priiloader). Also, install BootMii (as Boot2 if you have an early Wii). Installing brick protection along with following the guide correctly should keep you safe from bricks. DO NOT CONTINUE UNTIL YOU HAVE INSTALLED PRIILOADER AND BOOTMII!
{: .notice--warning}
Do not install a custom theme on vWii (Wii U)! That will brick it.
{: .notice--warning}
For safety purposes, please do not use any other version of MyMenuify than the one linked here, as MyMenuify Mod is the safest way to install a theme.
{: .notice--info}
Do not use any other version of ThemeMii than the one linked here, as ThemeMii Mod allows you to make a theme for Wii Menu version 4.3, other versions may not.
{: .notice--info}
We recommend you [install cIOS](cios) before continuing.
{: .notice--info}
#### What you need
* A Wii
* An SD card or USB drive
* A computer with Windows on it (or using Mono or Wine on Mac/Linux)
* [MyMenuify Mod](/assets/files/MyMenuifyModv1.5.zip)
* [ThemeMii Mod](/assets/files/New_Thememii_MOD.rar)
* [This GBAtemp post](https://gbatemp.net/threads/wii-theme-team-creations-v2.336596/)
MAKE SURE YOU READ THE WARNINGS ABOVE BEFORE CONTINUING!
{: .notice--warning}
#### Instructions
##### Section I - Finding a Theme
* Peruse the GBAtemp post, finding a theme you want to install. Some have YouTube videos to show what the theme looks like, unfortunately some of them are unavailable.
* Once you found one you like, click the download link corresponding to your Wii Menu version. **It is very important to pick the right one to avoid bricks.**
* You probably will pick the download link that says 4.X, that means the theme will work on version 4.1, 4.2 and 4.3 of the Wii Menu.
* Some themes have different links for different regions, so pick the one corresponding to your Wii's region.
* 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, 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, open up ThemeMii Mod.
##### 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.
2. Go to `Tools` > `Download Base App` > Version of your Wii Menu > Region of your Wii Menu
3. A dialog box will pop up asking you to enter in a value to create a key. Enter in what it says, it will create a key that will be used to decrypt the Wii Menu from Nintendo's servers.
4. A file selection box will ask you where to save the .app file (that is the Wii Menu file it downloaded). Save it to the directory where ThemeMii is in.
5. Go to `Options` > `Standard System Menu` > Version of your Wii Menu > Region of your Wii Menu
6. Go to `File` > `Open`, then browse for where your .mym file is.
7. Press `Create csm`, then browse for a directory you want to save the theme in. Give it a moment to build the theme.
8. A dialog box will pop up hopefully saying it built the theme correctly, and it will ask you if you want to save the .mym. Press `No`.
##### Section III - Installing the Theme
1. Extract MyMenuify Mod and put it in the `apps` folder on your SD card or USB drive.
2. Put the .csm file you saved in a folder called `modthemes` on your SD card or USB drive.
3. Insert your SD card or USB drive into your Wii, and launch MyMenuify Mod from the Homebrew Channel.
4. After an introduction message, it will ask you what IOS you want to use in the app. If you have [installed cIOS](/pages/cios), use `IOS249`, or else use `IOS58`. If the former gives an `Exception DSI occurred!` error, press Reset on the Wii console, launch it again, then try `IOS250`.
5. Highlight the theme you want to install, then press A. Give it a moment to install the theme, then press any button to go to the Wii Menu. Hopefully, the theme installed correctly.
If you get an error saying "The system files are corrupted", don't panic as long as you installed Priiloader. Turn off your Wii, then hold down the RESET button down and turn on your Wii. You should be able to boot into the Priiloader menu, where you have some options to fix your Wii Menu. One of the options is to launch the Homebrew Channel, where you can launch MyMenuify Mod and press a button to download and install the original Wii Menu theme.
{: .notice--info}

View file

@ -1,85 +0,0 @@
---
title: "USB Loader GX"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
This is a quick start guide on how to use USB Loader GX, a popular USB loader for the Wii that's used to play games from a USB Drive.
![USB Loader GX](/images/usbloadergx.png)
#### What you need
* A Wii
* A USB Drive
* [USB Loader GX](https://sourceforge.net/projects/usbloadergx/files/latest/download)
Make sure you have installed [cIOS](/cios) before following this!
{: .notice--info}
We recommend you copy games over with [Wii Backup Manager](/wiibackupmanager) if you use Windows, or Witgui if you use macOS.
{: .notice--info}
To play multiple games, we recommend a USB-powered external hard drive for your Wii. We will refer to it as a "USB Drive" in this guide. Most of the ones you can find on the market should work fine if they have USB 2 backwards compatibility. Drives with 1 TB or more in capacity will work. A flash drive will also work, but due to the size of a flash drive, it won't be able to store as many games.
{: .notice--info}
Make sure your USB Drive is formatted as FAT32 or NTFS. Do not format it as other types such as extFS or WBFS, the latter is an old format of storing Wii games.
{: .notice--info}
#### Instructions
##### Downloading
1. Extract USB Loader GX and put it in the `apps` folder on your USB drive or SD card.
2. 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
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}
* If USB Loader GX says "Waiting for HDD..." with a 20 seconds countdown, it's likely that it can't find the USB Drive. Try to exit out of the app, and then relaunch it after you put the USB Drive in the other port of the Wii.
* You can press the 1 Button on your Wii Remote to open up a dialog to download game covers and artwork from [GameTDB](https://gametdb.com/). It might take a while to download the game covers and artwork, depending on how many games you have.
* There are WADs that can open up USB Loader GX if you load it from the Wii Menu. This is called a forwarder 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
There are multiple buttons in the USB Loader GX interface.
###### Main Menu
These are the functions the buttons found on the top of the main menu do, from left to right:
* Star - Shows games that you have marked as "favorites".
* Search - Lets you search for games by name.
* Sort - Cycles through sorting methods for games.
* Platform - Choose to sort games by platform.
* Category - Sorts games by category.
* List - Shows games in a list view.
* Multi-Cover View - Shows games in a multi-cover view.
* Cover Carousel View - Shows games in a carousel view.
* Wii Menu View - Shows games in a Wii Menu view.
* Parental Control - Locks USB Loader GX.
* Disc - Loads a game via disc.
Pressing any game will allow you to play the game by pressing "Start".
There are also other buttons:
* + Icon - "Install" a game, i.e. loading it from disc and dumping it.
* Gears - Settings for USB Loader GX.
* SD card - Remount the SD card.
* Homebrew - Load homebrew apps.
* Wii - Open up the HOME Menu, which can also be accessed by pressing the HOME Button on the Wii Remote.
* Power Button - Turn off your Wii.
On the middle of the bottom of the screen, you can see how much space is free on your USB Drive and how many games you have.
##### Options once complete
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,49 +0,0 @@
---
title: "Wii Backup Manager"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
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.
#### What you need
* A USB drive
* [Wii Backup Manager](https://static.wiidatabase.de/Wii-Backup-Manager.zip)
We recommend you use Witgui if you use macOS. Wii Backup Manager doesn't work on macOS.
{: .notice--info}
To play multiple games, we recommend a USB-powered external hard drive for your Wii. We will refer to it as a "USB drive" in this guide. Most of the ones you can find on the market should work fine if they have USB 2 backwards compatibility. Drives with 1 TB or more in capacity will work. A flash drive will also work, but due to the size of a flash drive, it won't be able to store as many games.
{: .notice--info}
Make sure your USB drive is formatted as FAT32 or NTFS. Do not format it as other types such as extFS or WBFS, the latter is an old format of storing Wii games.
{: .notice--info}
#### Instructions
##### Section I - Downloading
1. Extract Wii Backup Manager, and launch the program.
2. Insert your USB drive into your computer.
##### Section II - Copying Games Over
1. Go to the `Drive 1` tab, then select `Drive`.
2. Select the drive that you're using for the Wii games.
3. Go to the `Files` tab, then select `Add`.
4. Select `Files` to add multiple games to the program, or select `Folder` to add a whole folder of games.
5. Select `Transfer`, then select `Drive 1` to transfer the games over. It might take a while for the games to copy over.
##### Options once complete
[Continue to cIOS](cios)<br> cIOS is needed for your Wii to use a USB Loader.
{: .notice--info}
[Continue to USB Loader GX](usbloadergx) USB Loader GX is a USB Loader so you can play games on your Wii from a USB drive.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -1,32 +0,0 @@
---
title: "Creating Wii Game Shortcuts"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
Do you use a USB Loader and want to create game shortcuts to launch them on your Wii Menu? Then try WiiGSC (Wii Game Shortcut Creator), previously known as Crap.
In the case of a brick, [installing Priiloader is a must](/priiloader). Also, install BootMii (as Boot2 if you have an early Wii). Installing brick protection along with following the guide correctly should keep you safe from bricks. DO NOT CONTINUE UNTIL YOU HAVE INSTALLED PRIILOADER AND BOOTMII!
{: .notice--warning}
#### What you need
* A Wii
* A USB Drive.
* A WAD Manager (Wii Mod Lite is recommended).
* A Windows computer.
* [WiiGSC](https://wiidatabase.de/downloads/pc-tools/wiigsc-ehemals-crap/)
#### Instructions
1. Install WiiGSC and then open it.
2. Select the path to the ISO or WBFS file on your USB Drive, and select the USB Loader you use. The other options should be fine the way thy are.
3. If you're using USB Loader GX, you cannot use revision 1272 to use shortcuts. You need to use revision 1271 (or an earlier version if you need to use one for some reason).
4. Do not make game shortcuts for "A Boy and His Blob" or "Mario Party 9". Those will brick your Wii.
5. Install the generated WAD with a WAD Manager, we recommend Wii Mod Lite.
If you get an error saying "The system files are corrupted", don't panic as long as you installed Priiloader. Turn off your Wii, then hold down the RESET button down and turn on your Wii. You should be able to boot into the Priiloader menu, where you have some options to fix your Wii Menu. One of the options is to launch the Homebrew Channel.
{: .notice--info}

View file

@ -1,118 +0,0 @@
---
title: "Wiimmfi"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![Wiimmfi Logo](/images/WiiWiimmfiLogo.jpg)
[Wiimmfi](https://wiimmfi.de) is a replacement service for the now-defunct Nintendo Wi-Fi Connection. It has been developed by Wiimm and Leseratte.
## Different patchers
There are lots of different methods to connect to Wiimmfi.
### Homebrew (Disc) Application
MrBean35000vr (creator of CTGP-R, a Mario Kart Wii content pack) created a Wiimmfi Disc Patcher that allows you to insert a disc and patch the game on-the-fly for Wiimmfi use, though this must be run every time you start the disc.
#### What you need
* An SD card or USB drive
* [Auto Wiimmfi Patcher](/assets/files/autowiimmfipatcher-0.6.zip)
#### Instructions
1. Extract Auto Wiimmfi Patcher and put it in the `apps` folder on your SD card or USB drive.
2. Insert your SD Card into your Wii, and launch Auto Wiimmfi Patcher from the Homebrew Channel.
3. Insert your game disc (you can insert it before or after launch, it doesn't matter).
4. Wait for patch to complete, and it'll begin!
### No-Homebrew (Disc)
Thanks to Fullmetal5's str2hax exploit, which Leseratte was able to adapt for the Wiimmfi patcher, you can run the Wiimmfi patch without having any homebrew on your Wii.
#### What you need
* A Wii with an Internet connection
#### Instructions
1. Insert your game disc.
2. Go into your internet connection settings and set the DNS server of your console to 95.217.77.151.
3. Go to the WC24 contract information (third button after clicking on "Internet" in the settings).
4. Confirm that you do want to use WC24 and the shop channel
5. The Wiimmfi patcher page should show up. If it doesn't, and you still see the default license agreement, your router might not be compatible with this method.
6. Wait for about 1 minute and 30 seconds for the patcher to load
7. The game should now start with the Wiimmfi patch included
### ISO Patching
You may not want to run a patcher each time you want to play on Wiimmfi, and maybe you already use a USB Loader. As such, ISO Patchers were created, some for specific games.
#### What you need
- Your copy of your game (WBFS, ISO, cISO, and other forms that a Wii can use are supported).
- Wiimm's Disc Patcher
- [Mario Kart Wii edition](http://download.wiimm.de/wiimmfi/patcher/mkw-wiimmfi-patcher-v6.zip)
- [Non-Mario Kart Wii edition](http://download.wiimm.de/wiimmfi/patcher/wiimmfi-patcher-v4.7z)
- A USB Loader, cIOS, and a USB to store the game on (you should already have these if you're using a USB Loader)
#### Instructions
1. Extract the patcher of your choice to a folder, and place your copy of the game in it.
2. Run the patch script for your OS: usually it will end in `.bat` for Windows and `.sh` for Mac/Linux.
3. Once it's finished, get the version out of the `wiimmfi-images` folder (it may be in the folder before the patcher - ../wiimmfi-images) and copy it back to your USB.
### Automatic patching using an USB-Loader
If you are already using an USB-Loader like the USB-Loader GX or WiiFlow Lite, try updating it to the most recent version. Then, there should be a "private server" setting (both in the global loader options and in the game options) which you can set to "Wiimmfi" to make the USB-Loader automatically patch every game you start to work with Wiimmfi.
### WiiWare Patching
You can patch WiiWare games in order to play them on Wiimmfi.
#### What you need
- An SD card
- Your copy of your game (in WAD format)
- [Auto WiiWare Patcher](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
- [Wii Mod Lite](https://github.com/RiiConnect24/Wii-Mod-Lite/releases)
[If you want to see how to use the WiiWare Patcher, click here!](wiiwarepatcher)
{: .notice--info}
Steps:
1. Extract the .zip of the latest version of Auto WiiWare Patcher, and put your WAD in it.
2. Run the patch script for your OS: usually it will end in `.bat` for Windows and `.sh` for Mac/Linux.
3. If it completed successfully, install the WAD that was made in `wiiware-wads` with Wii Mod Lite.
## Other stuff
### Mario Kart Wii Competitions
Wiimmfi allows you to participate in Mario Kart Wii competitions again.
#### What you need
- An SD card or USB drive
- Mario Kart Wii Competition Patcher
- [Wii](https://competitions.wiimmfi.de/competition-tool-wii.zip)
- [Wii U (vWii)](https://competitions.wiimmfi.de/competition-tool-wiiu.zip)
#### Instructions (for Wii)
1. Extract Mario Kart Wii Competition Patcher and put it in the `apps` folder on your SD Card.
2. Insert your SD card or USB drive into the Wii.
3. Launch the original Mario Kart Wii game (not Wiimmfi patched).
4. Navigate to Settings -> Network Settings (or Nintendo WFC Connection) -> Message Service. If you turned the message service feature on, turn it off and turn it on again.
5. Launch Mario Kart Wii Competition Patcher.
6. The patcher will look for save files for Mario Kart Wii on your storage device in various places, and upload them. This is done in case a missing competition is found in your save file. It will also, of course, patch your Wii for competitions.
If you're using the Wii U, you will have to run the competitions patcher whenever you want to check for a competition, because WiiConnect24 is not enabled on the Wii U.
{: .notice--info}
### CTGP-R (Mario Kart Wii)
MrBean35000vr and Chadderz have an amazing CTGP-R distribution, the application that allows you to use a set of custom tracks, has automatic Wiimmfi patching. Go to the [ChadSoft Website](http://chadsoft.co.uk) for the download and instructions.
### MKW Hack Pack (Mario Kart Wii)
Huili has put together a really good collection of custom tracks and hacks called MKW Hack Pack, and allows connections to Wiimmfi. To learn how to set it up, go to the [wiki page](http://wiki.tockdom.com/wiki/MKW_Hack_Pack).
### Wiimms MKW Fun (Mario Kart Wii)
Wiimm and Leseratte created a custom track distribution called "Wiimms MKW Fun", which gets updated about three times a year. It is based on the LE-CODE framework by Leseratte and contains a Wiimmfi patch and lots of other features. You can find out more about it on its [wiki page](http://wiki.tockdom.com/wiki/Wiimms_Mario_Kart_Fun).
[Click here! We got many other tutorials that you can check out :)](site-navigation)
{: .notice--info}

View file

@ -1,35 +0,0 @@
---
title: "Wii Mod Lite"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
This tutorial will explain you how to install WADs on your Wii with Wii Mod Lite. The WAD manager of choice is Wii Mod Lite, but there are others such as YAWMM.
We do not recommend using "WAD Manager" by Waninkoko.
{: .notice--warning}
#### What you need
* An SD card or USB drive
* [Wii Mod Lite](https://github.com/RiiConnect24/Wii-Mod-Lite/releases)
#### Instructions
##### Section I - Downloading
1. Extract Wii Mod Lite and put it in the `apps` folder on your SD card or USB drive. ![SD card Drag and Drop](/images/WiiModLite/1.gif)
2. Insert your SD card or USB drive into your Wii, and launch Wii Mod Lite from the Homebrew Channel.
##### Section II - Running
You use the +Control Pad to use this tool.
{: .notice--info}
1. Choose `WAD Manager`. ![WAD Manager](/images/WiiModLite/2.png)
2. Choose `Wii SD Slot`. ![Wii SD Slot](/images/WiiModLite/3.png)
3. Select the WAD you want to install. In this example, we're installing the patched IOS needed for [RiiConnect24](riiconnect24). You can mark multiple WADs by pressing the + Button. ![Select them](/images/WiiModLite/4.gif)
4. Press "A" twice to start installing. ![Install](/images/WiiModLite/5.png) ![Install](/images/WiiModLite/6.png)
5. If `Finishing installation... OK!` is displayed, the WAD has installed successfully. ![Complete](/images/WiiModLite/7.png)

View file

@ -1,45 +0,0 @@
---
title: "WiiWare Patcher"
---
{% include toc title="Table of Contents" %}
Want to patch WAD games (WiiWare) to work with Wiimmfi and you don't know how? This tutorial will explain you how WiiWare Patcher works. (This tutorial is only suitable for Windows operating system)
![Using the WiiWare Patcher](/images/rc24_using_the_wiiware_patcher.jpg)
This tutorial is only for Windows version of WiiWare Patcher.
{: .notice--info}
#### What you need
* A Windows computer
#### Downloading
[If you want to download WiiWare Patcher without cmd.exe method, click here!](https://github.com/RiiConnect24/auto-wiiware-patcher/releases)
{: .notice--info}
If you are on Windows 7 or newer open cmd.exe (Run or press Windows Logo+R and type in cmd.exe) and type in `powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/WiiWare-Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat`
{: .notice--info}
Give it a few seconds because Powershell have to startup. After few seconds a new windows should open. ![Net Installer](/images/WiiWare-Patcher/netinstall.jpg)
After it will finish downloading a folder called `WiiWare-Patcher` should appear on your Desktop. Open it and open file called `patcher.bat`
![Main menu](/images/WiiWare-Patcher/wiiwarepatcher_mainscreen.jpg) (Main menu of WiiWare Patcher)
Press any button. If the update will be available, you must update the WiiWare Patcher to continue.
> The update process takes about 10 to 15 seconds.
After that, you should see this. ![WiiWare Patcher 1st screen](/images/WiiWare-Patcher/wiiwarepatcher_1.jpg)
Please copy your WADs files to the folder where WiiWare Patcher is. ![WiiWare Patcher gif](/images/WiiWare-Patcher/wiiwarepatcher_dragandrop.gif)
If you will do that correctly, the patching will start. ![WiiWare Patcher 2nd screen](/images/WiiWare-Patcher/wiiwarepatcher_2.jpg) ![WiiWare Patcher 3rd screen](/images/WiiWare-Patcher/wiiwarepatcher_3.jpg)
After the patching will be done, press any button.
Basically, that's it! That's all you have to do to use WiiWare Patcher. ![WiiWare Patcher 4th screen](/images/WiiWare-Patcher/wiiwarepatcher_4.jpg)
[Return to Wiimmfi installation page](wiimmfi)

View file

@ -2,7 +2,7 @@
title: "BlueBomb (Bomba Blava)" title: "BlueBomb (Bomba Blava)"
--- ---
{% incloure títol toc="Taula de Continguts" %} {% include toc title="Table of Contents" %}
If you need help with anything regarding this tutorial, please join [the Wii mini Hacking Discord server](https://discord.gg/6ryxnkS) (recommended) If you need help with anything regarding this tutorial, please join [the Wii mini Hacking Discord server](https://discord.gg/6ryxnkS) (recommended)
{: .notice--info} {: .notice--info}

View file

@ -1,14 +0,0 @@
---
title: "Página No Encontrada" #
layout: single
excerpt: "Página no encontrada. Tus píxeles están en otro lienzo." #
sitemap: false
---
![404](/images/404.jpg)
Lo sentimos, pero la página que intenta visitar no existe.
{: .notice--warning}
[¡Haga clic aquí para ver todos nuestros tutoriales que puede encontrar en este sitio web!](site-navigation)
{: .notice--info}

View file

@ -1,36 +0,0 @@
---
title: "CleanRip"
---
{% include toc title="Tabla de contenido" %}
¿Quieres hacer copias de seguridad de tus juegos? Este tutorial le explicará cómo usar CleanRip.
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
#### Que necesitas
* Una Wii con conexión a Internet
* Una tarjeta SD o unidad USB con al menos 4.7 GB de espacio libre
* [CleanRip](/assets/files/CleanRip-v2.0.0.zip)
#### Instrucciones
##### Sección I - Descarga / Instalación
1. Tome CleanRip y colóquelo en la carpeta `apps` de su tarjeta SD.
2. Inserte su tarjeta SD en su Wii y ejecute CleanRip desde Homebrew Channel.
##### Sección II - Ripping
1. Seleccione el dispositivo en el que pondrá el juego dentro: su tarjeta USB o SD.
![Device type](/images/CleanRip/2.jpg)
2. En esta pantalla, pregunte si desea descargar un archivo con sumas de comprobación del juego para poder verificar que el volcado creado es una copia 1: 1 del disco. Es su decisión si desea decir "Sí" o "No" para descargar este archivo a su tarjeta USB o SD.
![DAT](/images/CleanRip/3.jpg)
3. Ahora inserta el juego que quieres volcar.
![DVD](/images/CleanRip/4.jpg)
![Inicializando Disco](/images/CleanRip/5.jpg)
4. Ajústelo como se muestra en la pantalla de abajo.<br>Si sabe que un juego que utiliza un disco de doble capa, como `Super Smash Bros. Brawl` o` Metroid: Other M`, configure `Double Layer` en` Sí`.
![Ajustes](/images/CleanRip/6.jpg)
5. CleanRip volcará el juego. Puede tomar un tiempo, ya que volcará todo el contenido del disco de 4.7GB (9.4 para discos de doble capa).
![Proceso de copiar](/images/CleanRip/7.jpg)

View file

@ -1,25 +0,0 @@
---
title: "Creditos"
---
**¡Agradecimientos especiales a todos [los miembros de Discord de RiiConnect24](https://discord.gg/b4Y7jfD) por ser genial!**
{: .notice--primary}
Si te olvidamos aquí, contáctanos y agregaremos tu nombre.
{% capture notice-1 %}
+ Actar
+ All RiiConnect24 Developers
+ fail0verflow
+ GiantPune
+ JoostinOnline
+ KcrPL
+ Leseratte
+ ScarletDreamz
+ XFlak
+ Wiimm
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>

View file

@ -1,42 +0,0 @@
---
title: "Copia de seguridad de BootMii"
---
{% include toc title="Tabla de contenido" %}
![BootMii Logo](/images/bootmii.png)
Una de las características más importantes de BootMii es la capacidad de hacer copias de seguridad y restaurar el almacenamiento NAND de tu Wii. Vamos a repasar cómo realizar una copia de seguridad NAND. A continuación, puede restaurar desde esa copia de seguridad por cualquier razón. Recomendamos hacer una copia de seguridad de NAND regularmente o antes de hacer algo riesgoso para su consola (y si sabe lo que está haciendo, no tendrá que hacer nada riesgoso).
#### Que necesitas
* Una tarjeta SD con al menos 512 MB de espacio libre
#### Instrucciones
Para navegar a través de BootMii, debes usar los botones de tu consola Wii real (o un controlador GameCube en el puerto 1). No puedes usar un mando de Wii.<br>
Para navegar entre las opciones, presione el botón de POWER en su Wii (o el botón derecho + Control Pad en un controlador de GameCube).<br>
Para seleccionar una opción, presione el botón RESET en su Wii (o el botón A en un controlador de GameCube).<br>
Puedes navegar hacia la izquierda o hacia la derecha con un controlador de GameCube, con los botones de tu Wii solo puedes navegar hacia la derecha.
{: .notice--info}
No se preocupe cuando se detecten "bloques defectuosos" en una copia de seguridad NAND. Estos son completamente normales.
{: .notice--info}
¡No apague su Wii cuando haga una copia de seguridad de su NAND!
{: .notice--warning}
1. Inicia el Homebrew Channel.
2. Presione el botón CASA, luego seleccione "Iniciar BootMii".
3. Presione el botón Opciones (el que tiene los engranajes).
4. Presione el botón BackupMii (el que tiene la flecha verde).
5. Se iniciará una copia de seguridad NAND. Puedes ver el progreso en la pantalla.
6. Cuando la copia de seguridad haya finalizado, BackupMii verificará la copia de seguridad. Puede detenerse presionando el botón EJECT si lo desea, pero le recomendamos que lo deje continuar.
7. Salga de la pantalla de copia de seguridad NAND presionando cualquier botón. Para salir de BootMii, presione el botón Atrás (el que tiene la flecha) y luego puede presionar el botón de Menú de Wii o el botón de Homebrew Channel para salir de donde quiere.
Para restaurar desde una copia de seguridad NAND en su tarjeta SD, puede seguir estas instrucciones usando RestoreMii (el botón que está al lado de BackupMii con una flecha roja).
{: .notice--info}
[Continuar con la instalación de Priiloader](priiloader)<br>
Priiloader añade un nivel de protección de seguridad, y lo recomendamos, especialmente si solo instaló BootMii como un IOS
{: .notice--info}

View file

@ -1,65 +0,0 @@
---
title: "cIOS"
---
{% include toc title="Tabla de contenido" %}
Este tutorial le dirá cómo instalar CIOS (IOS personalizado). Esto es necesario si desea cargar juegos con un disco duro USB. Algunos homebrew podrían funcionar mejor usando CIOS.
![cIOS Logo](/images/cIOS.png)
#### Que necesitas
* Una Wii con conexión a internet.
* Una tarjeta SD
* [d2x cIOS Instalador](https://sites.google.com/site/completesg/backup-launchers/installation/d2x-cIOS-Installer-Wii.zip?attredirects=0&d=1)
#### Instrucciones
##### Sección I - Descargar
1. Tome el Instalador del cIOS d2x y colóquelo en la carpeta `apps` de su tarjeta SD.
2. Inserte su tarjeta SD en su Wii e inicie el instalador de cIOS d2x desde el canal Homebrew.
##### Sección II - Instalación
1. Presione continuar, luego configure las opciones a lo siguiente:
```
Seleccione cIOS: v10 beta52 d2x-v10-beta52
Seleccione base cIOS: 56
Seleccionar ranura cIOS: 249
Seleccione versión cIOS: 65535
```
![Instalar cIOS 249](/images/Wii/Install249.png)
2. Una vez configurado, presione A para instalar.
3. Cuando termine la instalación, presione A para regresar y configure las opciones a lo siguiente:
```
Seleccione cIOS: v10 beta52 d2x-v10-beta52
Seleccione base cIOS: 57
Seleccionar ranura cIOS: 250
Seleccione versión cIOS: 65535
```
![Instalar cIOS 250](/images/Wii/Install250.png)
4. Una vez configurado, presione A para instalar.
5. Cuando termine la instalación, presione A para regresar y configure las opciones a lo siguiente:
```
Seleccione cIOS: v10 beta52 d2x-v10-beta52
Seleccione base cIOS: 58
Seleccionar ranura cIOS: 251
Seleccione versión cIOS: 65535
```
6. Ejecutarlo de nuevo, luego salir una vez hecho.
##### Opciones una vez completadas
[Continuar a RiiConnect24](riiconnect24)<br>
RiiConnect24 te permitirá usar las funciones de WiiConnect24 de nuevo, como el correo de Wii y ciertos canales. Esto es opcional para instalar.
{: .notice--info}
[Continuar a Wiimmfi](wiimmfi)<br>
Wiimmfi le permite jugar juegos en línea después del cierre de la conexión Wi-Fi de Nintendo. Esto es opcional para instalar.
{: .notice--info}
[Continuar al mapa del Sitio](site-navigation)<br>
Tenemos muchos otros tutoriales para ayudarte.
{: .notice--info}

View file

@ -1,12 +0,0 @@
---
title: "Donaciones"
---
[![PayPal]({{ base_path }}/images/paypal_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/RC24){: .align-center}
paypal@riiconnect24.net
{: .text-center}
{: .notice--info}
[![Patreon]({{ base_path }}/images/patreon_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.patreon.com/bePatron?u=7497603){: .align-center}
{: .text-center}
{: .notice--info}

View file

@ -1,14 +0,0 @@
---
title: "Volcar juegos de Wii / GameCube"
---
¿Quieres volcar legalmente un GameCube o un juego de Wii y jugarlo en tu Wii? Con este tutorial explicaremos cómo hacerlo.
Por favor, elija cómo desea volcar el disco.
{: .notice--warning}
[Quiero copiarlo a una tarjeta SD / dispositivo USB](CleanRip)
{: .notice--info}
[Quiero enviar directamente a mi PC a través de Wi-Fi o un adaptador de Ethernet](dump-smb)
{: .notice--info}

View file

@ -1,44 +0,0 @@
---
title: "Volcado de un juego usando WiFi / Ethernet"
---
{% include toc title="Tabla de contenido" %}
¿Quieres volcar juegos a través de tu red local? ¡Sigue este tutorial! Esto puede ser útil si no tienes una tarjeta SD o un USB que sea lo suficientemente grande como para descargar un juego.
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
#### Que necesitas
* Una Wii.
* [DVDDumpTool](/assets/files/DVDDumpTool.zip)
Tu Wii y tu computadora deben estar conectadas a uno red local
{: .notice--warning}
#### Instrucciones
##### Sección I - Descarga / Instalación
1. Tome la herramienta DVDDumpTool y colóquela en la carpeta `apps` de su tarjeta SD.
2. Inserte su tarjeta SD en su Wii y ejecute la de DVDDumpTool desde Homebrew Channel.
![1](/images/DumpDiscs_LAN/1.jpg)
##### Sección II - Volcado
1. Presione el botón derecho en el d-pad y presione "A"
![2](/images/DumpDiscs_LAN/2.jpg)
2. Elija el disco que desea copiar (Las opciones son: `Disco de GameCube`,` Disco de una sola capa de Wii`, `Disco de doble capa de Wii` y presione" A "
![3](/images/DumpDiscs_LAN/3.jpg)
3. Ahora pon tu juego a tu Wii. (Si ya está en su wii, expulsar y ponerlo de nuevo).
![InsertTheDisc](/images/DumpDiscs_LAN/insertthedisc.jpg)
![4](/images/DumpDiscs_LAN/4.jpg)
4. Recuerda tu URL de Wii (dirección IP)
![5](/images/DumpDiscs_LAN/5.jpg)
5. En la computadora en su navegador web, escriba la URL de Wii y presione INTRO.
![6](/images/DumpDiscs_LAN/6.jpg)
6. Deberías ver esto. Haga clic en `Haga clic aquí para descargar XXXX.iso`
![7](/images/DumpDiscs_LAN/7.jpg)
7. La velocidad de transferencia no es la más rápida, pero si no puedes usar otra cosa, es mejor que nada.
![8](/images/DumpDiscs_LAN/8.PNG)

View file

@ -1,37 +0,0 @@
---
title: "Volcado de WADs"
---
{% include toc title="Tabla de contenido" %}
Este tutorial explicará cómo copiar WADs desde la memoria del sistema Wii
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
#### Que necesitas
* Una tarjeta SD
* [Yet Another BlueDump MOD](/assets/files/YABDM.zip)
##### Sección I - Descarga / Instalación
1. Extraiga Yet Another BlueDump MOD y colóquelo en la carpeta `apps` de su tarjeta SD.
2. Inserte su tarjeta SD en su Wii y lance Yet Another BlueDump MOD desde Homebrew Channel.
##### Sección II - Volcado
1. Presione el botón A.
![Press A](/images/DumpWADS/2.jpg)
2. Elija `Instalar Títulos de Canal`.
![Instalar Títulos de Canal](/images/DumpWADS/3.jpg)
3. Encuentre el contenido que desea volcar y presione el botón 1.
![Encontrar canal](/images/DumpWADS/4.jpg)
4. Seleccione `Backup to WAD`.
5. Cuando se le solicite `Fakesign the ticket`, presione el botón A.
6. Cuando se le solicite a `Fakesign the TMD`, presione el botón A.
7. Cuando se le solicite `Cambiar la región WAD de salida`, presione el botón B.
8. ¡Hecho!
![8.Hecho](/images/DumpWADS/6.jpg)

View file

@ -1,41 +0,0 @@
---
title: "Preguntas frecuentes"
---
![RiiConnect24 Wii Logo Yellow](/images/Wii_Yellow_Gray.jpg)
{% capture notice-1 %}
<a name="faq_latestfw" />**Q:** *Estoy en la última versión del sistema. ¿Es mi dispositivo hackeable?*
**A:** Sí. De hecho, hay vulnerabilidades disponibles para todas las versiones, excepto la 1.0.
<a name="faq_wiiu" />**Q:** *Estoy usando el modo Wii (vWii) en una Wii U. ¿Puedo hacerle softmod?*
**A:** Sí, sin embargo para vWii, debes seguir esta [guía](https://wiiu.hacks.guide)
<a name="faq_risky" />**Q:** *¿Qué tan arriesgado es hackear mi consola?*
**A:** Los bloqueos (un estado en el que algunas partes de su software de Wii no funcionan o su Wii no funciona en absoluto) ahora son *básicamente* imposibles a menos que ignore / evite todas las comprobaciones de seguridad.
<a name="faq_support" />**Q:** *¿Dónde debo ir para obtener apoyo?*
**A:** Para soporte, envíenos un correo electrónico a support@riiconnect24.net. O si tiene una cuenta de Discord, únase a nuestro servidor de Discord en [RiiConnect24 on Discord](https://discord.gg/b4Y7jfD).
<a name="faq_le4gbsd" />**Q:** *¿Puedo hacer esto con una tarjeta SD de 4GB (o más pequeña)?*
**A:** ¡Sí! De hecho, cualquier tarjeta SD con al menos 128 MB debería funcionar para ejecutar un exploit, pero para almacenar aplicaciones homebrew, se recomienda tener una tarjeta SD con al menos 2 GB.
<a name="faq_ge128gbsd" />**Q:** *¿Puedo usar una tarjeta SD de más de 32GB?*
**A:** Necesitará una tarjeta SD de 32GB o menos para correr el exploit LetterBomb / Wilbrand (a menos que esté usando FlashHax), pero una tarjeta SD de más de 32GB debería estar bien.
<a name="faq_nopc" />**Q:** *¿Puedo hacer esto sin una computadora (por ejemplo, un teléfono Android)?*
**A:** ¡Todo lo que necesita es la capacidad de colocar archivos en una tarjeta SD y una conexión a Internet!
<a name="faq_error" />**Q:** *Tengo error XXXXXX, ¿cómo solucionarlo?*
**A:** Para verificar qué error es, por favor visite el [Página de error de Wiimmfi](https://wiimmfi.de/error).
<a name="faq_wiimini" />**Q:** *¿Puedo modificar mi Wii Mini?*
**A:** No puedes modificar una Wii Mini porque no tiene una ranura para tarjeta SD y otras cosas.
<a name="faq_dolphin" />**Q:** *¿Puedo instalar RiiConnect24 en Dolphin?*
**A:** Desafortunadamente, RiiConnect24 no funciona en Dolphin debido a la forma en que se emula el procesador de la Wii. Sabemos que la gente está interesada en que funcione con Dolphin, por lo que podría funcionar en el futuro.
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>

View file

@ -1,23 +0,0 @@
---
title: "FlashHax"
---
{% include toc title="Table of Contents" %}
FlashHax es un exploit para la Wii que se activa al usar el canal de Internet. A diferencia de otros exploits, esto no requiere una tarjeta SD.
#### Que necesitas
* Una Wii con conexión a Internet en la versión del sistema 4.3.
* El Canal Internet
#### Instrucciones
1. Abre el canal de Internet en tu Wii. Si no lo tienes, descárgalo del Canal Tienda Wii.
2. Vaya a flashhax.com en el navegador y marque la página.
3. Abra el sitio desde el marcador. Luego procederá a descargar y cargar el instalador de HackMii. Puede llevar algún tiempo, ya que está descargando el instalador a través de Internet.
Si el instalador de HackMii no se carga y en su lugar se congela (no puedes mover el cursor), reinicia tu Wii y repite el paso 3 hasta que funcione. Puede tomar varios intentos, ser paciente!
[Continuar a Homebrew Channel y BootMii Instalación](hbc)
{: .notice--info}

View file

@ -1,22 +0,0 @@
---
title: "Obtener Empezar"
---
{% include toc title="Tabla de contenido" %}
Estas instrucciones supondrán que estás usando una tarjeta SD para modificar tu Wii, pero en su lugar puedes usar un dispositivo de almacenamiento USB. Sin embargo, el exploit LetterBomb requiere una tarjeta SD debido a cómo funciona el Tablero de mensajes de Wii.
{: .notice--info}
Esta guía es solo para la Wii original, con el último firmware (4.3). ¡No uses esto en una Wii U (vWii)!
Si desea instalar homebrew en vWii, [sigue este tutorial](https://wiiu.hacks.guide/vwii-modding).
{: .notice--warning}
### Elige un exploit para usar
- [str2hax](str2hax) - Explotación que utiliza el EULA de Wii (no se requiere tarjeta SD ni canal)
- [FlashHax](flashhax) - Explotación que utiliza el canal de Internet (no se requiere tarjeta SD)
- [LetterBomb](letterbomb) - Explotación que utiliza el tablero de mensajes de Wii (se requiere tarjeta SD)
Algunas alternativas a esta guía son: [ModMii (si tienes Windows)](https://sourceforge.net/projects/modmii/) o [SetMiiUp](https://gbatemp.net/threads/setmiiup-from-stock-to-latest-softmod-in-less-then-5-10-minutes.459416/).
Ambos le permiten comenzar con una guía, sin embargo, no instalan otros servicios de forma predeterminada, como se muestra en esta guía.
{: .notice--info}

View file

@ -1,40 +0,0 @@
---
title: "Instalación del Homebrew Channel y BootMii"
---
{% include toc title="Tabla de contenido" %}
![HBC Logo](/images/hbc.png)
El canal Homebrew es donde irás para lanzar aplicaciones homebrew.
BootMii es una pieza de software que puede respaldar y restaurar el almacenamiento NAND de su Wii y, si está instalado en boot2, brinda protección contra bloqueos.
#### Instrucciones
1. Verás una pantalla de advertencia de estafa. Espere 30 segundos a que aparezca el texto "Presione 1 para continuar", luego presione 1.
<br>
![Pantalla de estafa](/images/Wii/ScamScreen.png)
2. Cuando se encuentra en el instalador de HackMii, puede instalar Homebrew Channel y / o BootMii.
<br>
![Resultados](/images/Wii/Results.png)
3. Presione Continuar, luego seleccione el canal Homebrew y presione instalar.
<br>
![Instalar El Canal homebrew](/images/Wii/InstallHomebrewChannel.png)
4. Pulse Continuar cuando haya terminado.
<br>
![Instalación exitosa del Canal Homebrew](/images/Wii/SuccessHBC.png)
5. Una vez instalado, presiona atrás y ve a BootMii.
6. Si la pantalla principal dice que puedes instalar como boot2, hazlo. Esto le brinda un nivel de protección de ladrillos que hace casi imposible obtener ladrillos irrecuperables.
7. Si no dice que puede instalar como boot2, instálelo como IOS. Si bien esto no le brinda protección contra bloqueos en comparación con su contraparte boot2, aún le permitirá hacer una copia de seguridad NAND.
<br>
![Instalación de BootMii](/images/Wii/InstallBootMii.jpg)
8. Una vez hecho esto, salir.
[Continuar con la copia de seguridad de BootMii](bootmii)<br>
Hacer una copia de seguridad con BootMii es una buena idea,
{: .notice--info}

View file

@ -1,39 +0,0 @@
---
layout: splash
title: "Guía de Wii" #
header:
overlay_color: "#5e616c" #
overlay_image: /images/home-page-feature.jpg
overlay_filter: 0.5
cta_label: "Comenzar" #
cta_url: "/es_MX/get-started" #
caption:
excerpt: "Una guía para que comiences a modificar tu Wii.<br />"
---
## ¿Qué es "homebrew"?
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) se refiere a software no oficial en la Wii. te permite ejecutar juegos y programas caseros, incluyendo emuladores y herramientas, así como usar servicios caseros.
En la mayoría de los casos, ejecutar Homebrew en tu dispositivo es 100% gratis con el exploit LetterBomb o FlashHax. También hay varias otras vulnerabilidades en los juegos comerciales para que se ejecute Homebrew.
## ¿Qué puedo hacer con homebrew?
Aquí hay una lista de cosas que puedes hacer con él. Nuestra guía está diseñada para que usted pueda comenzar fácilmente, pero tenemos enlaces asociados con las cosas en la lista para ayudarlo a comenzar.
+ Usa aplicaciones homebrew
+ Vuelva a jugar juegos en línea con [Wiimmfi](https://wiimmfi.de), un servicio hecho por fanáticos que reemplaza a muchos de los descontinuados servicios de Conexión Wi-Fi de Nintendo de Nintendo (también funciona con muchos juegos de DS)
+ Podrá usar Wii Mail junto con con los canales Tiempo, Noticias y Opiniones nuevamente con [RiiConnect24](https://rc24.xyz) después de la interrupción de WiiConnect24;
+ Cargue sus juegos de Wii desde un disco duro USB usando un cargador USB;
+ Jugar mods de juegos como New Super Mario Bros. Wii y Mario Kart Wii;
+ Cambia el tema de tu Menú de Wii;
+ Juega juegos retro con emuladores portados a Wii, como [FCE Ultra GX para juegos NES](https://github.com/dborth/fceugx/releases), [Snes9x GX para juegos SNES] (https://github.com/dborth/snes9xgx/releases), y [Not64 para juegos de Nintendo 64](https://github.com/Extrems/Not64/releases);
+ Realice una copia de seguridad de sus partidas guardadas y Miis con [SaveGame Manager GX](https://sourceforge.net/projects/savegame-manager-gx/files/HBC_SetUp_R127.zip/download), y restaure las salvaciones de otros y Miis también;
+ Cargue juegos de GameCube desde un disco duro USB o una tarjeta SD con [Nintendont](https://gbatemp.net/threads/nintendont.349258/).
+ Haga copias de seguridad de sus juegos de Wii / GameCube con [CleanRip](http://wiibrew.org/wiki/CleanRip).
+ Haga una copia de seguridad y restaure una copia de la memoria de su sistema Wii (NAND) con [BootMii](http://bootmii.org);
+ Protege tu Wii de bloqueos con [Priiloader](https://wii.guide/priiloader);
+ Escuche música, vea películas y vea fotos con [WiiMC](http://www.wiimc.org/);
+ Inicie sus aplicaciones favoritas de homebrew desde su menú de Wii con "reenviadores";
+ Participe nuevamente en competiciones de Mario Kart Wii usando [Competiciones de Wiimmfi](https://competitions.wiimmfi.de)
+ ¡Y más!

View file

@ -1,63 +0,0 @@
---
title: "IOS Patcher"
---
{% include toc title="Tabla de contenido" %}
¿Quieres descargar archivos IOS parcheados para RiiConnect24 y no sabes cómo? Este tutorial te explicará cómo funciona IOS Patcher. (Este tutorial solo es adecuado para el sistema operativo Windows)
![Usando el Patcher IOS](/images/rc24_using_the_ios_patcher.jpg)
Este tutorial es solo para la versión de Windows de IOS Patcher.
{: .notice--info}
#### Que necesitas
* Ordenador con Windows XP o más nuevo
* Acceso a Internet.
#### Descargando
[¿Tiene algún problema con la instalación de RiiConnect24 o con IOS Patcher? ¿O tal vez quieres preguntarnos algo? Envíenos un correo electrónico a: support@riiconnect24.net!](mailto:support@riiconnect24.net)
{: .notice--info}
[Si está en Windows XP, omita la sección "Descarga" y descárguela de GitHub.](https://github.com/RiiConnect24/IOS-Patcher/releases)
{: .notice--info}
Si está en Windows 7 o una versión más reciente, abra cmd.exe (Ejecute o presione el Logotipo de Windows + R y escriba cmd.exe) y escriba `powershell -command "(new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/KcrPL/KcrPL.github.io/master/Patchers_Auto_Update/IOS_Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat`
{: .notice--info}
Dale unos segundos porque Powershell tiene que arrancar. Después de unos segundos se abrirá una nueva ventana.
![Net Installer](/images/IOS-Patcher/netinstall.jpg)
Presiona cualquier botón y espera...
![Net Installer Descargando](/images/IOS-Patcher/netinstall_downloading.jpg)
Después de que termine de descargar, una carpeta llamada `IOS-Patcher` debería aparecer en su escritorio. Ábrelo y abre un archivo llamado `patch.bat`
![Menú principal](/images/IOS-Patcher/iospatcher_mainscreen.jpg)
(Menú Principal de IOS Patcher)
Presione cualquier botón. Si la actualización estará disponible, IOS Patcher le pedirá que se actualice.
>El proceso de actualización tarda entre 10 y 15 segundos, dependiendo de la conexión y la velocidad de la computadora.
![IOS Patcher 1ª pantalla](/images/IOS-Patcher/iospatcher_1.jpg)
En esta pantalla, elige tu sistema.
RiiConnect24 todavía no funciona con la Wii U (aunque están trabajando en ello), así que no hagas esto en una Wii U.
{: .notice--warning}
La única opción válida es "Wii"
Después de eso, presione cualquier botón y deje que comience la descarga.
![IOS Patcher 2ª pantalla](/images/IOS-Patcher/iospatcher_2.jpg)
Cuando finalice la descarga y los parches, se le pedirá que copie los archivos WAD parcheados en su tarjeta SD. Si desea hacerlo automáticamente, inserte su tarjeta SD ahora mismo y presione "1". Si quieres hacerlo manualmente, presiona "2". O si solo desea copiar los archivos al escritorio, presione "3".
![IOS Patcher 3ª pantalla](/images/IOS-Patcher/iospatcher_3.jpg)
¡Básicamente, eso es todo! Eso es todo lo que tienes que hacer para usar IOS Patcher.
![IOS Patcher 4ª pantalla](/images/IOS-Patcher/iospatcher_4.jpg)
[Volver a la página de instalación de RiiConnect24.](riiconnect24)

View file

@ -1,28 +0,0 @@
---
title: "LetterBomb"
---
{% include toc title="Tabla de contenido" %}
![LetterBomb](/images/letterbomb.png)
LetterBomb es un exploit para la Wii que se activa mediante el Tablón de mensajes de Wii.
#### Que necesitas
* Una tarjeta SD
* Una Wii en versión sistema 4.3
#### Instrucciones
1. Ve a `Configuración de Wii` ->` Internet` -> `Información de la consola` y toma nota de tu dirección MAC.
1. Vaya a [please.hackmii.com] (https://please.hackmii.com), ingrese la MAC de la Wii y su región, complete el CAPTCHA, * asegúrese de que `Bundle the HackMii Installer para mí!` Esté marcado *, y haga clic en "Cortar el cable rojo" o "Cortar el cable azul"; No importa cuál elijas.
![Pantalla HackMii](/images/Wii/LetterBomb-PC.png)
1. Extraiga el contenido del ZIP descargado en su tarjeta SD.
1. En tu Wii, vuelve al Menú de Wii y luego abre el Tablero de mensajes.
1. Carga la letra roja con un icono de bomba.<br>
En varios escenarios, es posible que deba buscar el día anterior o el siguiente para encontrarlo.
![Menú LetterBomb Wii](/images/Wii/LetterBomb-Wii.png)
[Continuar con Homebrew Channel y BootMii Instalación](hbc)
{: .notice--info}

View file

@ -1,72 +0,0 @@
---
title: "Priiloader"
---
{% include toc title="Tabla de contenido" %}
Priiloader agrega al un nivel protección de bloqueos a tu Wii. Se carga antes de que lo haga el Menú de Wii (de ahí el nombre). La herramienta también puede habilitar hacks para tu Menú de Wii, ¡y puedes usar el Homebrew Channel, BootMii o lo que quieras!
![Priiloader](/images/priiloader.jpg)
#### Que necesitas
* Una tarjeta SD
* [Priiloader](/assets/files/Priiloader_v0_8_2.zip)
#### Instrucciones
##### Sección I - Descarga / Instalación
1. Extraiga Priiloader y colóquelo en la carpeta `apps` de su tarjeta SD.
2. Inserte su tarjeta SD en su Wii y ejecute Priiloader desde Homebrew Channel.
##### Sección II - Instalación de Priiloader
1. Inicia el Homebrew Channel en tu Wii.
2. Inicia Priiloader.
![Encuentra Priiloader](/images/Priiloader/1.jpg)
3. Presione el botón + en el mando de Wii o el botón A en un controlador de GameCube.
![Instalar Priiloader](/images/Priiloader/2.jpg)
![Instalación](/images/Priiloader/3.jpg)
##### Sección III - Entrar / Configurar Priiloader
1. Mantenga presionado el botón RESET mientras enciende su Wii.
![Encender](/images/Priiloader/5.jpg)
![Mantenga RESET](/images/Priiloader/4.jpg)
2. Deberías ver el menú Priiloader.
![Menú](/images/Priiloader/6.jpg)
3. Ve a `System Menu Hacks`.
4. Recomendamos que encienda estos hacks: `Region Free EVERYTHING`, `Block Disc Updates` y `Block Online Updates`.
![Menú Del sistema Hacks](/images/Priiloader/7.jpg)
## Menú del Sistema Hacks Lista
Esta es una lista de los hacks que puede habilitar con Priiloader.
| Hack | Descripción |
|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Replace Health Screen with Backmenu | Cambia la pantalla "Salud y seguridad" a la animación que ves cuando sales de un juego para ir al menú de Wii. |
| Re-Enable Bannerbomb v2 | Permite que el exploit "Bannerbomb" utilizado en versiones anteriores del Menú Wii se use en la versión Wii. |
| Region Free EVERYTHING | Habilita la región de forma gratuita para cualquier juego de Wii, incluidos los descargados. |
| Block Disc Updates | Elimina la pantalla "Actualización del sistema Wii" que se incluye en algunos juegos y te obliga a actualizarlos para jugar. |
| Region Free GC Games (No VM Patch) | Habilita la región libre para juegos de GameCube. |
| Region Free Wii Games | Habilita la región libre para juegos de Wii. |
| Lock System Menu with Black Screen | Hace que tu Menú de Wii quede atrapado en una pantalla negra, lo que te impide poder usarlo. |
| Remove Diagnostic Disc Check | Elimina un chequeo en la Wii para ver si un juego insertado es el "Disco de inicio de Wii". |
| No System Menu Sounds AT ALL | Desactiva todos los efectos de sonido del menú de Wii. |
| No System Menu Background Music | Desactiva la música de fondo del menú de Wii. |
| No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx | Nintendo eliminó los canales con estas identificaciones de títulos en las actualizaciones del sistema porque eran vulnerabilidades, puedes volver a habilitarlas con esto. |
| Remove NoCopy Save File Protection | Le permite copiar los archivos guardados en la pantalla Administración de datos que generalmente están deshabilitados para copiar. |
| Region Free Channels | Habilita la región libre para los canales de Wii. |
| Force Disc Games to run under IOS249 | Los juegos en discos usan CIOS 249 como el IOS del juego. |
| Auto-Press A at Health Screen | Presiona automáticamente el botón A para pasar la pantalla "Salud y seguridad". |
| Force Standard Recovery Mode | Le deja en un modo de recuperación donde puede iniciar discos de recuperación. Este menú fue utilizado por personas para desbloquear sus Wiis. |
| OSReport to UsbGecko(slot B) | Le permite enviar los registros del Menú Wii a un dispositivo de depuración en la ranura de tarjeta de memoria B. |
| OSReport to UsbGecko(GeckoOS,B) | Le permite enviar los registros del Menú de Wii a un dispositivo de depuración en la ranura de la tarjeta de memoria B, si el Menú de Wii es lanzado por Gecko OS. |
| Move Disc Channel | Le permite mover el Canal de disco a cualquier lugar que desee en el Menú de Wii. |
| Block Online Updates | Desactiva la actualización de tu Wii. |
[Continuar a cIOS](cios)<br>
Los cIOS se utilizan para jugar juegos con un cargador USB. Incluso si no quieres hacer eso, es útil para muchas aplicaciones caseras.
{: .notice--info}

View file

@ -1,42 +0,0 @@
---
title: "Arreglo de Batería de RiiConnect24 "
---
{% include toc title="Tabla de contenido" %}
![Logotipo de RiiConnect24](/images/WiiRC24Logo.jpg)
Este tutorial no parece reparar el error NEWS0000006. Desafortunadamente, si ese error persiste, reformatear tu Wii podría ser la única opción para solucionarlo.
{: .notice--warning}
Si obtiene el error FORE000006, generalmente significa "datos no válidos". Podría ser algo de nuestra parte aunque improbable. Intente esperar unos minutos y vuelva a intentarlo.
Si el código de error persiste, la hora de tu Wii puede ser incorrecta, lo que confunde a los canales. Estas instrucciones podrían valer una oportunidad.
#### Que necesitas
* Destornillador Phillips # 00 de cruceta
![Destornillador Phillips # 00 de cruceta](/images/RiiConnect24/clock/screwdriver.jpg)
#### Instrucciones
1. Configura tu Wii a la hora correcta en la Configuración de Wii.
1. Desenchufe su adaptador de Wii AC. Tendrá que abrir la tapa de la batería en el costado de su Wii, por lo que es posible que desee quitar todo lo que esté conectado a su Wii.
![Unplug Wii AC Adapter](/images/RiiConnect24/clock/unplug.jpg)
1. Ubica la tapa de la batería en la parte inferior de tu Wii.
![Battery Cover](/images/RiiConnect24/clock/batterycover.jpg)
1. Desatornille la tapa de la batería con su destornillador.
![Battery Unscrew](http://i.imgur.com/VRRAiSk.gif)
1. Deje que su Wii permanezca desconectada por un rato, sin la batería. Depende de usted cuánto tiempo debe durar. Una hora o dos puede ser suficiente para dejarlo afuera.
![Battery](/images/RiiConnect24/clock/battery.jpg)
1. Vuelva a atornillar la tapa de la batería.
![Battery Screw](http://i.imgur.com/8MEy5Jo.gif)
1. Enchufe su adaptador de Wii AC.
![Plug Wii AC Adapter](/images/RiiConnect24/clock/plug.jpg)
1. Pruebe el Canal Noticias o Tiempo. Esperemos que funcione ahora. Si no es así, es posible que desee repetir este proceso una vez más y podría solucionarlo.
¿Todavía no tienes suerte de que funcione? Desafortunadamente, es posible que debas reformatear tu Wii para que desaparezca. Simplemente asegúrese de hacer una copia de seguridad de sus archivos guardados y Miis con [SaveGame Manager GX](https://sourceforge.net/projects/savegame-manager-gx/files/HBC_SetUp_R127.zip/download).
{: .notice--info}
[Volver a la página de instalación de RiiConnect24.](riiconnect24)
{: .notice--info}

View file

@ -1,37 +0,0 @@
---
title: "RiiConnect24 - Instalación del Canal Opiniones"
---
{% include toc title="Tabla de contenido" %}
![Logotipo de RiiConnect24](/images/EVC.jpg)
Si quieres usar el canal Opiniones, debes seguir este tutorial **incluso si ya tienes el canal Everybody Votes en tu Wii, ya que necesitarás un WAD parchado.**
#### Que necesitas
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
* [Wii Mod Lite](https://github.com/RiiConnect24/Wii-Mod-Lite/releases)
#### Instrucciones
[Si desea ver instrucciones detalladas sobre cómo instalar el canal de revisiones de todo el mundo después de descargarlo, haga clic aquí@](wiimodlite)
{: .notice--info}
Para el canal Opiniones, puede eliminar el archivo guardado si lo desea o moverlo a su tarjeta SD si desea comenzar de nuevo. Además, si obtiene 231000 en el canal, reinicie e intente nuevamente.
{: .notice--info}
1. Ahora obtendrás el canal Opiniones. Debe instalarse **Incluso si ya tienes el canal en tu Wii, porque necesitarás un WAD parcheado con el que reinstalarás**.
1. Descargue el [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases). Si tiene problemas para ejecutarlo, contáctenos en [support@riiconnect24.net](mailto: support@riiconnect24.net) para obtener el enlace de descarga al Canal Opiniones.
1. Ejecute RiiConnect24Patcher.bat en su computadora
1. Siga las instrucciones que le dará el parche.
1. Después de realizar la aplicación de parches, si el parche no copió el canal Opiniones en su tarjeta SD, hágalo manualmente.
1. Inserte su tarjeta SD en su Wii, abra el Homebrew Channel e inicie Wii Mod Lite.
1. Usando el + Control Pad en tu Wii Remote, ve a `WAD Manager`, y luego navega a la carpeta `WAD`.
1. Cuando el canal WAD del Opiniones esté resaltado, presione A para instalar el WAD.
1. Si recibe un error diciendo que ya se ha instalado un título con una versión superior (error -1035), regrese al menú de selección WAD y presione - en el canal resaltado Everybody Votes, luego intente instalarlo nuevamente.
1. Una vez que se hayan instalado correctamente, presione el botón INICIO para volver al Canal Homebrew.
[¿Tiene algún problema para hacer que funcione? ¡Envíenos un correo electrónico a support@riiconnect24.net!](mailto:support@riiconnect24.net)
{: .notice--info}

View file

@ -1,29 +0,0 @@
---
title: "RiiConnect24 Mail Repatch"
---
{% include toc title="Tabla de contenido" %}
![Logotipo de RiiConnect24](/images/WiiRC24Logo.jpg)
Por razones de seguridad, los usuarios existentes de RiiConnect24 necesitan volver a enviar su nwc24msg.cfg para poder usar Wii Mail nuevamente. Es más fácil que antes parchearlo, y no debería llevar mucho tiempo.
[Si nunca ha instalado RiiConnect24, siga la guía aquí.](riiconnect24)<br>
{: .notice--info}
#### Que necesitas
* Una tarjeta SD
* [RiiConnect24 Mail Patcher](https://github.com/RiiConnect24/Mail-Patcher/releases)
#### Instrucciones
##### Sección I - Descargando
1. Descargue RiiConnect24 Mail Patcher desde el enlace anterior y extráigalo a su tarjeta SD.
1. Pon tu tarjeta SD en tu Wii.
##### Sección II - Instalación
1. Inicia el Homebrew Channel en tu Wii.
1. Inicie RiiConnect24 Mail Patcher.
1. Solo debe tomar unos segundos para parchear su nwc24msg.cfg. Cuando termine, presione INICIO para salir.

View file

@ -1,43 +0,0 @@
---
title: "Solución de problemas de RiiConnect24"
---
{% include toc title="Tabla de contenido" %}
![Logotipo de RiiConnect24](/images/WiiRC24Logo.jpg)
Si obtiene uno de estos errores (y no otro error), debería poder corregir el Canal eliminando su VFF.
+ Mensaje de discontinuación
+ NEWS / FORE000001
+ NEWS / FORE000003
+ NEWS / FORE000005
+ NEWS / FORE000099
#### Que necesitas
* Una tarjeta SD
* [WiiXplorer](https://sourceforge.net/projects/wiixplorer/files/latest/download)
#### Carpeta para eliminar
+ Canal Tiempo
+ 48414645
+ 4841464a
+ 48414650
+ Canal Noticias
+ 48414745
+ 4841474a
+ 48414750
#### Instrucciones
1. Inicia WiiXplorer.
1. Vaya a 'Inicio' -> `Configuración` -> `Configuración de arranque` -> `Habilitar el acceso de escritura NAND` y luego seleccione `Sí`para los dos cuadros de diálogo que aparecen en la pantalla.
1. Presione Atrás hasta que haya llegado a la pantalla del explorador de archivos.
1. Seleccione el pequeño icono azul de la tarjeta SD, luego seleccione `NAND`.
1. Navegue a `title` -> `00010002` -> XXXXXXXX -> `data`, donde XXXXXXXX es una de las carpetas de arriba.
1. Desplácese sobre `wc24dl.vff` y presione el botón + y seleccione `Eliminar`.
1. Intente iniciar el canal con el que estaba teniendo problemas ahora. Debería funcionar bien. Si no, únete a nuestro chat de Discord y trataremos de ayudarte.
[Volver a la página de instalación de RiiConnect24.](riiconnect24)

View file

@ -1,116 +0,0 @@
---
title: "RiiConnect24"
---
{% include toc title="Tabla de contenido" %}
![Logotipo de RiiConnect24](/images/WiiRC24Logo.jpg)
[RiiConnect24](https://rc24.xyz/) le permite usar el Canal Noticias o Tiempo, intercambiar correo entre Wiis y PC, votar en encuestas y usar otras funciones de WiiConnect24. Reemplaza el sistema WiiConnect24 incorporado.
En su estado actual, RiiConnect24 aún no es compatible con la Wii U, así que no lo instale en una Wii U todavía.
<br>
Hasta ahora solo funcionan los canales de Noticias, Tiempo y Opiniones, pero verifique [la página de estadísticas](https://rc24.xyz/stats/index.html) para futuros desarrollos.
{: .notice--warning}
Para instalar RiiConnect24 debes estar en el Menú Wii versión 4.3, de lo contrario el correo no funcionará.
{: .notice--info}
#### Que necesitas
* Una tarjeta SD
* Una Wii con conexión a internet.
* Una computadora (cualquier sistema operativo)
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
#### Instrucciones
##### Sección I - Parches IOS
[¿Tiene algún problema con la instalación de RiiConnect24 o quiere preguntarnos algo? Envíenos un correo electrónico a: support@riiconnect24.net!](mailto:support@riiconnect24.net)
{: .notice--info}
[Si desea ver instrucciones detalladas sobre cómo instalar el IOS parcheado y el Canal Opiniones parchado después de descargarlo, haga clic aquí.](wiimodlite)
{: .notice--info}
Ahora parcheará su IOS, `IOS31` y` IOS80`. Esto es necesario para usar los canales que admitimos para cambiar una clave RSA utilizada para firmar los archivos, y contiene algunos parches para el correo de Wii. También descargará una versión parcheada del canal Everybody Votes.
1. Descargue los archivos requeridos según su sistema operativo. En Windows ejecute `RiiConnect24Patcher.bat`, en Linux y MacOS ejecute` patch.sh`.
1. Sigue las instrucciones que te dan. Al finalizar, copie la carpeta `WAD` en su tarjeta SD.
1. Deberías obtener el canal Everybody Votes. Debe instalarse ** incluso si ya tienes el canal Everybody Votes en tu Wii, porque necesitarás un WAD parcheado con el que reinstalarás **.
1. (``Si RiiConnect24 Patcher copió todo a la tarjeta SD, puede omitir este paso)`` Extraiga Wii Mod Lite y luego cópielo en la carpeta `apps` de su tarjeta SD. Haga lo mismo para Mail-Patcher.
1. Pon tu tarjeta SD en tu Wii.
1. Inicia el Homebrew Channel en tu Wii.
1. Inicia Wii Mod Lite.
1. Usando el + Control Pad en tu Wii Remote, navega a `WAD Manager`, y luego navega a la carpeta `WAD`.
1. Cuando `IOS31.wad` esté resaltado, presione +, luego haga lo mismo para `IOS80.wad` y el canal WAD de Everybody Votes.
1. Si recibe un error diciendo que ya se ha instalado un título con una versión superior (error -1035), regrese al menú de selección WAD y presione - en el canal resaltado Everybody Votes, luego intente instalarlo nuevamente.
1. Una vez que se hayan instalado correctamente, presione el botón HOME para volver al Canal Homebrew.
##### Sección II - Revisión de nwc24msg.cfg
Ahora parcheará su archivo `nwc24msg.cfg` que se requiere para usar el correo de Wii.
1. Inicie RiiConnect24 Mail Patcher.
1. Solo debe tomar unos segundos para parchear su nwc24msg.cfg. Cuando termine, presione HOME para salir.
Si el paso anterior falló con un `` net_get_status: -24 - No se pudieron solicitar los datos: -24` error, verifique la conexión a internet en su Wii.
{: .notice--warning}
Si no pudo parchar su nwc24msg.cfg correctamente, envíenos un correo electrónico a [support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
##### Sección III - Conectando
Debe configurar su DNS para que el Canal Tiempo y Noticias vaya nuestros servidores. Este DNS también es útil si quieres jugar a Wiimmfi.
1. Ve a `Opciones de Wii`.
![Wii Options](/images/RiiConnect24/Internet_1.png)
1. Ve a `Configuración de Wii`.
![Wii Settings](/images/RiiConnect24/Internet_2.png)
1. Vaya a `Página 2`, luego haga clic en `Internet`.
![Internet](/images/RiiConnect24/Internet_3.png)
1. Vaya a `Configuración de conexión`.
![Connection Settings](/images/RiiConnect24/Internet_4.png)
1. Seleccione su conexión actual.
![Current Connection](/images/RiiConnect24/Internet_5.png)
1. Vaya a `Cambiar configuración`.
![Change Settings](/images/RiiConnect24/Internet_6.png)
1. Vaya a `Obtener automáticamente DNS` (no a la dirección IP), luego seleccione `No`, luego `Configuración avanzada`.
![Auto-Obtain DNS](/images/RiiConnect24/Internet_7.png)
1. Escriba `164.132.44.106` como el DNS primario.
![Primary DNS](/images/RiiConnect24/Internet_8.png)
1. Escriba `8.8.8.8` como el DNS secundario (también puede probar` 1.1.1.1`, sin embargo, acaba de aparecer y podría causar problemas).
![Secondary DNS](/images/RiiConnect24/Internet_9.png)
1. Seleccione `Confirmar`, luego seleccione `Guardar`.
![Save DNS](/images/RiiConnect24/Internet_10.png)
1. Seleccione `OK` para realizar una prueba de conexión.
![Connection Test](/images/RiiConnect24/Internet_11.png)
1. Si la prueba de conexión fue exitosa, seleccione `No` para omitir la Actualización del Sistema Wii.
![Connection Test Successful](/images/RiiConnect24/Internet_12.png)
1. Vaya a `WiiConnect24`, luego a `WiiConnect24` de nuevo, y asegúrese de que esté habilitado.
![WiiConnect24 1](/images/RiiConnect24/Internet_13.png)
![WiiConnect24 2](/images/RiiConnect24/Internet_14.png)
![WiiConnect24 3](/images/RiiConnect24/Internet_15.png)
1. De vuelta en el menú de WiiConnect24, vaya a "Conexión en espera" y asegúrese de que esté habilitado.
![Standby Connection 1](/images/RiiConnect24/Internet_16.png)
![Standby Connection 2](/images/RiiConnect24/Internet_17.png)
![Standby Connection 3](/images/RiiConnect24/Internet_18.png)
1. En `Slot Illumination`, le recomendamos que configure la luz del disco en `Dim` o `Bright`, pero esto es opcional.
![Slot Illumination 1](/images/RiiConnect24/Internet_19.png)
![Slot Illumination 2](/images/RiiConnect24/Internet_20.png)
![Slot Illumination 3](/images/RiiConnect24/Internet_22.png)
1. Finalmente, vaya a la sección `Internet`, luego a `Contratos de usuario o `Acuerdo / Contacto`, luego a `Sí`. <br>
  Por favor, lea esto y no se salte. ¡Esto contiene cosas importantes sobre RiiConnect24 como servicio!
![User Agreements 1](/images/RiiConnect24/Internet_23.png)
![User Agreements 2](/images/RiiConnect24/Internet_24.png)
Si obtiene el error 107245, entonces es probable que no haya corregido su IOS correctamente.
{: .notice--info}
[Si obtiene el error FORE000006, es posible que desee seguir este tutorial para solucionarlo. (Esto no funciona con NEWS000006).](riiconnect24-batteryfix)
{: .notice--warning}
[Si recibe errores, como un mensaje discontinuo al abrir las Noticias o el Canal de pronóstico, tenemos algunas instrucciones que podrían resolverlo.](riiconnect24-troubleshooting)
{: .notice--warning}

View file

@ -1,23 +0,0 @@
---
title: "Eliminar RSSMii"
---
{% include toc title="Tabla de contenido" %}
Si ya no deseas utilizar RSSMii (tal vez porque te da demasiado correo de Wii), aquí te explicamos cómo eliminarlo.
![Eliminar RSSMii](/images/rssmii-remove.png)
#### Que necesitas
* Una tarjeta SD
* [RSSMii Remover](https://github.com/RiiConnect24/rssmii/releases)
#### Instrucciones
1. Extraiga RSSMii Remover y colóquelo en la carpeta `apps` de su tarjeta SD.
1. Elimine el archivo `feeds.xml` en la raíz de su tarjeta SD.
1. Inicie RSSMii Remover desde el canal Homebrew. Se eliminarán sus suscripciones a los canales RSS.
[Instalando RSSMii](rssmii)
{: .notice--info}

View file

@ -1,63 +0,0 @@
---
title: "Instalando RSSMii"
---
{% include toc title="Tabla de contenido" %}
¿Quieres recibir actualizaciones de fuentes RSS en tu Tablón de mensajes Wii? Este tutorial te dirá cómo configurar RSSMii.
![RSSMii](/images/rssmii.png)
#### Que necesitas
* Una tarjeta SD
* [RSSMii](https://github.com/RiiConnect24/rssmii/releases)
#### Instrucciones
##### Sección I - Descarga / instalación
1. Extraiga RSSMii y colóquelo en la carpeta `apps` de su tarjeta SD.
1. Necesitamos crear un `feeds.xml` en la raíz de la tarjeta SD para que la aplicación sepa a qué fuentes se suscribe.
¿Tienes una computadora con Windows? Descarga nuestro programa de creadores de feeds RSS creado por KcrPL. ¡Creará automáticamente `feeds.xml` y lo copiará en su tarjeta SD! [Haga clic aquí para descargarlo.](Https://github.com/RiiConnect24/rssmii/releases)
{: .notice--info}
<b>Si no tiene una computadora con Windows, use esta plantilla y use su editor de texto favorito para hacer el `feeds.xml`. Incluso cuando sea demasiado complicado para usted, envíenos un correo electrónico a `support@riiconnect24.net` y crearemos este archivo para usted</b> :)
```
<?xml version="1.0" encoding="utf-8"?>
<rss>
<feed name="Example-Feed"><![CDATA[http://example.com/rss-feed]]></feed>
<feed name="One more Example-Feed!"><![CDATA[http://example.com/another_rss-feed]]></feed>
</rss>
```
Reemplace la parte de "nombre" con el título que desea poner para el feed. Asegúrese de que no sea muy largo, ya que no hay mucho espacio.
    Luego, reemplace la parte del enlace con el enlace a la fuente RSS. Puedes poner tantos feeds como quieras. No borres la parte "CDATA".
```
<?xml version="1.0" encoding="utf-8"?>
<rss>
<feed name="RiiConnect24 Medium"><![CDATA[https://medium.com/feed/riiconnect24]]></feed>
<feed name="RiiConnect24 Twitter"><![CDATA[https://twitrss.me/twitter_user_to_rss/?user=RiiConnect24]]></feed>
<feed name="Nintendo News"><![CDATA[https://www.nintendo.com/feed]]></feed>
</rss>
```
¡Se ve muy bien! Guarda el feed que hiciste en la raíz de tu tarjeta SD.
1. Inicie RSSMii desde el canal Homebrew.
1. Presione A para confirmar que desea suscribirse a las fuentes. Ignore el error sobre ES_GetTitleID, todo está bien.
1. Una vez hecho todo, presione INICIO para volver al Canal Homebrew. ¡Pronto deberías recibir actualizaciones de RSS en tu Wii, disfrútalo!
¿No estás recibiendo actualizaciones de feed? Pruebe una fuente RSS que se actualice con más frecuencia, como una fuente con noticias, por ejemplo. Si la fuente RSS no se actualiza con frecuencia, no recibirá muchas actualizaciones.
{: .notice--warning}
Te recomendamos que uses solo algunos feeds, porque si te suscribes a muchos feeds puedes recibir una tonelada de correo en tu Wii.
{: .notice--info}
Si no recibe las actualizaciones después de unos días, es posible que deba suscribirse a las fuentes RSS nuevamente. Vuelva a iniciar RSSMii desde Homebrew Channel y creará nuevas suscripciones.
{: .notice--info}
[Eliminar RSSMii](rssmii-remove)
{: .notice--info}

View file

@ -1,51 +0,0 @@
---
title: "Mapa del Sitio" #
layout: single
sitemap: false
---
![WiiTutorials](/images/WiiTutorials.jpg)
{% capture notice-1 %}
**Popular**
+ [RiiConnect24](riiconnect24)
+ [Wiimmfi](wiimmfi)
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>
{% capture notice-2 %}
**RiiConnect24/Wiimmfi**
+ [RiiConnect24](riiconnect24)
+ [Arreglo de batería RiiConnect24](riiconnect24-batteryfix)
+ [Solución de problemas de RiiConnect24](riiconnect24-troubleshooting)
+ [Canal Opiniones](riiconnect24-evc)
+ [IOS Patcher](iospatcher)
+ [Wiimmfi](wiimmfi)
+ [WiiWare Patcher](wiiwarepatcher)
**Modding 101**
+ [Canal Homebrew](hbc)
* [Copia de seguridad BootMii](bootmii)
+ [Priiloader](priiloader)
+ [cIOS](cios)
+ [LetterBomb](letterbomb)
+ [Flashhax](flashhax)
+ [str2hax](str2hax)
+ [Wii Mod Lite](wiimodlite)
**Homebrew**
+ [Volcar juegos de GameCube / Wii](dump-games)
+ [Volcar canales (WADs)](dump-wads)
+ [Instalar RSSMii](rssmii)
+ [Eliminar RSSMii](rssmii-remove)
+ [Realizar un SysCheck](syscheck)
+ [Instalar temas de Wii](themes)
**Sitio**
+ [Inicio](/)
+ [Comenzar](get-started)
+ [Preguntas frecuentes](faq)
+ [Creditos](credits)
+ [Donaciones](donations)
{% endcapture %}
<div class="notice--primary">{{ notice-2 | markdownify }}</div>

View file

@ -1,50 +0,0 @@
---
title: "str2hax"
---
{% include toc title="Tabla de contenido" %}
str2hax es un exploit para la Wii que se activa al cargar el Acuerdo de licencia de usuario final de la Wii. No requiere nada más que una conexión a internet.
#### Que necesitas
* Una Wii con conexión a Internet en la versión del sistema 4.3.
#### Instrucciones
##### Sección I - Conectando
Este exploit requiere que establezca su DNS para conectarse a un servidor que contiene el exploit.
1. Ve a `Opciones de Wii`.
[Wii Options](/images/RiiConnect24/Internet_1.png)
1. Ve a `Configuración de Wii`.
[Wii Settings](/images/RiiConnect24/Internet_2.png)
1. Vaya a `Página 2`, luego haga clic en` Internet`.
[Internet](/images/RiiConnect24/Internet_3.png)
1. Vaya a `Configuración de conexión`.
[Connection Settings](/images/RiiConnect24/Internet_4.png)
1. Seleccione su conexión actual.
[Current Connection](/images/RiiConnect24/Internet_5.png)
1. Vaya a `Cambiar configuración`.
[Change Settings](/images/RiiConnect24/Internet_6.png)
1. Vaya a `Obtener automáticamente DNS` (no a la dirección IP), luego seleccione `No`, luego `Configuración avanzada`.
[Auto-Obtain DNS](/images/RiiConnect24/Internet_7.png)
1. Escriba `216.69.185.14` como el DNS primario.
1. Escriba `173.201.71.14` como el DNS secundario.
1. Seleccione `Confirmar ', luego seleccione` Guardar`.
[Save DNS](/images/RiiConnect24/Internet_10.png)
1. Seleccione `OK` para realizar una prueba de conexión.
[Connection Test](/images/RiiConnect24/Internet_11.png)
1. Si la prueba de conexión fue exitosa, seleccione `No` para omitir la Actualización del Sistema Wii.
[Connection Test Successful](/images/RiiConnect24/Internet_12.png)
##### Sección II - Disparando la Explotación
1. Vaya a la sección `Internet`, luego a` Contratos de usuario` o `Acuerdo / Contacto ', luego a' Sí '.
1. Si ve un pony en la pantalla sobre un fondo azul claro, lo ha configurado correctamente. Espere 1-2 minutos para que se active el exploit (debería tomar aproximadamente 1 minuto y 25 segundos). El exploit descargará el instalador de HackMii para que pueda continuar.
Si el instalador de HackMii no se carga y, en cambio, se congela (no puedes mover el cursor) o si la activación no demora entre 1 y 2 minutos, reinicia tu Wii y vuelve a intentarlo.
[Continuar con Homebrew Channel y instalación BootMii.](hbc)
{: .notice--info}

Some files were not shown because too many files have changed in this diff Show more