New Crowdin updates (#187)

This commit is contained in:
KcrPL 2021-03-21 17:45:50 +01:00 committed by GitHub
parent dbe98522b5
commit 7779c4559a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1070 changed files with 18257 additions and 3071 deletions

View file

@ -3,6 +3,9 @@ main:
-
title: Wii Guide
url: /
-
title: Start Here
url: get-started
-
title: FAQ
url: faq

View file

@ -3,6 +3,9 @@ main:
-
title: Wii Guide
url: /
-
title: Start Here
url: get-started
-
title: FAQ
url: faq

View file

@ -3,6 +3,9 @@ main:
-
title: Wii Guide
url: /
-
title: Start Here
url: get-started
-
title: FAQ
url: faq

View file

@ -42,8 +42,8 @@ sidebar_pages:
title: Donazioni
url: donazioni
-
title: Crediti
url: crediti
title: Riconoscimenti
url: riconoscimenti
-
title: RiiConnect24
url: riiConnect24

View file

@ -3,6 +3,9 @@ main:
-
title: Wii Guide
url: /
-
title: Start Here
url: get-started
-
title: FAQ
url: faq

View file

@ -42,8 +42,8 @@ sidebar_pages:
title: Пожертвования
url: пожертвования
-
title: Credits
url: credits
title: Разработчики
url: разработчики
-
title: RiiConnect24
url: riiconnect24

View file

@ -3,6 +3,9 @@ main:
-
title: Wii Guide
url: /
-
title: Start Here
url: get-started
-
title: FAQ
url: faq

View file

@ -14,7 +14,7 @@ main:
url: riiConnect24
-
title: Wiimmfi
url: wiimmfi
url: "yarak\n"
bottom:
-
title: İngilizce destek için, yardım isteyin <a href="https://discord.gg/b4Y7jfD">RiiConnect24 Discord'da </a>.
@ -49,4 +49,4 @@ sidebar_pages:
url: riiConnect24
-
title: Wiimmfi
url: wiimmfi
url: "yarak\n"

View file

@ -3,6 +3,9 @@ main:
-
title: Wii Guide
url: /
-
title: Start Here
url: get-started
-
title: FAQ
url: faq

View file

@ -3,6 +3,9 @@ main:
-
title: Wii Guide
url: /
-
title: Start Here
url: get-started
-
title: FAQ
url: faq

14
_pages/af_ZA/404.md Normal file
View file

@ -0,0 +1,14 @@
---
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}

60
_pages/af_ZA/bluebomb.md Normal file
View file

@ -0,0 +1,60 @@
---
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 that takes advantage of a flaw in the Wii and Wii mini's Bluetooth libraries. Although it is the only exploit that works for the Wii mini, BlueBomb can run on the original Wii as well. This exploit also enables recovery from certain bricks, such as a banner brick.
For the original Wii, we do not recommend using BlueBomb if you intend to install the Homebrew Channel and BootMii, as there are more convenient exploits available.
{: .notice--info}
#### Section I - What you need
- A Linux machine
- If you have a Raspberry Pi, you can use that instead as it most likely has Linux installed already.
- Windows Subsystem for Linux will *not work* as it does not have direct access to the Bluetooth adapter or USB ports.
- If you do not have Linux, [Ubuntu](https://ubuntu.com/download/desktop) is the most user-friendly option and can be ran on computers running Windows or Mac.
- 32-bit devices will require [Ubuntu 16.04](http://releases.ubuntu.com/16.04/).
- For 64-bit devices it is recommended to use the LTS edition due to its stability, but the latest release works as well.
- You can [flash a Linux install to a USB flash drive](https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview) instead of installing it to your computer.
- A Bluetooth adapter.
- An internal Bluetooth adapter will work.
- If you do not have one, make sure to get one compatible with Linux.
- A USB flash drive formatted as FAT32.
- This cannot be the same flash drive used for your Linux Machine.
#### Section II - Performing the exploit
1. Download the HackMii installer from [the BootMii website](https://bootmii.org/download/).
- (If attempting to fix a brick, you should also copy the homebrew app you wish to use to /apps/)
1. Unpack it and place the `boot.elf` file in your flash drive.
1. Connect the flash drive to the console. For a Wii mini, the USB port is on the back. For a normal Wii, use the bottom port. (or the right port if it's upright).
1. Turn on your console and navigate to the settings menu. On the top right corner you will see a 4-character code like the one in the picture below. This code is your Wii Menu version, take a note of this as you will need it later. Afterwards, turn your console off. ![SystemMenuVersion](/images/Wii/SystemMenuVersion.png)
1. Start your Linux distro, and ensure you are connected to the internet.
1. Open the Terminal
1. Run the following commands:
```bash
wget https://wii.guide/assets/files/bluebomb-helper.sh
chmod +x bluebomb-helper.sh
./bluebomb-helper.sh
```
1. The helper will then download the required files, and ask for information about your console.
- If you have selected a Wii mini you will be asked to provide your region. This can be determined by the last letter of the Wii Menu version (`U` for **USA** and `E` for **PAL** models).
- If you have selected a Wii you will be asked to provide your Wii Menu Version (What you determined in step 4)
1. Turn on your console and **do not** connect any Wiimotes.
1. Press the Sync button repeatedly until the terminal shows `got connection handle`. This could take numerous attempts, so don't give up.
Make sure that the console is close to the computer running the exploit, ideally it should be less than 3 feet.
{: .notice--info}
The console should now boot to the HackMii installer. You can now shut down your Linux computer if you are not planning to use it later.
[If using a Wii, proceed to installing the Homebrew Channel and BootMii](hbc)
{: .notice--info}
[If using a Wii mini, proceed to installing the Homebrew Channel](hbc-mini)
{: .notice--info}

46
_pages/af_ZA/bootmii.md Normal file
View file

@ -0,0 +1,46 @@
---
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/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![BootMii Logo](/images/bootmii.png)
You need an **SD card** to create a NAND backup using BootMii. If you do not have one, you can skip this page, although it is highly recommended to create one if you can.
{: .notice--warning}
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. It's a good idea to make a NAND backup regularly or before doing 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 must use the POWER and RESET buttons on your 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). To select an option, hit RESET on your Wii or A on your GameCube controller.
{: .notice--info}
If the screen stays black and the blue disc drive light is blinking, you are missing the BootMii files on your SD card. Download [this zip](https://static.hackmii.com/bootmii_sd_files.zip) and extract it to the root of your SD card, then try again.
{: .notice--warning}
3. Select the Options button (the one with the gears).
4. Select the BackupMii button (the one with the green arrow).
- A NAND backup will start. You can watch the progress on the screen.
- "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.
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) Priiloader adds a level of brick protection, and we recommend it, especially if you were only able to install BootMii IOS.
{: .notice--info}

56
_pages/af_ZA/cios-mini.md Normal file
View file

@ -0,0 +1,56 @@
---
title: "d2xl cIOS for Wii mini (experimental)"
---
{% include toc title="Table of Contents" %}
This tutorial will tell you how to install Leseratte's d2xl Wii mini 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)
This guide is only intended for Wii mini users. If you have a Wii, follow [this guide](cios) instead.
{: .notice--warning}
If you need help with anything regarding this tutorial, please join [the Wii mini Hacking Discord server](https://discord.gg/6ryxnkS) (recommended)
{: .notice--info}
This d2x cIOS installer was originally developed for the Wii U's vWii by DaveBaol and custom cIOS was created by Leseratte for the Wii mini. The original download page can be found [here](https://wii.leseratte10.de/d2xl-cIOS/). Leseratte's Github page can be found [here](https://github.com/Leseratte10/d2xl-cios). Please note that this cIOS is still experimental, though no problem with functionality has been reported.
{: .notice--info}
#### What you need
* A Wii mini with the Homebrew Channel installed
* A USB drive
* Leseratte's [d2xl cIOS Installer](/assets/files/d2xl_wii_mini_cIOS_installer_v1_beta2.zip)
#### Instructions
##### Section I - Downloading
1. Extract the d2xl cIOS Installer to the `apps` folder on your USB drive.
1. Insert your USB drive into your Wii mini and load the d2xl cIOS Installer from the Homebrew Channel.
##### Section II - Installing
1. Press continue, then set the options to the following:
```
Select cIOS: d2xl-v1-beta2
Select cIOS base: 57
Select cIOS slot: 249
```
Take a note of the version number under notes (`IOS57-64-` ending in either `v31776` or `v31775`)
1. Once set, press A to install. Once done successfully, exit the installer.
- If the install fails with a `TMD version mismatch` error, press left or right on the +Control Pad over the `Select cIOS base` option until the version number is different than the one you tried before. The number 57 will not change.
##### Enabling Ethernet
If you wish to use Wiimmfi with Ethernet on a Wii mini, you have to run the [Ethernet Enabler Homebrew](/assets/files/Wii_Mini_Ethernet_Enable.zip) app made by Fullmetal5. To run it, just unzip it in the `apps` folder of your USB drive and run it from the Homebrew Channel.
Do not attempt to install a Wii IOS or System Menu on the Wii mini. Doing so will likely brick your console.
{: .notice--warning}
You can now use homebrew such as [USB Loader GX](usbloadergx) and [WiiFlow](wiiflow).
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

109
_pages/af_ZA/cios.md Normal file
View file

@ -0,0 +1,109 @@
---
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/cIOS.png)
If you have a Wii mini, install [this cIOS](cios-mini) instead. Attempting to install any other cIOS on a Wii mini won't work.
{: .notice--info}
#### What you need
* A Wii with an Internet connection
* An SD card or USB drive
* [d2x cIOS Installer](/assets/files/d2x-cIOS-Installer-Wii.zip)
Ensure that if you are using an SD card, the lock switch is in the unlocked position, otherwise you will not be able to select the correct options in the installer
{: .notice--warning}
#### Instructions
##### Section I - Downloading
1. Download d2x cIOS Installer and extract it to 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: 57
Select cIOS slot: 249
Select cIOS version: 65535
```
![Install cIOS 249](/images/cios/Install249.png)
1. Once set, press A twice 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: 56
Select cIOS slot: 250
Select cIOS version: 65535
```
![Install cIOS 250](/images/cios/Install250.png)
1. Once set, press A twice 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: 38
Select cIOS slot: 251
Select cIOS version: 65535
```
![Install cIOS 251](/images/cios/Install251.png)
1. Once set, press A twice again to install, and then exit once done.
{% capture bruh %}
Although the majority of games should work straight away with the defaults, some may require using a specific cIOS to function, or to utilize certain features within the game.<br> Examples include:
* Using a keyboard in Animal Crossing: City Folk.
* Running SpongeBob's Boating Bash.
A more comprehensive (although still incomplete) list can be found [**here**](https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List)<br> To change the cIOS used for a specific game, follow these instructions:
{% endcapture %}
<div class="notice--warning">{{ bruh | markdownify }}</div>
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'usbloadergx')">USB Loader GX</button>
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'wiiflow')">WiiFlow</button>
<div id="usbloadergx" class="blanktabcontent">
<p spaces-before="0">
!!crwdP_24_Pdwrc!!Select the game that isn't working. !!crwdP_25_Pdwrc!!Click Settings. !!crwdP_26_Pdwrc!!Select <code>Game Load</code>. !!crwdP_27_Pdwrc!!Scroll down to <code>Game IOS</code>. !!crwdP_28_Pdwrc!!Enter the IOS slot to use.
</p>
<ul>
<li>
Try using 250 or 251, if 249 doesn't work. !!crwdP_29_Pdwrc!!Press ok and try to load the game.
</li>
</ul>
</div>
<div id="wiiflow" class="blanktabcontent">
<p spaces-before="0">
!!crwdP_30_Pdwrc!!Select the game that isn't working. !!crwdP_31_Pdwrc!!Click the gear icon. !!crwdP_32_Pdwrc!!Go to cIOS and use the arrows to select the IOS slot to use.
</p>
<ul>
<li>
Try using 250 or 251, if 249 doesn't work. !!crwdP_33_Pdwrc!!Press Save and try to load the game.
</li>
</ul>
</div>
##### Options once complete
[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}
You can now use homebrew such as [USB Loader GX](usbloadergx) and [WiiFlow](wiiflow).
{: .notice--info}
<script>
let tabcontent = document.getElementsByClassName("blanktabcontent");
let tablinks = document.getElementsByClassName("tablinks");!!crwd_CB_10_BC_dwrc!!</script>

32
_pages/af_ZA/cleanrip.md Normal file
View file

@ -0,0 +1,32 @@
---
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

@ -0,0 +1,48 @@
---
title: "Deleting VFFs"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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 dialogues 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)
{: .notice--info}

12
_pages/af_ZA/donations.md Normal file
View file

@ -0,0 +1,12 @@
---
title: "Donations"
---
[![PayPal]({{ base_path }}/images/paypal_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/RiiConnect){: .align-center}
donations@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

@ -0,0 +1,26 @@
---
title: "Dumping Wii/GameCube games"
---
Want to dump a GameCube or a Wii disk? There are two ways of doing so, depending on the tools you have available with you.
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'cleanrip')">To the SD card/USB drive</button>
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'network')">To a PC over the network</button>
{% capture cleanripInstructions %}
### Cleanrip guide
{% include_relative cleanrip.md %}
{% endcapture %}
{% capture networkInstructions %}
### Dumping a game over a local network
{% include_relative dump-smb.md %}
{% endcapture %}
<div id="cleanrip" class="blanktabcontent">{{ cleanripInstructions | markdownify }}</div>
<div id="network" class="blanktabcontent">{{ networkInstructions | markdownify }}</div>
<script>
let tabcontent = document.getElementsByClassName("blanktabcontent");
let tablinks = document.getElementsByClassName("tablinks");!!crwd_CB_1_BC_dwrc!!</script>

30
_pages/af_ZA/dump-smb.md Normal file
View file

@ -0,0 +1,30 @@
---
title: "Dumping Wii/GameCube games over local network"
---
#### 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)

34
_pages/af_ZA/dump-wads.md Normal file
View file

@ -0,0 +1,34 @@
---
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/rc24) (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.png)
2. Choose `Installed Channel Titles`. ![Installed Channel Titles](/images/DumpWADS/3.png)
3. Find the content you want to dump and press the 1 Button. ![Find channel](/images/DumpWADS/4.png)
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`, choose `No`.
You have now dumped that WAD. It should appear on your SD card. ![Done](/images/DumpWADS/5.png)

29
_pages/af_ZA/faq.md Normal file
View file

@ -0,0 +1,29 @@
---
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/rc24).
### 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 BlueBomb, str2hax, or FlashHax exploits, you do not need an SD card
To store homebrew applications, we recommend an SD card with at least 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.

24
_pages/af_ZA/flashhax.md Normal file
View file

@ -0,0 +1,24 @@
---
title: "FlashHax"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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
- The Internet Channel
#### 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

@ -0,0 +1,29 @@
---
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/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
All of the exploits run the HackMii Installer, and have the same end result.
{: .notice--info}
Although you can follow this guide without an SD card, you will not be able to create or restore a NAND backup using BootMii, and you won't be able to use some homebrew.
{: .notice--info}
This guide is for the original Wii only, with the latest firmware (4.3), and the Wii mini. Do not use this on a Wii U (vWii)! If you want to install homebrew on a Wii U, [follow this guide](https://wiiu.hacks.guide).
{: .notice--warning}
### Choose an exploit to use
- [str2hax](str2hax) - Exploit that uses the Wii EULA
* (Requires an internet connection and changing the DNS server)
- [LetterBomb](letterbomb) - Exploit that uses the Wii Message Board
* (Requires an SD card)
- [FlashHax](flashhax) - Exploit that uses the Internet Channel
* (Requires the Internet Channel installed, and an internet connection)
- [BlueBomb](bluebomb) - Exploit that uses Bluetooth
* 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**

29
_pages/af_ZA/hbb.md Normal file
View file

@ -0,0 +1,29 @@
---
title: "Open Shop Channel (Homebrew Browser)"
---
If you need help for anything regarding this tutorial, please join [the Open Shop Channel](https://discord.gg/osc) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
The [Open Shop Channel](https://oscwii.org/) is where you can go to get homebrew apps. It is a revival project for an app called Homebrew Browser.
#### 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.
[Continue to RiiConnect24](riiconnect24)<br> RiiConnect24 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. 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}
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}

31
_pages/af_ZA/hbc-mini.md Normal file
View file

@ -0,0 +1,31 @@
---
title: "Homebrew Channel - for Wii mini only"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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.
#### Instructions
This page is **only** intended for users of the Wii mini. If you have a regular Wii, follow [this guide](hbc) instead.
{: .notice--info}
While it is possible to install BootMii on a Wii mini, you will need to solder an SD card slot.
{: .notice--info}
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)
1. Press Continue, then select Install The Homebrew Channel, and press install. ![Install the Homebrew Channel](/images/Wii/InstallHomebrewChannel.png)
1. Press Continue when finished. ![Success Installing the Homebrew Channel](/images/Wii/SuccessHBC.png)
1. Once done, select `Exit` to exit the HackMii installer.
[Continue to installing Priiloader](priiloader) Priiloader offers protection from bricks, and is highly recommended to install.
{: .notice--info}

39
_pages/af_ZA/hbc.md Normal file
View file

@ -0,0 +1,39 @@
---
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/rc24) (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 BootMii as boot2, do so. This offers the best possible brick protection you can have. Skip this step if you cannot install BootMii as boot2.
7. Install BootMii as IOS, even if you already installed BootMii boot2 in the previous step. If you couldn't install BootMii as boot2 in the previous step, this will still allow you to create a NAND backup.
If you do not have an SD card, you cannot install or use BootMii, and therefore will not be able utilize any of the mentioned benefits. You can always install it at a later date.
{: .notice--warning}
![BootMii Installation](/images/Wii/InstallBootMii.png)
8. Once done, select `Continue`, and then select `Exit` to go to the Homebrew Channel
[Continue to making a NAND Backup using BootMii](bootmii)<br> Making a NAND backup with BootMii at this point is highly recommended.
{: .notice--info}
If you couldn't install BootMii, continue to [installing Priiloader](priiloader) instead.
{: .notice--info}

52
_pages/af_ZA/home.md Normal file
View file

@ -0,0 +1,52 @@
---
layout: splash
title: "Wii Guide"
header:
overlay_color: "#5e616c"
overlay_image: /images/home-page-feature.jpg
overlay_filter: 0.5
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 "homebrew"?
[**Homebrew**](https://en.wikipedia.org/wiki/Homebrew_(video_games)) refers to software not authorized by Nintendo. This can include games, utilities, emulators and much more!
Running homebrew on your Nintendo Wii can be done for free by exploiting bugs in Wii's software. The modifications installed by following this guide will give you easy and persistent access to Wii homebrew.
## What can I do with homebrew?
Here's a list of things you can do using homebrew. While this list is by no means totally comprehensive, you should have a good idea of what is possible, and the 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](wiiflow) 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](bootmii).
- Protect your Wii from bricks using [Priiloader](priiloader) and BootMii.
- Turn your Wii into a media player with [WiiMC](http://www.wiimc.org/).
## Ready?
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:
- [ModMii](http://xflak.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, follow this guide:
- [NH Wii U Guide](https://wiiu.hacks.guide)

View file

@ -0,0 +1,35 @@
---
title: "LetterBomb"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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.
#### What you need
- An SD card
- A Wii on System Menu version 4.3
#### Instructions
1. On your Wii, go to `Wii Settings` -> `Internet` -> `Console Information` and make note of your MAC address.
1. 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)
1. Extract the contents of the downloaded ZIP to the root of your SD card.
1. Take out your SD card and insert it in your Wii.
1. On your Wii, return to the Wii Menu and then open the Message Board.
1. 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.
Ensure the date on your Wii is correct, otherwise you will be unable to find the letter.
{: .notice--warning}
![LetterBomb Wii Menu](/images/Wii/LetterBomb-Wii.png)
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}

View file

@ -0,0 +1,38 @@
---
title: "Fixing error NEWS000006"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
If you're getting error NEWS000006 consistently, deleting the SYSCONF should fix it. Occasionally the error can be caused by a server problem, since the error technically means that it received invalid data, but that is very rare.
NOTE: Following this tutorial will erase all messages on your Wii Message Board (backup /title/00000001/00000002/data/cdb.vff if you want to keep it). It will also make you perform initial setup for your Wii again. You will not lose channels or save games.
{: .notice--warning}
#### What you need
* An SD card or USB drive
* [WiiXplorer](https://sourceforge.net/projects/wiixplorer/files/latest/download)
#### Instructions
1. Extract the zip to /apps/ on your SD card or USB drive.
1. Launch WiiXplorer.
1. Go to `Start` -> `Settings` -> `Boot Settings` -> `Enable NAND write access` and then select `Yes` for both dialogues that appear on the screen.
1. Press Back until you have reached the file explorer screen.
1. Select the tiny blue SD Card icon, then select `NAND`.
1. Navigate to `shared2` -> `sys`.
1. Hover over `SYSCONF` and press the + button and select `Delete`.
1. Reboot your Wii and perform the first time setup (don't worry, your saves and channels are all intact).
Try to launch the News Channel.
If you get NEWS/FORE000002 after deleting the SYSCONF file, perform a connection test to fix it.
{: .notice--warning}
[Return to RiiConnect24 installation page](riiconnect24)
{: .notice--info}

View file

@ -0,0 +1,86 @@
---
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/rc24) (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)
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 installer](assets/files/Priiloader_v0_9.zip)
#### Instructions
##### Section I - Downloading/Installing
1. Download the Priiloader installer and extract it to the `apps` folder on your SD card or USB drive.
* If this folder does not exist, create it.
##### Section II - Installing Priiloader
1. Launch the Homebrew Channel on your Wii.
2. Launch the Priiloader installer.
3. Press the + Button on Wii Remote or the A Button on a GameCube controller. ![Install Priiloader](/images/Priiloader/installer.png) ![Installing](/images/Priiloader/installing.png)
##### Section III - Entering/Configuring Priiloader
1. Hold the RESET button while turning on your Wii.
* If you are using a Wii mini, plug in a USB keyboard and hold escape while turning it on
![Turn on](/images/Priiloader/on.jpg) ![Hold RESET](/images/Priiloader/reset.jpg)
2. You should see the Priiloader menu. ![Menu](/images/Priiloader/mainmenu.png)
3. Go to `System Menu Hacks`.
4. We recommend you turn on the following hacks: `Region Free EVERYTHING`, `Block Disc Updates` and `Block Online Updates`. ![System Menu Hacks](/images/Priiloader/hacks.png)
1. Scroll down to `save settings` and press A, then press B to go back to the main menu of Priiloader.
1. Scroll to `Homebrew Channel` and press A to launch it.
## System Menu Hacks List
This is a list of the hacks you can enable with Priiloader.
| Hack | Description |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Block Disc Updates | Removes the "Wii System Update" screen included with some games that forces you to update the system to play the game. |
| Block Online Updates | Disables updating your Wii. Updates will fail with error 32007. |
| Auto-Press A at Health Screen | Automatically presses the A Button to get past the "Health and Safety" screen. |
| Replace Health Screen with Backmenu | Changes the "Health and Safety" screen to the animation played when returning to the Wii menu. |
| Move Disc Channel | Enables moving the Disc Channel anywhere on the Wii Menu. It's normally stuck in the top left of the first page. |
| Wiimmfi Patch v3 | Automatically patches all games you run from the Disc Channel for use with Wiimmfi |
| 480p graphics fix in system menu | Fixes a small issue with 480p on the Wii Menu. |
| Remove NoCopy Save File Protection | Allows you to copy normally disallowed save files to your SD card from data management |
| Region Free EVERYTHING | Disables region locking for any Wii application, including downloaded ones. |
| Region Free GC Games (No VM Patch) | Disables region locking for GameCube discs. |
| Region Free Wii Games | Disables region locking for Wii discs. |
| Region Free Channels | Disables region locking for installed channels |
| No System Menu Sounds AT ALL | Disables all the Wii Menu sound effects. |
| No System Menu Background Music | Disables the Wii Menu background music. |
| Re-Enable Bannerbomb v2 | Enables the "Bannerbomb" exploit on the latest Wii version. Not needed when the Homebrew Channel is already installed. |
| 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. |
| Force Standard Recovery Mode | Automatically launches the console in recovery mode. Used to launch recovery discs, letting users unbrick their Wii systems. |
| Remove Diagnostic Disc Check | Removes a check in the Wii to see if an inserted game is the "Wii Startup Disc". |
| Lock System Menu with Black Screen | Makes your Wii Menu load to a black screen, making you unable to use it. (Do not enable this) |
| 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). |
| Force Disc Games to run under IOS249 | Make discs use cIOS 249 as the game's IOS. While it cannot allow playing of burned games on its own, it is needed to play burned discs. |
Continue to installing cIOS<br>
{: .notice--info}
cIOS are used to play games with a USB Loader. Even if that's not something you want to do, it's useful for many homebrew apps.
{: .notice--info}
If using a Wii mini, follow [this guide](cios-mini) to install cIOS
{: .notice--info}
If using a normal Wii, follow [this guide](cios) to install cIOS
{: .notice--info}

View file

@ -0,0 +1,15 @@
---
title: "RiiConnect24 FORE000006"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
If you get error FORE000006, your Wii's clock is probably set incorrectly. Set it to the correct date and time, then wait no more than an hour and the Forecast Channel should start working.
[Return to RiiConnect24 installation page](riiconnect24)
{: .notice--info}

View file

@ -0,0 +1,57 @@
---
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/rc24) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
### What you need
* A computer with either Windows 7 or newer or any Unix based system
* [.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 `VFF-Downloader-for-Dolphin.bat` on Windows or `VFF-Downloader-for-Dolphin.sh` on Unix systems which 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 `VFF-Downloader-for-Dolphin.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 `VFF-Downloader-for-Dolphin.bat` or `VFF-Downloader-for-Dolphin.sh` and choose - Manage startup VFF Downloader.
{: .notice--info}
##### Section III - Finalizing installation
1. On Windows run the `RiiConnect24Patcher.bat` or run the `RiiConnect24Patcher.sh` if you are on a Unix system 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, Nintendo Channel and Wii Mail don't work in Dolphin yet.
{: .notice--info}

View file

@ -0,0 +1,93 @@
---
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/rc24) (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-modding) and then come back.**
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
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 cannot use the patcher, please [follow the manual guide](https://pad.snopyta.org/s/rJ2N0B1XU), to install RiiConnect24. 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 Windows or `RiiConnect24Patcher.sh` on Unix systems by typing bash then drag `RiiConnect24Patcher.sh` into the terminal then press enter. It should look like this `bash RiiConnect24Patcher.sh`. Follow the on screen instructions
2. Confirm that after running through the patcher, you have 3 folders. They will be in the same folder where `RiiConnect24Patcher.bat/sh` is and on your SD Card (of course, only if you selected an option in the patcher to do so).
- If the patcher did not move the file to the SD Card, move these 3 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. Highlight all WADs with `RiiConnect24` in the name, and press + to select them. When all of them are selected, press A twice to install the WADs.
5. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel.
##### Section III - Patching 43db for 16:9 (optional)
1. Open the Homebrew Channel
2. Launch the ww-43db-patcher
If you install a theme, you will have to run the ww-43db-patcher once more
{: .notice--info}
##### Section IV - 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 **ConnectMii** channel.
* 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.`
* Forecast Channel
* 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).
* Everything else that isn't working according to [RiiConnect24 stats](https://rc24.xyz/stats/index.html).
{: .notice--warning}

View file

@ -0,0 +1,126 @@
---
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/rc24) (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.
The Unix Patcher is finally out! This means that users of macOS and all types of Linux distributions are able to natively use the RiiConnect24 Patcher.
{: .notice--info}
{% 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>
#### What you need
* An SD card or USB drive
* A Wii with an Internet connection
* A computer
* [RiiConnect24 Patcher (Windows and Unix)](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
If you still can't run RiiConnect24 Patcher, please send us a mail at support@riiconnect24.net
{: .notice--info}
#### Instructions
##### Section I - Downloading RiiConnect24 Patcher
1. Click the link above to go to the github page where the patcher is.
2. Download `RiiConnect24Patcher.bat` if you are on Windows, and `RiiConnect24Patcher.sh` if you are on a Unix system
##### Section II - Patching IOS
[If you want to see detailed instructions on how to install the WADs, click here!](wiimodlite)
{: .notice--info}
1. On Windows run `RiiConnect24Patcher.bat`. On Unix systems, open terminal and type `bash`, then drag `RiiConnect24Patcher.sh`into the terminal then press enter. It should look like this `bash RiiConnect24Patcher.sh`.
2. Press 1 to choose "`Start`" and confirm your selection by pressing `ENTER`. ![RiiConnect24 Patcher Main Screen](/images/RC24_Patcher/1.PNG)
3. Select the device you're patching for. ![Select your device](/images/RC24_Patcher/2.PNG)
4. For this guide, choose "`Install RiiConnect24 on your Wii`" ![Install RiiConnect24](/images/RC24_Patcher/3.PNG)
5. Choose "`Express (Recommended)`". It will give you everything you need. ![Express Settings](/images/RC24_Patcher/4.PNG)
6. Select your region. ![Select your region](/images/RC24_Patcher/5.PNG)
7. Connect the SD Card or USB Drive to your computer and select "`1`". ![Enable copying to SD Card](/images/RC24_Patcher/6.PNG)
8. If your device was detected successfully, select "`1`". If not, make sure there's a folder called `apps` on your SD Card or USB Device and try again. ![Successfully detected](/images/RC24_Patcher/7.PNG)
9. Be patient... ![It's patching!](/images/RC24_Patcher/8.PNG)
10. Once it's done, you can now safely close the patcher. All of the files are ready on your SD Card. ![It's done!](/images/RC24_Patcher/9.PNG) ![Files copied](/images/RC24_Patcher/10.PNG)
11. If it did not copy everything automatically to your SD Card or USB Device, copy the `WAD` and `apps` folder next to `RiiConnect24Patcher.bat` to your SD Card or USB Device.
12. Put your SD card or USB drive in your Wii.
13. Launch the Homebrew Channel on your Wii.
14. Launch Wii Mod Lite.
15. Using the +Control Pad on your Wii Remote, navigate to `WAD Manager`, and then navigate to the `wad` folder.
16. Highlight all WADs with `RiiConnect24` in the name, and press + to select them. When all of them are selected, press A twice to install the WADs.
17. 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.
18. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel.
##### Section III - Patching nwc24msg.cfg
You will now patch your `nwc24msg.cfg` file which is required in order to use Wii Mail.
1. Launch RiiConnect24 Mail Patcher.
2. It should only take a few seconds to patch your nwc24msg.cfg. When it's done, press HOME to exit.
If you were unable to patch your nwc24msg.cfg correctly, e-mail us at [support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
##### Section IV - Connecting
In this section, you will set your DNS to our servers. It's optional but recommended, because it enhances the use of RiiConnect24 and Wiimmfi by making some other features available.
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 `1.1.1.1` as the secondary DNS (if it gives you problems, try `8.8.8.8`).
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}
[Continue to WiiLink24](wiilink24)<br> WiiLink24 lets you use the Japanese-exclusive Wii no Ma channel. 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 our DNS in Step 8.
{: .notice--info}
If you get error FORE000006, your Wii's clock is probably set incorrectly. Set it to the correct date and time, then wait no more than an hour and the Forecast Channel should start working.
{: .notice--warning}
[If you get error NEWS000006, following this tutorial should fix it.](news000006)
{: .notice--warning}
If you're getting errors such as `WiiConnect24 and Wii Shop Channel currently not being offered in your country`, 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 a discontinued message when opening the News or Forecast Channel, then following this tutorial should fix it.](deleting-vffs)
{: .notice--warning}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -0,0 +1,77 @@
---
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/rc24) (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://wiiu.hacks.guide). 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)
- The latest release of [Flump's Coldboot Haxchi Mod](https://www.dropbox.com/sh/gxkf72jia1adpyg/AACPMfGU2AyWUZmhU2awjSsca/Haxchi-CBHC%20Flump%20Mod.zip?dl=1)
- This Coldboot Haxchi mod is used in Section IV. You do not need to download it if you can't use Coldboot Haxchi, or you do not want Wii U Plugin Loader loading on startup.
#### 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.
##### Section IV - Running on startup (optional)
We will now setup Wii U Plugin Loader to run on startup with your Wii U. **This only works if you are using or willing to use Coldboot Haxchi.** You will still have to turn on UTag and press + on the Wii U GamePad to be kicked into the Wii U Menu on startup.
{: .notice--info}
1. Extract the Coldboot Haxchi mod `.zip` file to the root of your SD card.
- If your computer asks to replace, select Replace All.
2. Navigate to `/wiiu/apps/` and open the `wiiupluginloader` folder.
3. Rename `wiiupluginloader.elf` to `sdcafiine.elf`.
4. Go back to `/wiiu/apps/` and rename the `wiiupluginloader` to `sdcafiine`.
5. Insert your SD card into your Wii U.
6. Using your preferred method (browser exploit, Haxchi, Homebrew Launcher application, etc.), launch the **Homebrew Launcher** on your Wii U console.
6. Navigate to, and launch the Coldboot Haxchi app.
7. Use the D-Pad to navigate the cursor to the game you previously installed Haxchi to and press the A button to install the Coldboot Haxchi mod.
8. Turn off your Wii U, and restart it.
9. At the `Autobooting...` screen, press Home to open the Coldboot Haxchi menu.
10. Use the +Control Pad on the Wii U GamePad to navigate to `Autoboot:`. Change it to SDCafiine.
11. Finally, navigate to `WiiU System Menu`, and press A to be kicked to the Wii U Menu.
You have now set up RiiTag on your Wii U! 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}

91
_pages/af_ZA/riitag.md Normal file
View file

@ -0,0 +1,91 @@
---
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/rc24) (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.
Want to install RiiTag on your Wii U? See [this guide](riitag-wiiu) on how to connect it to your Wii U Menu.
{: .notice--info}
#### 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 dialogues 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 `/apps/usbloader_gx` 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.
###### Dolphin
You need a Discord account for this to work.
{: .notice--info}
1. [Join the RiiConnect24 Discord server](https://discord.gg/rc24) if you aren't already in there.
2. Make sure `Show Current Game on Discord` is turned on in preferences.
3. Make sure your Discord client is open.
4. Play a game and RiiTag will automatically update your tag when you play a game.
###### 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) starting 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.
[Check out RiiTag-RPC](https://github.com/RiiConnect24/RiiTag-RPC/releases/latest)<br> Now that you set up RiiTag, you can set up RiiTag-RPC to show your friends what you're playing on the Wii using Discord's rich presence.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -0,0 +1,24 @@
---
title: "Removing RSSMii"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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}

63
_pages/af_ZA/rssmii.md Normal file
View file

@ -0,0 +1,63 @@
---
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/rc24) (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 Creator](https://github.com/RiiConnect24/rssmii/releases/download/v1.4.1/RSSFeedsCreator.bat) 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://nitter.net/riiconnect24/rss]]></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

@ -0,0 +1,66 @@
---
title: "Site Navigation"
layout: single
sitemap: false
---
![WiiTutorials](/images/WiiTutorials.jpg)
{% capture notice-1 %}
**Featured**
+ [cIOS](cios)
+ [RiiConnect24](riiconnect24)
+ [WiiLink24](wiilink24)
+ [Wiimmfi](wiimmfi)
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>
{% capture notice-2 %}
**RiiConnect24/Wiimmfi**
+ [RiiConnect24](riiconnect24)
+ [RiiConnect24 vWii](riiconnect24-vwii)
+ [RiiConnect24 Dolphin](riiconnect24-dolphin)
+ [WiiLink24](wiilink24)
+ [Wiimmfi](wiimmfi)
+ [WiiWare Patcher](wiiwarepatcher)
+ [Deleting VFFs](deleting-vffs)
+ [Fixing FORE000006](riiconnect24-batteryfix)
+ [Fixing NEWS000006](news000006)
**Modding 101**
+ [BlueBomb](bluebomb)
* [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)
+ [WiiFlow](wiiflow)
**Wii mini**
+ [Installing the Homebrew Channel on the Wii mini](hbc-mini)
+ [Installing cIOS on the Wii mini](cios-mini)
**Site**
+ [Home](/)
+ [Get Started](get-started)
+ [FAQ](faq)
+ [Donations](donations)
{% endcapture %}
<div class="notice--primary">{{ notice-2 | markdownify }}</div>

47
_pages/af_ZA/str2hax.md Normal file
View file

@ -0,0 +1,47 @@
---
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/rc24) (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
#### 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}

29
_pages/af_ZA/syscheck.md Normal file
View file

@ -0,0 +1,29 @@
---
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/rc24) (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](/assets/files/SysCheckHDE.zip)
#### 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.

78
_pages/af_ZA/themes.md Normal file
View file

@ -0,0 +1,78 @@
---
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/rc24) (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), unless it has been formatted specifically for the vWii and your Wii U's region! Check out [this GBATemp post](https://gbatemp.net/threads/tutorial-installing-custom-themes-in-vwii.476012/) for more on vWii themes.
{: .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)
#### Theme Links
To find themes to install, here are 3 resources:
* [Google Drive repository](https://drive.google.com/drive/folders/19tyeVQ--bJ0ZUTNg5yvAGvc3G4-euEpm?usp=sharing)
* [RiiConnect24 themes page](https://rc24.xyz/goodies/themes/)
* [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 resources to get themes, 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 Mod, and then convert it back to csm with the instructions here using the version and region of your Wii Menu.
* Once you downloaded the theme you want and double-checked you got the right one, 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 contents from Nintendo's servers.
4. A file selection box will ask you where to save the .app file (that is the Wii Menu content 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.
4. Launch MyMenuify Mod from the Homebrew Channel.
5. After an introduction message, it will ask you what IOS you want to use in the app. If you have [installed cIOS](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`.
6. 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" or a black screen, 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

@ -0,0 +1,88 @@
---
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/rc24) (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://hbb1.oscwii.org/hbb/usbloader_gx/usbloader_gx.zip)
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](https://desairem.com/wordpress/category/witgui-download/) if you use macOS.
{: .notice--info}
If you are not copying games using Wii Backup Manager or Witgui, make a folder on the root of the USB drive named "wbfs" and put the games in there.
{: .notice--info}
To play games, we recommend using an external hard drive for your Wii. Flash drives should be usable too, but external hard drives are recommended as they are more reliable, and can store more 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. An official forwarder WAD can be found [here](https://sourceforge.net/projects/usbloadergx/files/Releases/Forwarders/USB%20Loader%20GX-UNEO_Forwarder_5_1_AHBPROT.wad), and a version for the vWii (Wii U) can be found [here](https://sourceforge.net/projects/usbloadergx/files/Releases/Forwarders/USB%20Loader%20GX-UNEO_Forwarder_5_1_AHBPROT_vWii%20%28Fix%29.wad).
* GameCube or "custom" Wii games may or may not have a custom banner that USB Loader GX uses. To enable this, find or write `CustomBannersURL = http://banner.rc24.xyz/` in config/GXGlobal.cfg on your USB drive. Then you can use the "Custom Banner" download by pressing the 1 Button on your Wii Remote.
##### User Interface
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

@ -0,0 +1,52 @@
---
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/rc24) (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](https://desairem.com/wordpress/category/witgui-download/) 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 that you can use to play games on your Wii from a USB drive.
{: .notice--info}
[Continue to WiiFlow](wiiflow) WiiFlow is a USB Loader that you can use to play games on your Wii from a USB drive or SD Card.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

89
_pages/af_ZA/wiiflow.md Normal file
View file

@ -0,0 +1,89 @@
---
title: "WiiFlow"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![WiiFlow](/images/wiiflowlogo.png)
This is a quick start guide on how to use WiiFlow, a USB loader for the Wii that's used to play games from a USB drive or SD card.
#### What you need
* A Wii
* A USB drive and/or SD card
* [WiiFlow](https://github.com/Fledge68/WiiFlow_Lite/releases)
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](https://desairem.com/wordpress/category/witgui-download/) if you use macOS.
{: .notice--info}
If you are not copying games using Wii Backup Manager or Witgui, make a folder on the root of the USB drive or SD card named "wbfs" and put the games in there.
{: .notice--info}
To play games, we recommend using an external hard drive for your Wii. Flash drives should be usable too, but external hard drives are recommended as they are more reliable, and can store more games.
{: .notice--info}
Unlike USB Loader GX, WiiFlow can load games of an SD card.
{: .notice--info}
Make sure your USB drive and/or SD card 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 WiiFlow and put the `apps` and `WiiFlow` folders 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 WiiFlow from the Homebrew Channel.
##### Getting Started
This is not a full comprehensive guide on using WiiFlow. This is intended to help you learn how to use it, by giving you a quick start. You should be able to figure out all the great features of WiiFlow by using it.
{: .notice--info}
* WiiFlow by default is set to only find games on the SD card. This can be changed by going in to settings, startup settings then turn off "Mount SD Only".
* You can toggle between viewing Wii games, GameCube games, Wii Channels, Plugins, Homebrew apps by clicking the button second to last button on the right.
* You can download game covers by going to "Settings" then "Download Covers and Banners"
##### User Interface
When WiiFlow detects games, they are displayed in flow view. When you click on a game you are given these options:
* Star - Adds game to favorites.
* Bookshelf - Adds the game to 1 of 6 categories of your choosing.
* Gears - Opens the settings menu for the specific game. Changing settings here will only effect the game you changed the settings for.
* X - Deletes the game from the USB drive or SD card
When you bring the cursor to the bottom of the screen while in flow view, there are 6 icons:
* Bookshelf - View the games that are sorted in the categories you chose.
* Star - View games you favorited.
* Gears - Opens WiiFlow Settings.
* Game Type - Toggles between different types of apps/games. The logo changes depending on what game type you have selected.
* Disc - Loads game that is in disc drive.
* House - Will open this menu. This menu can also be launched by pressing the home button.
![WF_menu](images/WFmenu.png)
* Help Guide - Shows all the controls you can use in WiiFlow.
* Reload Cache - Press this when WiiFlow is not detecting a new game on the USB drive or SD card.
* File Explorer - Allows you to boot games/apps from anywhere on your USB drive or SD card.
* Select Plugins - Allows you to select plugins.
* Credits - Shows the people who worked on WiiFlow.
* Shutdown - Allows you to either go into full shutdown, or Standby mode.
* Exit To - Lets you exit to Wii Menu, HBC, neek2o, Priiloader and Bootmii.
* Settings - Will open the WiiFlow Settings menu
##### Options once complete
[WiiFlowiki](https://sites.google.com/site/WiiFlowiki4/)<br> WiiFlowiki is a great resource with information about WiiFlow.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

34
_pages/af_ZA/wiigsc.md Normal file
View file

@ -0,0 +1,34 @@
---
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/rc24) (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}
Do NOT make a shortcut for the games "Mario Party 9" or "A Boy and His Blob". It will brick your Wii.
{: .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, then right click on it and choose **Run as administrator**. If you do not do this, WiiGSC will throw an error when you open it.
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. 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}

53
_pages/af_ZA/wiilink24.md Normal file
View file

@ -0,0 +1,53 @@
---
title: "WiiLink24"
---
{% include toc title="Table of Contents" %}
WiiLink24 and all of its services (such as Wii no Ma) are not controlled or operated by RiiConnect24. To get support on all issues relating this tutorial and service, join the [WiiLink24 Discord server](https://discord.gg/n4ta3w6).
{: .notice--warning}
[WiiLink24](https://wiilink24.com/) lets you use the Japanese-exclusive Wii no Ma channel, and in the future will let you use the Digicam Print Channel and the Demae Channel again.
#### What you need
* An SD card or USB drive
* A Wii with an Internet connection
* A Windows or Unix based computer
* [WiiLink24 Patcher](https://github.com/WiiLink24/WiiLink24-Patcher/releases)
#### Instructions
##### Section I - Patching Wii no Ma
[If you want to see detailed instructions on how to install the WADs, click here!](wiimodlite)
{: .notice--info}
1. Download the required files based on your OS. On Windows, run `WiiLink24Patcher.bat`. On Unix systems, launch terminal and type sh, then drag the `WiiLink24Patcher.sh` into the terminal and press enter.
2. Press 1 to choose "`Start`" and confirm your selection by pressing `ENTER`.
3. For this guide, choose "`Install WiiLink24 on your Wii`"
4. Select your region.
5. Connect the SD Card or USB Drive to your computer and select "`1`".
6. If your device was detected successfully, select "`1`". If not, make sure there's a folder called `apps` on your SD Card or USB Device and try again.
7. Be patient...
8. Once it's done, you can safely close the patcher. All of the files are ready on your SD Card.
9. If it did not copy everything automatically to your SD Card or USB Device, copy the `WAD` and `apps` folder next to `WiiLink24Patcher.bat` to your SD Card or USB Device.
10. Put your SD card or USB drive in your Wii.
11. Launch the Homebrew Channel on your Wii.
12. Launch Wii Mod Lite.
13. Using the +Control Pad on your Wii Remote, navigate to `WAD Manager`, and then navigate to the `wad` folder.
14. Select the Wii no Ma WAD and press A to install.
15. After it is successfully installed, press the HOME Button to exit back to the Homebrew Channel.
16. Launch Wii no Ma and enjoy!
For PAL(European Wiis)<br> In Wii Settings please set TV Resolution to 60 HZ (480p/480i). You can find this in `Screen -> TV Resolution` If you do not, a pink bar will appear at the bottom of the screen obscuring vision.
{: .notice--info}
[Continue to RiiConnect24](riiconnect24)<br> RiiConnect24 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. This is optional to install.
{: .notice--info}
[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}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

158
_pages/af_ZA/wiimmfi.md Normal file
View file

@ -0,0 +1,158 @@
---
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/rc24) (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.
If you get the error 23904 while connecting to Wiimmfi, then you are using an outdated patch.<br> Follow the steps below for the method you're using to connect to Wiimmfi again.<br> See [this page](https://wiimmfi.de/update) for more details.<br>
{: .notice--warning}
## Different patchers
There are lots of different methods to connect to Wiimmfi. Choose the one that fits your needs best.
### Automatic patching from the Disc Channel using Priiloader
#### What you need
- A Wii with Priiloader 0.9 or later installed
If you have an older version of Priiloader or don't have it installed, follow [this guide](priiloader) to update/install it.
{: .notice--info}
#### Instructions
1. Hold reset while powering on your Wii (if using a Wii mini, plug in a USB keyboard and press escape).
2. Go to `System Menu Hacks`.
3. Make sure the `Wiimmfi patch v4` hack is enabled.
4. Save settings and exit.
If you see the hack `Wiimmfi patch v2` or `Wiimmfi patch v3` instead, then you do not have the latest version of the hacks_hash.ini file.<br> Download it from [here](https://github.com/DacoTaco/priiloader/raw/master/priiloader/hacks_hash.ini) and place it in `/apps/priiloader/hacks_hash.ini` on your SD card or USB drive.<br> Then, repeat the previous steps.
{: .notice--warning}
### 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](https://download.wiimmfi.de/patcher/autowiimmfipatcher-latest.zip)
#### Instructions
1. Extract Auto Wiimmfi Patcher to the root of 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
### Automatic patching using a USB Loader
If you are already using USB Loader GX, 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.
### 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).
- [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases/) (Windows and Unix)
**or**
- [Wiimms ISO patcher (cross-platform)](https://download.wiimmfi.de/patcher/wiimmfi-patcher-latest.zip)
- A USB Loader, [cIOS](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. If you're using the RiiConnect24 Patcher, select your device (Wii, vWii, or Dolphin) and choose the patcher for your game.
3. Once it's finished, get the version out of the `wiimmfi-images` folder (it may be in the folder outside of the patcher - ../wiimmfi-images) and copy it back to your USB.
### 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)
- [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases/) (Windows and Unix)
**or**
- [WiiWare Patcher](https://github.com/RiiConnect24/WiiWare-Patcher/releases) (cross platform)
- [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 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. If you're using the RiiConnect24 Patcher, select your device (Wii, vWii, or Dolphin) and choose the WiiWare patcher.
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}
### DS Games
Wiimmfi doesn't only support Wii games, it supports lots of DS games too. Thanks to an exploit called nds-constraint, you can play DS games without patching your games.
#### What you need
- A Wi-Fi network with WEP or no security
Getting a Wi-Fi network with WEP or no security is the hardest part, because DS games don't support newer Wi-Fi security types (unless it's one of the few games that are "DSi Enhanced" and can use your Wi-Fi configuration on your DSi or 3DS, like Pokémon Black/White). However, many routers support creating a guest Wi-Fi connection, or you can make a hotspot on your phone or your computer. There are plenty of resources on the Internet that have information on this, so use your favorite search engine to find them.
{: .notice--info}
#### Instructions
1. Go in the Nintendo DS Wi-Fi settings. This can be accessed inside the game you want to play online with.
2. Set up a connection.
3. Type in `164.132.44.106` as the primary DNS.
4. Type in `1.1.1.1` as the secondary DNS (if it gives you problems, try `8.8.8.8`).
5. Save your connection settings and perform a connection test. If it's successful, then you're ready to play.
### CTGP-R (Mario Kart Wii)
MrBean35000vr and Chadderz have an amazing custom track distribution called CTGP-R that allows you to use a set of custom tracks and 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).
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -0,0 +1,35 @@
---
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/rc24) (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

@ -0,0 +1,48 @@
---
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 run the command
```powershell
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)

14
_pages/ar_SA/404.md Normal file
View file

@ -0,0 +1,14 @@
---
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}

60
_pages/ar_SA/bluebomb.md Normal file
View file

@ -0,0 +1,60 @@
---
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 that takes advantage of a flaw in the Wii and Wii mini's Bluetooth libraries. Although it is the only exploit that works for the Wii mini, BlueBomb can run on the original Wii as well. This exploit also enables recovery from certain bricks, such as a banner brick.
For the original Wii, we do not recommend using BlueBomb if you intend to install the Homebrew Channel and BootMii, as there are more convenient exploits available.
{: .notice--info}
#### Section I - What you need
- A Linux machine
- If you have a Raspberry Pi, you can use that instead as it most likely has Linux installed already.
- Windows Subsystem for Linux will *not work* as it does not have direct access to the Bluetooth adapter or USB ports.
- If you do not have Linux, [Ubuntu](https://ubuntu.com/download/desktop) is the most user-friendly option and can be ran on computers running Windows or Mac.
- 32-bit devices will require [Ubuntu 16.04](http://releases.ubuntu.com/16.04/).
- For 64-bit devices it is recommended to use the LTS edition due to its stability, but the latest release works as well.
- You can [flash a Linux install to a USB flash drive](https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview) instead of installing it to your computer.
- A Bluetooth adapter.
- An internal Bluetooth adapter will work.
- If you do not have one, make sure to get one compatible with Linux.
- A USB flash drive formatted as FAT32.
- This cannot be the same flash drive used for your Linux Machine.
#### Section II - Performing the exploit
1. Download the HackMii installer from [the BootMii website](https://bootmii.org/download/).
- (If attempting to fix a brick, you should also copy the homebrew app you wish to use to /apps/)
1. Unpack it and place the `boot.elf` file in your flash drive.
1. Connect the flash drive to the console. For a Wii mini, the USB port is on the back. For a normal Wii, use the bottom port. (or the right port if it's upright).
1. Turn on your console and navigate to the settings menu. On the top right corner you will see a 4-character code like the one in the picture below. This code is your Wii Menu version, take a note of this as you will need it later. Afterwards, turn your console off. ![SystemMenuVersion](/images/Wii/SystemMenuVersion.png)
1. Start your Linux distro, and ensure you are connected to the internet.
1. Open the Terminal
1. Run the following commands:
```bash
wget https://wii.guide/assets/files/bluebomb-helper.sh
chmod +x bluebomb-helper.sh
./bluebomb-helper.sh
```
1. The helper will then download the required files, and ask for information about your console.
- If you have selected a Wii mini you will be asked to provide your region. This can be determined by the last letter of the Wii Menu version (`U` for **USA** and `E` for **PAL** models).
- If you have selected a Wii you will be asked to provide your Wii Menu Version (What you determined in step 4)
1. Turn on your console and **do not** connect any Wiimotes.
1. Press the Sync button repeatedly until the terminal shows `got connection handle`. This could take numerous attempts, so don't give up.
Make sure that the console is close to the computer running the exploit, ideally it should be less than 3 feet.
{: .notice--info}
The console should now boot to the HackMii installer. You can now shut down your Linux computer if you are not planning to use it later.
[If using a Wii, proceed to installing the Homebrew Channel and BootMii](hbc)
{: .notice--info}
[If using a Wii mini, proceed to installing the Homebrew Channel](hbc-mini)
{: .notice--info}

46
_pages/ar_SA/bootmii.md Normal file
View file

@ -0,0 +1,46 @@
---
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/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![BootMii Logo](/images/bootmii.png)
You need an **SD card** to create a NAND backup using BootMii. If you do not have one, you can skip this page, although it is highly recommended to create one if you can.
{: .notice--warning}
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. It's a good idea to make a NAND backup regularly or before doing 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 must use the POWER and RESET buttons on your 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). To select an option, hit RESET on your Wii or A on your GameCube controller.
{: .notice--info}
If the screen stays black and the blue disc drive light is blinking, you are missing the BootMii files on your SD card. Download [this zip](https://static.hackmii.com/bootmii_sd_files.zip) and extract it to the root of your SD card, then try again.
{: .notice--warning}
3. Select the Options button (the one with the gears).
4. Select the BackupMii button (the one with the green arrow).
- A NAND backup will start. You can watch the progress on the screen.
- "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.
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) Priiloader adds a level of brick protection, and we recommend it, especially if you were only able to install BootMii IOS.
{: .notice--info}

56
_pages/ar_SA/cios-mini.md Normal file
View file

@ -0,0 +1,56 @@
---
title: "d2xl cIOS for Wii mini (experimental)"
---
{% include toc title="Table of Contents" %}
This tutorial will tell you how to install Leseratte's d2xl Wii mini 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)
This guide is only intended for Wii mini users. If you have a Wii, follow [this guide](cios) instead.
{: .notice--warning}
If you need help with anything regarding this tutorial, please join [the Wii mini Hacking Discord server](https://discord.gg/6ryxnkS) (recommended)
{: .notice--info}
This d2x cIOS installer was originally developed for the Wii U's vWii by DaveBaol and custom cIOS was created by Leseratte for the Wii mini. The original download page can be found [here](https://wii.leseratte10.de/d2xl-cIOS/). Leseratte's Github page can be found [here](https://github.com/Leseratte10/d2xl-cios). Please note that this cIOS is still experimental, though no problem with functionality has been reported.
{: .notice--info}
#### What you need
* A Wii mini with the Homebrew Channel installed
* A USB drive
* Leseratte's [d2xl cIOS Installer](/assets/files/d2xl_wii_mini_cIOS_installer_v1_beta2.zip)
#### Instructions
##### Section I - Downloading
1. Extract the d2xl cIOS Installer to the `apps` folder on your USB drive.
1. Insert your USB drive into your Wii mini and load the d2xl cIOS Installer from the Homebrew Channel.
##### Section II - Installing
1. Press continue, then set the options to the following:
```
Select cIOS: d2xl-v1-beta2
Select cIOS base: 57
Select cIOS slot: 249
```
Take a note of the version number under notes (`IOS57-64-` ending in either `v31776` or `v31775`)
1. Once set, press A to install. Once done successfully, exit the installer.
- If the install fails with a `TMD version mismatch` error, press left or right on the +Control Pad over the `Select cIOS base` option until the version number is different than the one you tried before. The number 57 will not change.
##### Enabling Ethernet
If you wish to use Wiimmfi with Ethernet on a Wii mini, you have to run the [Ethernet Enabler Homebrew](/assets/files/Wii_Mini_Ethernet_Enable.zip) app made by Fullmetal5. To run it, just unzip it in the `apps` folder of your USB drive and run it from the Homebrew Channel.
Do not attempt to install a Wii IOS or System Menu on the Wii mini. Doing so will likely brick your console.
{: .notice--warning}
You can now use homebrew such as [USB Loader GX](usbloadergx) and [WiiFlow](wiiflow).
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

109
_pages/ar_SA/cios.md Normal file
View file

@ -0,0 +1,109 @@
---
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/cIOS.png)
Attempting to install any other cIOS on a Wii mini won't work. If you have a Wii mini, install [this cIOS](cios-mini) instead.
{: .notice--info}
#### What you need
* A Wii with an Internet connection
* An SD card or USB drive
* [d2x cIOS Installer](/assets/files/d2x-cIOS-Installer-Wii.zip)
Ensure that if you are using an SD card, the lock switch is in the unlocked position, otherwise you will not be able to select the correct options in the installer
{: .notice--warning}
#### Instructions
##### Section I - Downloading
1. Download d2x cIOS Installer and extract it to 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: 57
Select cIOS slot: 249
Select cIOS version: 65535
```
![Install cIOS 249](/images/cios/Install249.png)
1. Once set, press A twice 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: 56
Select cIOS slot: 250
Select cIOS version: 65535
```
![Install cIOS 250](/images/cios/Install250.png)
1. Once set, press A twice 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: 38
Select cIOS slot: 251
Select cIOS version: 65535
```
![Install cIOS 251](/images/cios/Install251.png)
1. Once set, press A twice again to install, and then exit once done.
{% capture bruh %}
Although the majority of games should work straight away with the defaults, some may require using a specific cIOS to function, or to utilize certain features within the game.<br> Examples include:
* Using a keyboard in Animal Crossing: City Folk.
* Running SpongeBob's Boating Bash.
A more comprehensive (although still incomplete) list can be found [**here**](https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List)<br> To change the cIOS used for a specific game, follow these instructions:
{% endcapture %}
<div class="notice--warning">{{ bruh | markdownify }}</div>
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'usbloadergx')">USB Loader GX</button>
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'wiiflow')">WiiFlow</button>
<div id="usbloadergx" class="blanktabcontent">
<p spaces-before="0">
!!crwdP_24_Pdwrc!!Select the game that isn't working. !!crwdP_25_Pdwrc!!Click Settings. !!crwdP_26_Pdwrc!!Select <code>Game Load</code>. !!crwdP_27_Pdwrc!!Scroll down to <code>Game IOS</code>. !!crwdP_28_Pdwrc!!Enter the IOS slot to use.
</p>
<ul>
<li>
Try using 250 or 251, if 249 doesn't work. !!crwdP_29_Pdwrc!!Press ok and try to load the game.
</li>
</ul>
</div>
<div id="wiiflow" class="blanktabcontent">
<p spaces-before="0">
!!crwdP_30_Pdwrc!!Select the game that isn't working. !!crwdP_31_Pdwrc!!Click the gear icon. !!crwdP_32_Pdwrc!!Go to cIOS and use the arrows to select the IOS slot to use.
</p>
<ul>
<li>
Try using 250 or 251, if 249 doesn't work. !!crwdP_33_Pdwrc!!Press Save and try to load the game.
</li>
</ul>
</div>
##### Options once complete
[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}
You can now use homebrew such as [USB Loader GX](usbloadergx) and [WiiFlow](wiiflow).
{: .notice--info}
<script>
let tabcontent = document.getElementsByClassName("blanktabcontent");
let tablinks = document.getElementsByClassName("tablinks");!!crwd_CB_10_BC_dwrc!!</script>

32
_pages/ar_SA/cleanrip.md Normal file
View file

@ -0,0 +1,32 @@
---
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

@ -0,0 +1,48 @@
---
title: "Deleting VFFs"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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 dialogues 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)
{: .notice--info}

12
_pages/ar_SA/donations.md Normal file
View file

@ -0,0 +1,12 @@
---
title: "Donations"
---
[![PayPal]({{ base_path }}/images/paypal_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/RiiConnect){: .align-center}
donations@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

@ -0,0 +1,26 @@
---
title: "Dumping Wii/GameCube games"
---
Want to dump a GameCube or a Wii disk? There are two ways of doing so, depending on the tools you have available with you.
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'cleanrip')">To the SD card/USB drive</button>
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'network')">To a PC over the network</button>
{% capture cleanripInstructions %}
### Cleanrip guide
{% include_relative cleanrip.md %}
{% endcapture %}
{% capture networkInstructions %}
### Dumping a game over a local network
{% include_relative dump-smb.md %}
{% endcapture %}
<div id="cleanrip" class="blanktabcontent">{{ cleanripInstructions | markdownify }}</div>
<div id="network" class="blanktabcontent">{{ networkInstructions | markdownify }}</div>
<script>
let tabcontent = document.getElementsByClassName("blanktabcontent");
let tablinks = document.getElementsByClassName("tablinks");!!crwd_CB_1_BC_dwrc!!</script>

30
_pages/ar_SA/dump-smb.md Normal file
View file

@ -0,0 +1,30 @@
---
title: "Dumping Wii/GameCube games over local network"
---
#### 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)

34
_pages/ar_SA/dump-wads.md Normal file
View file

@ -0,0 +1,34 @@
---
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/rc24) (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.png)
2. Choose `Installed Channel Titles`. ![Installed Channel Titles](/images/DumpWADS/3.png)
3. Find the content you want to dump and press the 1 Button. ![Find channel](/images/DumpWADS/4.png)
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`, choose `No`.
You have now dumped that WAD. It should appear on your SD card. ![Done](/images/DumpWADS/5.png)

29
_pages/ar_SA/faq.md Normal file
View file

@ -0,0 +1,29 @@
---
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/rc24).
### 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 BlueBomb, str2hax, or FlashHax exploits, you do not need an SD card
To store homebrew applications, we recommend an SD card with at least 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.

24
_pages/ar_SA/flashhax.md Normal file
View file

@ -0,0 +1,24 @@
---
title: "FlashHax"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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
- The Internet Channel
#### 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

@ -0,0 +1,29 @@
---
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/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
All of the exploits run the HackMii Installer, and have the same end result.
{: .notice--info}
Although you can follow this guide without an SD card, you will not be able to create or restore a NAND backup using BootMii, and you won't be able to use some homebrew.
{: .notice--info}
This guide is for the original Wii only, with the latest firmware (4.3), and the Wii mini. Do not use this on a Wii U (vWii)! If you want to install homebrew on a Wii U, [follow this guide](https://wiiu.hacks.guide).
{: .notice--warning}
### Choose an exploit to use
- [str2hax](str2hax) - Exploit that uses the Wii EULA
* (Requires an internet connection and changing the DNS server)
- [LetterBomb](letterbomb) - Exploit that uses the Wii Message Board
* (Requires an SD card)
- [FlashHax](flashhax) - Exploit that uses the Internet Channel
* (Requires the Internet Channel installed, and an internet connection)
- [BlueBomb](bluebomb) - Exploit that uses Bluetooth
* 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**

29
_pages/ar_SA/hbb.md Normal file
View file

@ -0,0 +1,29 @@
---
title: "Open Shop Channel (Homebrew Browser)"
---
If you need help for anything regarding this tutorial, please join [the Open Shop Channel](https://discord.gg/osc) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
The [Open Shop Channel](https://oscwii.org/) is where you can go to get homebrew apps. It is a revival project for an app called Homebrew Browser.
#### 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.
[Continue to RiiConnect24](riiconnect24)<br> RiiConnect24 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. 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}
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}

31
_pages/ar_SA/hbc-mini.md Normal file
View file

@ -0,0 +1,31 @@
---
title: "Homebrew Channel - for Wii mini only"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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.
#### Instructions
This page is **only** intended for users of the Wii mini. If you have a regular Wii, follow [this guide](hbc) instead.
{: .notice--info}
While it is possible to install BootMii on a Wii mini, you will need to solder an SD card slot.
{: .notice--info}
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)
1. Press Continue, then select Install The Homebrew Channel, and press install. ![Install the Homebrew Channel](/images/Wii/InstallHomebrewChannel.png)
1. Press Continue when finished. ![Success Installing the Homebrew Channel](/images/Wii/SuccessHBC.png)
1. Once done, select `Exit` to exit the HackMii installer.
[Continue to installing Priiloader](priiloader) Priiloader offers protection from bricks, and is highly recommended to install.
{: .notice--info}

39
_pages/ar_SA/hbc.md Normal file
View file

@ -0,0 +1,39 @@
---
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/rc24) (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 BootMii as boot2, do so. This offers the best possible brick protection you can have. Skip this step if you cannot install BootMii as boot2.
7. Install BootMii as IOS, even if you already installed BootMii boot2 in the previous step. If you couldn't install BootMii as boot2 in the previous step, this will still allow you to create a NAND backup.
If you do not have an SD card, you cannot install or use BootMii, and therefore will not be able utilize any of the mentioned benefits. You can always install it at a later date.
{: .notice--warning}
![BootMii Installation](/images/Wii/InstallBootMii.png)
8. Once done, select `Continue`, and then select `Exit` to go to the Homebrew Channel
[Continue to making a NAND Backup using BootMii](bootmii)<br> Making a NAND backup with BootMii at this point is highly recommended.
{: .notice--info}
If you couldn't install BootMii, continue to [installing Priiloader](priiloader) instead.
{: .notice--info}

52
_pages/ar_SA/home.md Normal file
View file

@ -0,0 +1,52 @@
---
layout: splash
title: "Wii Guide"
header:
overlay_color: "#5e616c"
overlay_image: /images/home-page-feature.jpg
overlay_filter: 0.5
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 "homebrew"?
[**Homebrew**](https://en.wikipedia.org/wiki/Homebrew_(video_games)) refers to software not authorized by Nintendo. This can include games, utilities, emulators and much more!
Running homebrew on your Nintendo Wii can be done for free by exploiting bugs in Wii's software. The modifications installed by following this guide will give you easy and persistent access to Wii homebrew.
## What can I do with homebrew?
Here's a list of things you can do using homebrew. While this list is by no means totally comprehensive, you should have a good idea of what is possible, and the 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](wiiflow) 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](bootmii).
- Protect your Wii from bricks using [Priiloader](priiloader) and BootMii.
- Turn your Wii into a media player with [WiiMC](http://www.wiimc.org/).
## Ready?
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:
- [ModMii](http://xflak.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, follow this guide:
- [NH Wii U Guide](https://wiiu.hacks.guide)

View file

@ -0,0 +1,35 @@
---
title: "LetterBomb"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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.
#### What you need
- An SD card
- A Wii on System Menu version 4.3
#### Instructions
1. On your Wii, go to `Wii Settings` -> `Internet` -> `Console Information` and make note of your MAC address.
1. Visit [please.hackmii.com](https://please.hackmii.com), input your Wii MAC and region, complete the CAPTCHA, *ensure*
- Whichever wire you choose to cut doesn't matter. ![HackMii Screen](/images/Wii/LetterBomb-PC.png)
1. Extract the contents of the downloaded ZIP to the root of your SD card.
1. Take out your SD card and insert it in your Wii.
1. On your Wii, return to the Wii Menu and then open the Message Board.
1. 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.
Ensure the date on your Wii is correct, otherwise you will be unable to find the letter.
{: .notice--warning}
![LetterBomb Wii Menu](/images/Wii/LetterBomb-Wii.png)
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}

View file

@ -0,0 +1,38 @@
---
title: "Fixing error NEWS000006"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
If you're getting error NEWS000006 consistently, deleting the SYSCONF should fix it. Occasionally the error can be caused by a server problem, since the error technically means that it received invalid data, but that is very rare.
NOTE: Following this tutorial will erase all messages on your Wii Message Board (backup /title/00000001/00000002/data/cdb.vff if you want to keep it). It will also make you perform initial setup for your Wii again. You will not lose channels or save games.
{: .notice--warning}
#### What you need
* An SD card or USB drive
* [WiiXplorer](https://sourceforge.net/projects/wiixplorer/files/latest/download)
#### Instructions
1. Extract the zip to /apps/ on your SD card or USB drive.
1. Launch WiiXplorer.
1. Go to `Start` -> `Settings` -> `Boot Settings` -> `Enable NAND write access` and then select `Yes` for both dialogues that appear on the screen.
1. Press Back until you have reached the file explorer screen.
1. Select the tiny blue SD Card icon, then select `NAND`.
1. Navigate to `shared2` -> `sys`.
1. Hover over `SYSCONF` and press the + button and select `Delete`.
1. Reboot your Wii and perform the first time setup (don't worry, your saves and channels are all intact).
Try to launch the News Channel.
If you get NEWS/FORE000002 after deleting the SYSCONF file, perform a connection test to fix it.
{: .notice--warning}
[Return to RiiConnect24 installation page](riiconnect24)
{: .notice--info}

View file

@ -0,0 +1,86 @@
---
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/rc24) (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)
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 installer](assets/files/Priiloader_v0_9.zip)
#### Instructions
##### Section I - Downloading/Installing
1. Download the Priiloader installer and extract it to the `apps` folder on your SD card or USB drive.
* If this folder does not exist, create it.
##### Section II - Installing Priiloader
1. Launch the Homebrew Channel on your Wii.
2. Launch the Priiloader installer.
3. Press the + Button on Wii Remote or the A Button on a GameCube controller. ![Install Priiloader](/images/Priiloader/installer.png) ![Installing](/images/Priiloader/installing.png)
##### Section III - Entering/Configuring Priiloader
1. Hold the RESET button while turning on your Wii.
* If you are using a Wii mini, plug in a USB keyboard and hold escape while turning it on
![Turn on](/images/Priiloader/on.jpg) ![Hold RESET](/images/Priiloader/reset.jpg)
2. You should see the Priiloader menu. ![Menu](/images/Priiloader/mainmenu.png)
3. Go to `System Menu Hacks`.
4. We recommend you turn on the following hacks: `Region Free EVERYTHING`, `Block Disc Updates` and `Block Online Updates`. ![System Menu Hacks](/images/Priiloader/hacks.png)
1. Scroll down to `save settings` and press A, then press B to go back to the main menu of Priiloader.
1. Scroll to `Homebrew Channel` and press A to launch it.
## System Menu Hacks List
This is a list of the hacks you can enable with Priiloader.
| Hack | Description |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Block Disc Updates | Removes the "Wii System Update" screen included with some games that forces you to update the system to play the game. |
| Block Online Updates | Disables updating your Wii. Updates will fail with error 32007. |
| Auto-Press A at Health Screen | Automatically presses the A Button to get past the "Health and Safety" screen. |
| Replace Health Screen with Backmenu | Changes the "Health and Safety" screen to the animation played when returning to the Wii menu. |
| Move Disc Channel | Enables moving the Disc Channel anywhere on the Wii Menu. It's normally stuck in the top left of the first page. |
| Wiimmfi Patch v3 | Automatically patches all games you run from the Disc Channel for use with Wiimmfi |
| 480p graphics fix in system menu | Fixes a small issue with 480p on the Wii Menu. |
| Remove NoCopy Save File Protection | Allows you to copy normally disallowed save files to your SD card from data management |
| Region Free EVERYTHING | Disables region locking for any Wii application, including downloaded ones. |
| Region Free GC Games (No VM Patch) | Disables region locking for GameCube discs. |
| Region Free Wii Games | Disables region locking for Wii discs. |
| Region Free Channels | Disables region locking for installed channels |
| No System Menu Sounds AT ALL | Disables all the Wii Menu sound effects. |
| No System Menu Background Music | Disables the Wii Menu background music. |
| Re-Enable Bannerbomb v2 | Enables the "Bannerbomb" exploit on the latest Wii version. Not needed when the Homebrew Channel is already installed. |
| 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. |
| Force Standard Recovery Mode | Automatically launches the console in recovery mode. Used to launch recovery discs, letting users unbrick their Wii systems. |
| Remove Diagnostic Disc Check | Removes a check in the Wii to see if an inserted game is the "Wii Startup Disc". |
| Lock System Menu with Black Screen | Makes your Wii Menu load to a black screen, making you unable to use it. (Do not enable this) |
| 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). |
| Force Disc Games to run under IOS249 | Make discs use cIOS 249 as the game's IOS. While it cannot allow playing of burned games on its own, it is needed to play burned discs. |
Continue to installing cIOS<br>
{: .notice--info}
cIOS are used to play games with a USB Loader. Even if that's not something you want to do, it's useful for many homebrew apps.
{: .notice--info}
If using a Wii mini, follow [this guide](cios-mini) to install cIOS
{: .notice--info}
If using a normal Wii, follow [this guide](cios) to install cIOS
{: .notice--info}

View file

@ -0,0 +1,15 @@
---
title: "RiiConnect24 FORE000006"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)
If you get error FORE000006, your Wii's clock is probably set incorrectly. Set it to the correct date and time, then wait no more than an hour and the Forecast Channel should start working.
[Return to RiiConnect24 installation page](riiconnect24)
{: .notice--info}

View file

@ -0,0 +1,57 @@
---
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/rc24) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
### What you need
* A computer with either Windows 7 or newer or any Unix based system
* [.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 `VFF-Downloader-for-Dolphin.bat` on Windows or `VFF-Downloader-for-Dolphin.sh` on Unix systems which 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 `VFF-Downloader-for-Dolphin.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 `VFF-Downloader-for-Dolphin.bat` or `VFF-Downloader-for-Dolphin.sh` and choose - Manage startup VFF Downloader.
{: .notice--info}
##### Section III - Finalizing installation
1. On Windows run the `RiiConnect24Patcher.bat` or run the `RiiConnect24Patcher.sh` if you are on a Unix system 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, Nintendo Channel and Wii Mail don't work in Dolphin yet.
{: .notice--info}

View file

@ -0,0 +1,93 @@
---
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/rc24) (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-modding) and then come back.**
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
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 cannot use the patcher, please [follow the manual guide](https://pad.snopyta.org/s/rJ2N0B1XU), to install RiiConnect24. 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 Windows or `RiiConnect24Patcher.sh` on Unix systems by typing bash then drag `RiiConnect24Patcher.sh` into the terminal then press enter. On Unix systems, open terminal and type `bash`, then drag `RiiConnect24Patcher.sh`into the terminal then press enter. Follow the on screen instructions
2. Confirm that after running through the patcher, you have 3 folders. They will be in the same folder where `RiiConnect24Patcher.bat/sh` is and on your SD Card (of course, only if you selected an option in the patcher to do so).
- If the patcher did not move the file to the SD Card, move these 3 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. Highlight all WADs with `RiiConnect24` in the name, and press + to select them. When all of them are selected, press A twice to install the WADs.
5. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel.
##### Section III - Patching 43db for 16:9 (optional)
1. Open the Homebrew Channel
2. Launch the ww-43db-patcher
If you install a theme, you will have to run the ww-43db-patcher once more
{: .notice--info}
##### Section IV - 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 **ConnectMii** channel.
* 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.`
* Forecast Channel
* 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).
* Everything else that isn't working according to [RiiConnect24 stats](https://rc24.xyz/stats/index.html).
{: .notice--warning}

View file

@ -0,0 +1,126 @@
---
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/rc24) (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.
The Unix Patcher is finally out! This means that users of macOS and all types of Linux distributions are able to natively use the RiiConnect24 Patcher.
{: .notice--info}
{% 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>
#### What you need
* An SD card or USB drive
* A Wii with an Internet connection
* A computer
* [RiiConnect24 Patcher (Windows and Unix)](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
If you still can't run RiiConnect24 Patcher, please send us a mail at support@riiconnect24.net
{: .notice--info}
#### Instructions
##### Section I - Downloading RiiConnect24 Patcher
1. Click the link above to go to the github page where the patcher is.
2. Download `RiiConnect24Patcher.bat` if you are on Windows, and `RiiConnect24Patcher.sh` if you are on a Unix system
##### Section II - Patching IOS
[If you want to see detailed instructions on how to install the WADs, click here!](wiimodlite)
{: .notice--info}
1. On Windows run `RiiConnect24Patcher.bat`. It should look like this `bash RiiConnect24Patcher.sh`. On Unix systems, open terminal and type `bash`, then drag `RiiConnect24Patcher.sh`into the terminal then press enter.
2. Press 1 to choose "`Start`" and confirm your selection by pressing `ENTER`. ![RiiConnect24 Patcher Main Screen](/images/RC24_Patcher/1.PNG)
3. Select the device you're patching for. ![Select your device](/images/RC24_Patcher/2.PNG)
4. For this guide, choose "`Install RiiConnect24 on your Wii`" ![Install RiiConnect24](/images/RC24_Patcher/3.PNG)
5. Choose "`Express (Recommended)`". It will give you everything you need. ![Express Settings](/images/RC24_Patcher/4.PNG)
6. Select your region. ![Select your region](/images/RC24_Patcher/5.PNG)
7. Connect the SD Card or USB Drive to your computer and select "`1`". ![Enable copying to SD Card](/images/RC24_Patcher/6.PNG)
8. If your device was detected successfully, select "`1`". If not, make sure there's a folder called `apps` on your SD Card or USB Device and try again. ![Successfully detected](/images/RC24_Patcher/7.PNG)
9. Be patient... ![It's patching!](/images/RC24_Patcher/8.PNG)
10. Once it's done, you can now safely close the patcher. All of the files are ready on your SD Card. ![It's done!](/images/RC24_Patcher/9.PNG) ![Files copied](/images/RC24_Patcher/10.PNG)
11. If it did not copy everything automatically to your SD Card or USB Device, copy the `WAD` and `apps` folder next to `RiiConnect24Patcher.bat` to your SD Card or USB Device.
12. Put your SD card or USB drive in your Wii.
13. Launch the Homebrew Channel on your Wii.
14. Launch Wii Mod Lite.
15. Using the +Control Pad on your Wii Remote, navigate to `WAD Manager`, and then navigate to the `wad` folder.
16. Highlight all WADs with `RiiConnect24` in the name, and press + to select them. When all of them are selected, press A twice to install the WADs.
17. 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.
18. After they are successfully installed, press the HOME Button to exit back to the Homebrew Channel.
##### Section III - Patching nwc24msg.cfg
You will now patch your `nwc24msg.cfg` file which is required in order to use Wii Mail.
1. Launch RiiConnect24 Mail Patcher.
2. It should only take a few seconds to patch your nwc24msg.cfg. When it's done, press HOME to exit.
If you were unable to patch your nwc24msg.cfg correctly, e-mail us at [support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
##### Section IV - Connecting
In this section, you will set your DNS to our servers. It's optional but recommended, because it enhances the use of RiiConnect24 and Wiimmfi by making some other features available.
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 `1.1.1.1` as the secondary DNS (if it gives you problems, try `8.8.8.8`).
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}
[Continue to WiiLink24](wiilink24)<br> WiiLink24 lets you use the Japanese-exclusive Wii no Ma channel. 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 our DNS in Step 8.
{: .notice--info}
If you get error FORE000006, your Wii's clock is probably set incorrectly. Set it to the correct date and time, then wait no more than an hour and the Forecast Channel should start working.
{: .notice--warning}
[If you get error NEWS000006, following this tutorial should fix it.](news000006)
{: .notice--warning}
If you're getting errors such as `WiiConnect24 and Wii Shop Channel currently not being offered in your country`, 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 a discontinued message when opening the News or Forecast Channel, then following this tutorial should fix it.](deleting-vffs)
{: .notice--warning}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -0,0 +1,77 @@
---
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/rc24) (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://wiiu.hacks.guide). 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)
- The latest release of [Flump's Coldboot Haxchi Mod](https://www.dropbox.com/sh/gxkf72jia1adpyg/AACPMfGU2AyWUZmhU2awjSsca/Haxchi-CBHC%20Flump%20Mod.zip?dl=1)
- This Coldboot Haxchi mod is used in Section IV. You do not need to download it if you can't use Coldboot Haxchi, or you do not want Wii U Plugin Loader loading on startup.
#### 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.
##### Section IV - Running on startup (optional)
We will now setup Wii U Plugin Loader to run on startup with your Wii U. **This only works if you are using or willing to use Coldboot Haxchi.** You will still have to turn on UTag and press + on the Wii U GamePad to be kicked into the Wii U Menu on startup.
{: .notice--info}
1. Extract the Coldboot Haxchi mod `.zip` file to the root of your SD card.
- If your computer asks to replace, select Replace All.
2. Navigate to `/wiiu/apps/` and open the `wiiupluginloader` folder.
3. Rename `wiiupluginloader.elf` to `sdcafiine.elf`.
4. Go back to `/wiiu/apps/` and rename the `wiiupluginloader` to `sdcafiine`.
5. Insert your SD card into your Wii U.
6. Using your preferred method (browser exploit, Haxchi, Homebrew Launcher application, etc.), launch the **Homebrew Launcher** on your Wii U console.
6. Navigate to, and launch the Coldboot Haxchi app.
7. Use the D-Pad to navigate the cursor to the game you previously installed Haxchi to and press the A button to install the Coldboot Haxchi mod.
8. Turn off your Wii U, and restart it.
9. At the `Autobooting...` screen, press Home to open the Coldboot Haxchi menu.
10. Use the +Control Pad on the Wii U GamePad to navigate to `Autoboot:`. Change it to SDCafiine.
11. Finally, navigate to `WiiU System Menu`, and press A to be kicked to the Wii U Menu.
You have now set up RiiTag on your Wii U! 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}

91
_pages/ar_SA/riitag.md Normal file
View file

@ -0,0 +1,91 @@
---
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/rc24) (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.
Want to install RiiTag on your Wii U? See [this guide](riitag-wiiu) on how to connect it to your Wii U Menu.
{: .notice--info}
#### 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 dialogues 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 `/apps/usbloader_gx` 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.
###### Dolphin
You need a Discord account for this to work.
{: .notice--info}
1. [Join the RiiConnect24 Discord server](https://discord.gg/rc24) if you aren't already in there.
2. Make sure `Show Current Game on Discord` is turned on in preferences.
3. Make sure your Discord client is open.
4. Play a game and RiiTag will automatically update your tag when you play a game.
###### 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) starting 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.
[Check out RiiTag-RPC](https://github.com/RiiConnect24/RiiTag-RPC/releases/latest)<br> Now that you set up RiiTag, you can set up RiiTag-RPC to show your friends what you're playing on the Wii using Discord's rich presence.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -0,0 +1,24 @@
---
title: "Removing RSSMii"
---
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (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}

63
_pages/ar_SA/rssmii.md Normal file
View file

@ -0,0 +1,63 @@
---
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/rc24) (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 Creator](https://github.com/RiiConnect24/rssmii/releases/download/v1.4.1/RSSFeedsCreator.bat) 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://nitter.net/riiconnect24/rss]]></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

@ -0,0 +1,66 @@
---
title: "Site Navigation"
layout: single
sitemap: false
---
![WiiTutorials](/images/WiiTutorials.jpg)
{% capture notice-1 %}
**Featured**
+ [cIOS](cios)
+ [RiiConnect24](riiconnect24)
+ [WiiLink24](wiilink24)
+ [Wiimmfi](wiimmfi)
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>
{% capture notice-2 %}
**RiiConnect24/Wiimmfi**
+ [RiiConnect24](riiconnect24)
+ [RiiConnect24 vWii](riiconnect24-vwii)
+ [RiiConnect24 Dolphin](riiconnect24-dolphin)
+ [WiiLink24](wiilink24)
+ [Wiimmfi](wiimmfi)
+ [WiiWare Patcher](wiiwarepatcher)
+ [Deleting VFFs](deleting-vffs)
+ [Fixing FORE000006](riiconnect24-batteryfix)
+ [Fixing NEWS000006](news000006)
**Modding 101**
+ [BlueBomb](bluebomb)
* [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)
+ [WiiFlow](wiiflow)
**Wii mini**
+ [Installing the Homebrew Channel on the Wii mini](hbc-mini)
+ [Installing cIOS on the Wii mini](cios-mini)
**Site**
+ [Home](/)
+ [Get Started](get-started)
+ [FAQ](faq)
+ [Donations](donations)
{% endcapture %}
<div class="notice--primary">{{ notice-2 | markdownify }}</div>

47
_pages/ar_SA/str2hax.md Normal file
View file

@ -0,0 +1,47 @@
---
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/rc24) (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
#### 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}

29
_pages/ar_SA/syscheck.md Normal file
View file

@ -0,0 +1,29 @@
---
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/rc24) (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](/assets/files/SysCheckHDE.zip)
#### 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.

78
_pages/ar_SA/themes.md Normal file
View file

@ -0,0 +1,78 @@
---
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/rc24) (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), unless it has been formatted specifically for the vWii and your Wii U's region! Check out [this GBATemp post](https://gbatemp.net/threads/tutorial-installing-custom-themes-in-vwii.476012/) for more on vWii themes.
{: .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)
#### Theme Links
To find themes to install, here are 3 resources:
* [Google Drive repository](https://drive.google.com/drive/folders/19tyeVQ--bJ0ZUTNg5yvAGvc3G4-euEpm?usp=sharing)
* [RiiConnect24 themes page](https://rc24.xyz/goodies/themes/)
* [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 resources to get themes, 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 Mod, and then convert it back to csm with the instructions here using the version and region of your Wii Menu.
* Once you downloaded the theme you want and double-checked you got the right one, 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 contents from Nintendo's servers.
4. A file selection box will ask you where to save the .app file (that is the Wii Menu content 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.
4. Launch MyMenuify Mod from the Homebrew Channel.
5. After an introduction message, it will ask you what IOS you want to use in the app. If you have [installed cIOS](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`.
6. 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" or a black screen, 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

@ -0,0 +1,88 @@
---
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/rc24) (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://hbb1.oscwii.org/hbb/usbloader_gx/usbloader_gx.zip)
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](https://desairem.com/wordpress/category/witgui-download/) if you use macOS.
{: .notice--info}
If you are not copying games using Wii Backup Manager or Witgui, make a folder on the root of the USB drive named "wbfs" and put the games in there.
{: .notice--info}
To play games, we recommend using an external hard drive for your Wii. Flash drives should be usable too, but external hard drives are recommended as they are more reliable, and can store more 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. An official forwarder WAD can be found [here](https://sourceforge.net/projects/usbloadergx/files/Releases/Forwarders/USB%20Loader%20GX-UNEO_Forwarder_5_1_AHBPROT.wad), and a version for the vWii (Wii U) can be found [here](https://sourceforge.net/projects/usbloadergx/files/Releases/Forwarders/USB%20Loader%20GX-UNEO_Forwarder_5_1_AHBPROT_vWii%20%28Fix%29.wad).
* GameCube or "custom" Wii games may or may not have a custom banner that USB Loader GX uses. To enable this, find or write `CustomBannersURL = http://banner.rc24.xyz/` in config/GXGlobal.cfg on your USB drive. Then you can use the "Custom Banner" download by pressing the 1 Button on your Wii Remote.
##### User Interface
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

@ -0,0 +1,52 @@
---
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/rc24) (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](https://desairem.com/wordpress/category/witgui-download/) 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 that you can use to play games on your Wii from a USB drive.
{: .notice--info}
[Continue to WiiFlow](wiiflow) WiiFlow is a USB Loader that you can use to play games on your Wii from a USB drive or SD Card.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

89
_pages/ar_SA/wiiflow.md Normal file
View file

@ -0,0 +1,89 @@
---
title: "WiiFlow"
---
{% include toc title="Table of Contents" %}
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![WiiFlow](/images/wiiflowlogo.png)
This is a quick start guide on how to use WiiFlow, a USB loader for the Wii that's used to play games from a USB drive or SD card.
#### What you need
* A Wii
* A USB drive and/or SD card
* [WiiFlow](https://github.com/Fledge68/WiiFlow_Lite/releases)
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](https://desairem.com/wordpress/category/witgui-download/) if you use macOS.
{: .notice--info}
If you are not copying games using Wii Backup Manager or Witgui, make a folder on the root of the USB drive or SD card named "wbfs" and put the games in there.
{: .notice--info}
To play games, we recommend using an external hard drive for your Wii. Flash drives should be usable too, but external hard drives are recommended as they are more reliable, and can store more games.
{: .notice--info}
Unlike USB Loader GX, WiiFlow can load games of an SD card.
{: .notice--info}
Make sure your USB drive and/or SD card 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 WiiFlow and put the `apps` and `WiiFlow` folders 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 WiiFlow from the Homebrew Channel.
##### Getting Started
This is not a full comprehensive guide on using WiiFlow. This is intended to help you learn how to use it, by giving you a quick start. You should be able to figure out all the great features of WiiFlow by using it.
{: .notice--info}
* WiiFlow by default is set to only find games on the SD card. This can be changed by going in to settings, startup settings then turn off "Mount SD Only".
* You can toggle between viewing Wii games, GameCube games, Wii Channels, Plugins, Homebrew apps by clicking the button second to last button on the right.
* You can download game covers by going to "Settings" then "Download Covers and Banners"
##### User Interface
When WiiFlow detects games, they are displayed in flow view. When you click on a game you are given these options:
* Star - Adds game to favorites.
* Bookshelf - Adds the game to 1 of 6 categories of your choosing.
* Gears - Opens the settings menu for the specific game. Changing settings here will only effect the game you changed the settings for.
* X - Deletes the game from the USB drive or SD card
When you bring the cursor to the bottom of the screen while in flow view, there are 6 icons:
* Bookshelf - View the games that are sorted in the categories you chose.
* Star - View games you favorited.
* Gears - Opens WiiFlow Settings.
* Game Type - Toggles between different types of apps/games. The logo changes depending on what game type you have selected.
* Disc - Loads game that is in disc drive.
* House - Will open this menu. This menu can also be launched by pressing the home button.
![WF_menu](images/WFmenu.png)
* Help Guide - Shows all the controls you can use in WiiFlow.
* Reload Cache - Press this when WiiFlow is not detecting a new game on the USB drive or SD card.
* File Explorer - Allows you to boot games/apps from anywhere on your USB drive or SD card.
* Select Plugins - Allows you to select plugins.
* Credits - Shows the people who worked on WiiFlow.
* Shutdown - Allows you to either go into full shutdown, or Standby mode.
* Exit To - Lets you exit to Wii Menu, HBC, neek2o, Priiloader and Bootmii.
* Settings - Will open the WiiFlow Settings menu
##### Options once complete
[WiiFlowiki](https://sites.google.com/site/WiiFlowiki4/)<br> WiiFlowiki is a great resource with information about WiiFlow.
{: .notice--info}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

34
_pages/ar_SA/wiigsc.md Normal file
View file

@ -0,0 +1,34 @@
---
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/rc24) (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}
Do NOT make a shortcut for the games "Mario Party 9" or "A Boy and His Blob". It will brick your Wii.
{: .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, then right click on it and choose **Run as administrator**. If you do not do this, WiiGSC will throw an error when you open it.
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. 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}

53
_pages/ar_SA/wiilink24.md Normal file
View file

@ -0,0 +1,53 @@
---
title: "WiiLink24"
---
{% include toc title="Table of Contents" %}
WiiLink24 and all of its services (such as Wii no Ma) are not controlled or operated by RiiConnect24. To get support on all issues relating this tutorial and service, join the [WiiLink24 Discord server](https://discord.gg/n4ta3w6).
{: .notice--warning}
[WiiLink24](https://wiilink24.com/) lets you use the Japanese-exclusive Wii no Ma channel, and in the future will let you use the Digicam Print Channel and the Demae Channel again.
#### What you need
* An SD card or USB drive
* A Wii with an Internet connection
* A Windows or Unix based computer
* [WiiLink24 Patcher](https://github.com/WiiLink24/WiiLink24-Patcher/releases)
#### Instructions
##### Section I - Patching Wii no Ma
[If you want to see detailed instructions on how to install the WADs, click here!](wiimodlite)
{: .notice--info}
1. Download the required files based on your OS. On Windows, run `WiiLink24Patcher.bat`. On Unix systems, launch terminal and type sh, then drag the `WiiLink24Patcher.sh` into the terminal and press enter.
2. Press 1 to choose "`Start`" and confirm your selection by pressing `ENTER`.
3. For this guide, choose "`Install WiiLink24 on your Wii`"
4. Select your region.
5. Connect the SD Card or USB Drive to your computer and select "`1`".
6. If your device was detected successfully, select "`1`". If not, make sure there's a folder called `apps` on your SD Card or USB Device and try again.
7. Be patient...
8. Once it's done, you can safely close the patcher. All of the files are ready on your SD Card.
9. If it did not copy everything automatically to your SD Card or USB Device, copy the `WAD` and `apps` folder next to `WiiLink24Patcher.bat` to your SD Card or USB Device.
10. Put your SD card or USB drive in your Wii.
11. Launch the Homebrew Channel on your Wii.
12. Launch Wii Mod Lite.
13. Using the +Control Pad on your Wii Remote, navigate to `WAD Manager`, and then navigate to the `wad` folder.
14. Select the Wii no Ma WAD and press A to install.
15. After it is successfully installed, press the HOME Button to exit back to the Homebrew Channel.
16. Launch Wii no Ma and enjoy!
For PAL(European Wiis)<br> In Wii Settings please set TV Resolution to 60 HZ (480p/480i). You can find this in `Screen -> TV Resolution` If you do not, a pink bar will appear at the bottom of the screen obscuring vision.
{: .notice--info}
[Continue to RiiConnect24](riiconnect24)<br> RiiConnect24 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. This is optional to install.
{: .notice--info}
[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}
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

158
_pages/ar_SA/wiimmfi.md Normal file
View file

@ -0,0 +1,158 @@
---
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/rc24) (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.
If you get the error 23904 while connecting to Wiimmfi, then you are using an outdated patch.<br> Follow the steps below for the method you're using to connect to Wiimmfi again.<br> See [this page](https://wiimmfi.de/update) for more details.<br>
{: .notice--warning}
## Different patchers
There are lots of different methods to connect to Wiimmfi. Choose the one that fits your needs best.
### Automatic patching from the Disc Channel using Priiloader
#### What you need
- A Wii with Priiloader 0.9 or later installed
If you have an older version of Priiloader or don't have it installed, follow [this guide](priiloader) to update/install it.
{: .notice--info}
#### Instructions
1. Hold reset while powering on your Wii (if using a Wii mini, plug in a USB keyboard and press escape).
2. Go to `System Menu Hacks`.
3. Make sure the `Wiimmfi patch v4` hack is enabled.
4. Save settings and exit.
If you see the hack `Wiimmfi patch v2` or `Wiimmfi patch v3` instead, then you do not have the latest version of the hacks_hash.ini file.<br> Download it from [here](https://github.com/DacoTaco/priiloader/raw/master/priiloader/hacks_hash.ini) and place it in `/apps/priiloader/hacks_hash.ini` on your SD card or USB drive.<br> Then, repeat the previous steps.
{: .notice--warning}
### 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](https://download.wiimmfi.de/patcher/autowiimmfipatcher-latest.zip)
#### Instructions
1. Extract Auto Wiimmfi Patcher to the root of 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
### Automatic patching using a USB Loader
If you are already using USB Loader GX, 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.
### 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).
- [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases/) (Windows and Unix)
**or**
- [Wiimms ISO patcher (cross-platform)](https://download.wiimmfi.de/patcher/wiimmfi-patcher-latest.zip)
- A USB Loader, [cIOS](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. If you're using the RiiConnect24 Patcher, select your device (Wii, vWii, or Dolphin) and choose the patcher for your game.
3. Once it's finished, get the version out of the `wiimmfi-images` folder (it may be in the folder outside of the patcher - ../wiimmfi-images) and copy it back to your USB.
### 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)
- [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases/) (Windows and Unix)
**or**
- [WiiWare Patcher](https://github.com/RiiConnect24/WiiWare-Patcher/releases) (cross platform)
- [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 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. If you're using the RiiConnect24 Patcher, select your device (Wii, vWii, or Dolphin) and choose the WiiWare patcher.
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}
### DS Games
Wiimmfi doesn't only support Wii games, it supports lots of DS games too. Thanks to an exploit called nds-constraint, you can play DS games without patching your games.
#### What you need
- A Wi-Fi network with WEP or no security
Getting a Wi-Fi network with WEP or no security is the hardest part, because DS games don't support newer Wi-Fi security types (unless it's one of the few games that are "DSi Enhanced" and can use your Wi-Fi configuration on your DSi or 3DS, like Pokémon Black/White). However, many routers support creating a guest Wi-Fi connection, or you can make a hotspot on your phone or your computer. There are plenty of resources on the Internet that have information on this, so use your favorite search engine to find them.
{: .notice--info}
#### Instructions
1. Go in the Nintendo DS Wi-Fi settings. This can be accessed inside the game you want to play online with.
2. Set up a connection.
3. Type in `164.132.44.106` as the primary DNS.
4. Type in `1.1.1.1` as the secondary DNS (if it gives you problems, try `8.8.8.8`).
5. Save your connection settings and perform a connection test. If it's successful, then you're ready to play.
### CTGP-R (Mario Kart Wii)
MrBean35000vr and Chadderz have an amazing custom track distribution called CTGP-R that allows you to use a set of custom tracks and 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).
[Continue to site navigation](site-navigation)<br> We have many other tutorials that you might like.
{: .notice--info}

View file

@ -0,0 +1,35 @@
---
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/rc24) (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

@ -0,0 +1,48 @@
---
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 run the command
```powershell
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

@ -4,26 +4,30 @@ title: "Còpia de seguretat de BootMii"
{% include toc title="Table of Contents" %}
Si necessiteu ajuda per a qualsevol cosa relacionada amb aquest tutorial, per favor uniu-vos al [servidor de RiiConnect24](https://discord.gg/b4Y7jfD) (recomanat) o[envia'ns un e-mail a support@riiconnect24.net](mailto:support@riiconnect24.net).
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: .notice--info}
![Logo de BootMii
](/images/bootmii.png)
![Logo de BootMii](/images/bootmii.png)
You need an **SD card** to create a NAND backup using BootMii. If you do not have one, you can skip this page, although it is highly recommended to create one if you can.
{: .notice--warning}
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).
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. It's a good idea to make a NAND backup regularly or before doing something risky to your console (and if you know what you're doing, you won't have to do anything risky).
#### Requeriments
* Una tarjeta SD amb, com a mínim, 512MB d'espai lliure
#### Instruccions
If you installed BootMii as boot2 in the last step, you will need to launch BootMii by restarting the console. Skip steps 1-2 if this is the case.
{: .notice--info}
1. Entreu al Homebrew Channel.
2. Premeu el botó HOME i elegiu l'opció "Launch BootMii" (Llançar BootMii).
- Navegar BootMii no és posible amb un mando de la Wii. You must use the POWER and RESET buttons on your console, or a GameCube controller plugged into port 1. Per a navegar entre les diferents opcions, premeu el botó POWER a la Wii (o bé el pad de control al mando de GameCube). To select an option, hit RESET on your Wii or A on your GameCube controller.
Navigating BootMii is not possible using a Wii remote. You must use the POWER and RESET buttons on your 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). To select an option, hit RESET on your Wii or A on your GameCube controller.
{: . notícia--informació}
If the screen stays black and the blue disc drive light is blinking, you are missing the BootMii files on your SD card. Download [this zip](https://static.hackmii.com/bootmii_sd_files.zip) and extract it to the root of your SD card, then try again.
{: .notice--warning}
3. Select the Options button (the one with the gears).
4. Select the BackupMii button (the one with the green arrow).
- El procés de crear una còpia de seguretat de la NAND començarà. Pots veure el procés a la pantalla.
@ -32,8 +36,11 @@ If you installed BootMii as boot2 in the last step, you will need to launch Boot
5. Quan la còpia s'ha completat, eixiu d'eixa pantalla prement qualsevol botó.
6. Per a eixir de BootMii, premeu el botó "Back" (enrere) i després podeu polsar el Botò Wii o Homebrew Channel per a elegir a quin menú eixir.
<!---
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).
{: . notícia--informació}
{: .notice--info}
-->
[Continue to Priiloader Installation](priiloader) Priiloader adds a level of brick protection, and we recommend it, especially if you were only able to install BootMii IOS.
{: . notícia--informació}

View file

@ -47,41 +47,48 @@ Select cIOS version: 65535
```
![Install cIOS 250](/images/cios/Install250.png)
1. Once set, press A twice to install.
1. When done installing, press A to return, and set the options to the following: ![Install cIOS 251](/images/cios/Install251.png)
1. Quan hagueu acabat d'instalar, premeu A per a tornar, i poseu les opcions a les següents:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 38
Select cIOS slot: 251
Select cIOS version: 65535
```
![Install cIOS 251](/images/cios/Install251.png)
1. Once set, press A twice again to install, and then exit once done.
Although the majority of games should work straight away, some may require using a specific cIOS to function, or to utilize certain features within the game. To change the cIOS used for a specific game, follow these instructions:
{: .notice--warning}
{% capture bruh %}
Although the majority of games should work straight away with the defaults, some may require using a specific cIOS to function, or to utilize certain features within the game.<br> Examples include:
* Using a keyboard in Animal Crossing: City Folk.
* Running SpongeBob's Boating Bash.
A more comprehensive (although still incomplete) list can be found [**here**](https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List)<br> To change the cIOS used for a specific game, follow these instructions:
{% endcapture %}
<div class="notice--warning">{{ bruh | markdownify }}</div>
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'usbloadergx')">USB Loader GX</button>
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'wiiflow')">WiiFlow</button>
<div id="usbloadergx" class="blanktabcontent">
<p spaces-before="0">
!!crwdP_23_Pdwrc!!Select the game that isn't working. !!crwdP_24_Pdwrc!!Click Settings. !!crwdP_25_Pdwrc!!Select <code>Game Load</code>. !!crwdP_26_Pdwrc!!Scroll down to <code>Game IOS</code>. !!crwdP_27_Pdwrc!!Enter the IOS slot to use.
!!crwdP_24_Pdwrc!!Select the game that isn't working. !!crwdP_25_Pdwrc!!Click Settings. !!crwdP_26_Pdwrc!!Select <code>Game Load</code>. !!crwdP_27_Pdwrc!!Scroll down to <code>Game IOS</code>. !!crwdP_28_Pdwrc!!Enter the IOS slot to use.
</p>
<ul>
<li>
Try using 250 or 251, if 249 doesn't work. !!crwdP_28_Pdwrc!!Press ok and try to load the game
Try using 250 or 251, if 249 doesn't work. !!crwdP_29_Pdwrc!!Press ok and try to load the game.
</li>
</ul>
</div>
<div id="wiiflow" class="blanktabcontent">
<p spaces-before="0">
!!crwdP_29_Pdwrc!!Select the game that isn't working. !!crwdP_30_Pdwrc!!Click the gear icon. !!crwdP_31_Pdwrc!!Go to cIOS and use the arrows to select the IOS slot to use.
!!crwdP_30_Pdwrc!!Select the game that isn't working. !!crwdP_31_Pdwrc!!Click the gear icon. !!crwdP_32_Pdwrc!!Go to cIOS and use the arrows to select the IOS slot to use.
</p>
<ul>
<li>
Try using 250 or 251, if 249 doesn't work. !!crwdP_32_Pdwrc!!Press Save and try to load the game.
Try using 250 or 251, if 249 doesn't work. !!crwdP_33_Pdwrc!!Press Save and try to load the game.
</li>
</ul>
</div>

View file

@ -4,7 +4,7 @@ title: "Deleting VFFs"
{% include toc title="Table of Contents" %}
Si necessiteu ajuda per a qualsevol cosa relacionada amb aquest tutorial, per favor uniu-vos al [servidor de RiiConnect24](https://discord.gg/b4Y7jfD) (recomanat) o[envia'ns un e-mail a support@riiconnect24.net](mailto:support@riiconnect24.net).
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: . notícia--informació}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)

View file

@ -2,8 +2,8 @@
title: "Donacions"
---
[![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
[![PayPal]({{ base_path }}/images/paypal_white.png){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/RiiConnect){: .align-center}
donations@riiconnect24.net
{: .text-center}
{: .notice--info}

View file

@ -1,16 +1,7 @@
---
title: "Dumping a game over a local network"
title: "Dumping Wii/GameCube games over local network"
---
{% include toc title="Table of Contents" %}
Si necessiteu ajuda per a qualsevol cosa relacionada amb aquest tutorial, per favor uniu-vos al [servidor de RiiConnect24](https://discord.gg/b4Y7jfD) (recomanat) o[envia'ns un e-mail a support@riiconnect24.net](mailto:support@riiconnect24.net).
{: . notícia--informació}
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.

View file

@ -4,7 +4,7 @@ title: "Dumping WADs"
{% include toc title="Table of Contents" %}
Si necessiteu ajuda per a qualsevol cosa relacionada amb aquest tutorial, per favor uniu-vos al [servidor de RiiConnect24](https://discord.gg/b4Y7jfD) (recomanat) o[envia'ns un e-mail a support@riiconnect24.net](mailto:support@riiconnect24.net).
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: . notícia--informació}
This tutorial will explain you how to dump WADs from your Wii System Memory.

View file

@ -8,12 +8,12 @@ title: "Preguntes Freqüents"
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).
Either email us at support@riiconnect24.net or join the [RiiConnect24 Discord Server](https://discord.gg/rc24).
### 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 BlueBomb exploit, you do not need an SD card
- If you are using the BlueBomb, str2hax, or FlashHax exploits, you do not need an SD card
To store homebrew applications, we recommend an SD card with at least 2 GB.

View file

@ -2,7 +2,7 @@
title: "FlashHax"
---
Si necessiteu ajuda per a qualsevol cosa relacionada amb aquest tutorial, per favor uniu-vos al [servidor de RiiConnect24](https://discord.gg/b4Y7jfD) (recomanat) o[envia'ns un e-mail a support@riiconnect24.net](mailto:support@riiconnect24.net).
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
{: . notícia--informació}
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.

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