Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

fix(riiconnect24-dolphin): update #289

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 5 additions & 86 deletions _pages/en_US/riiconnect24-dolphin.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,14 @@ DO NOT INSTALL RIICONNECT24 ON A WII MINI! It will not work and it will brick th
### 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) if using a Unix-based system
* [Dolphin](https://dolphin-emu.org/download/)
* [Dolphin](https://dolphin-emu.org/download/) version 5.0-16718 or higher
* [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 beta version, but **not a stable version as these are very outdated!**
1. Download the latest Dolphin development version, but **not a stable or beta version as these are very outdated!**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is false for the most part, as beta versions are updated about every month or 2. Since this change was just merged so once that makes it here this change is irrevelant.

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.
Expand All @@ -48,84 +44,7 @@ If you have a homebrewed Wii console, you can use a [BootMii NAND dump](bootmii)

##### Section II - Installing RiiConnect24

<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'windows')">Windows</button>
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'unix')">Unix</button>

<div id="windows" class="blanktabcontent" markdown="1">
1. Run `RiiConnect24Patcher.bat`.
2. Start the patcher (by pressing `1`), then select `Install RiiConnect24`.
3. Select `Dolphin Emulator` (3).
4. Select `Install RiiConnect24 on your Dolphin Emulator`.
5. Press `1` and `Enter` to start the program.
6. Proceed with the program configuration.
7. 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)

If you choose to manually run it, keep `RiiConnect24Patcher.bat`. There will be an option in the 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 `RiiConnect24Patcher.bat` and choose Settings - Manage startup VFF Downloader.
{: .notice--info}

8. Press any key to go back to the RiiConnect24 patcher.
9. Once back in the RiiConnect24 Patcher, press `1` and then `Enter`.
10. Select your region (Europe or USA). The patcher will now begin to patch the WAD files.
11. Once it's done, press 2, (this will close the patcher) and then go to the directory that `RiiConnect24Patcher.bat` is in. There should be be a `Mii Contest Channel (Europe) (Channel) (RiiConnect24).wad` or `Check Mii Out Channel (USA) (Channel) (RiiConnect24).wad`, as well as an `Everybody Votes Channel ([your-selected-region]) (Channel) (RiiConnect24).wad` file in the WAD folder there.
12. 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`. Do the same for `Everybody Votes Channel ([your-selected-region]) (Channel) (RiiConnect24).wad`.
</div>

<div id="unix" class="blanktabcontent" markdown="1">
The screenshots in this section are taken from Windows, but the same steps can be followed on your Unix-based machine.
{: .notice--info}

1. Run `VFF-Downloader-for-Dolphin.sh`.
![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.sh`. 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.sh` and choose - Manage startup VFF Downloader.
{: .notice--info}
5. Run `RiiConnect24Patcher.sh`.
6. Start the patcher, select `Install RiiConnect24`.
![Select Custom](/images/Dolphin_RC24/5.jpg)
7. Select `Custom`.
![Select Check Mii Out Channel](/images/Dolphin_RC24/6.jpg)
8. Press `1` to select your region and only enable 5th option. Press `6` to start patching.
9. 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.sh`
10. 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`.

</div>

You're all done! Unfortunately, the Nintendo Channel and Wii Mail don't work in Dolphin yet.
{: .notice--info}

<script>
let tabcontent = document.getElementsByClassName("blanktabcontent");
let tablinks = document.getElementsByClassName("tablinks");

function openTab(evt, tabName) {
let element;

for (element of tabcontent) {
element.style.display = "none";
}

for (element of tablinks) {
element.className = element.className.replace("btn--primary", "btn--info");
if (!element.className.includes('btn--info'))
element.className += " btn--info";
}

document.getElementById(tabName).style.display = "block";
evt.currentTarget.className = evt.currentTarget.className.replace("btn--info", "btn--primary");
}
RiiConnect24, as of version 5.0-16718, is built into Dolphin. However, with some WADs, you may need to use the RiiConnect24 Patcher (select Wii instead of Dolphin).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in the plans, but not actually implemented yet.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wording is not correct as RiiConnect24 is not built-in to Dolphin. Rather, WiiConnect24 is built-in.


// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
RiiConnect24 support with some WADs is inconsistent. Mario Kart Wii competitions currently do not work.
{: .notice--info}