Dolphin update again (#259)
* Add two pages for RiiConnect24 on Dolphin * Fix a couple things I missed * Fix broken links * Redo to use a button format * Try to fix RiiConnect24 Dolphin Gemfile and dependabot.yml (if they even show up) are not changes. I reverted those already. * Fix typo * Remove warning about system updates in Dolphin https://dolphin-emu.org/blog/2022/05/17/dolphin-progress-report-february-march-and-april-2022/#notable-changes * Add notice about bootmii NAND dumps working * Edit notice about windows tutorial * Small changes * Fix wiiflow > unix * Remove "that you downloaded here" * Update a couple gems * Remove unix tutorial will work on windows * Dolphin beta version It's recommended to use the latest beta instead of the latest nightly (development) build, but the stable version is too old * Clarify on how the stable versions are outdated This is due to the fact that dolphin doesn't use the stable versions anymore pretty much (https://dolphin-emu.org/download/) * Oh, forgot to remove the other ones * Update riiconnect24-dolphin.md * Update riiconnect24-dolphin.md
This commit is contained in:
parent
acc5c84279
commit
3c624bfd7d
3 changed files with 86 additions and 50 deletions
36
Gemfile.lock
36
Gemfile.lock
|
@ -26,25 +26,10 @@ GEM
|
|||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
eventmachine (1.2.7)
|
||||
faraday (1.8.0)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
faraday-excon (~> 1.1)
|
||||
faraday-httpclient (~> 1.0.1)
|
||||
faraday-net_http (~> 1.0)
|
||||
faraday-net_http_persistent (~> 1.1)
|
||||
faraday-patron (~> 1.0)
|
||||
faraday-rack (~> 1.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday (2.3.0)
|
||||
faraday-net_http (~> 2.0)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-em_http (1.0.0)
|
||||
faraday-em_synchrony (1.0.0)
|
||||
faraday-excon (1.1.0)
|
||||
faraday-httpclient (1.0.1)
|
||||
faraday-net_http (1.0.1)
|
||||
faraday-net_http_persistent (1.2.0)
|
||||
faraday-patron (1.0.0)
|
||||
faraday-rack (1.0.0)
|
||||
faraday-net_http (2.0.3)
|
||||
ffi (1.15.5)
|
||||
forwardable-extended (2.6.0)
|
||||
gemoji (3.0.1)
|
||||
|
@ -99,16 +84,15 @@ GEM
|
|||
mercenary (0.4.0)
|
||||
mini_portile2 (2.8.0)
|
||||
minitest (5.14.4)
|
||||
multipart-post (2.1.1)
|
||||
nokogiri (1.13.6)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
octokit (4.21.0)
|
||||
faraday (>= 0.9)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
octokit (4.25.0)
|
||||
faraday (>= 1, < 3)
|
||||
sawyer (~> 0.9)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (4.0.6)
|
||||
public_suffix (4.0.7)
|
||||
racc (1.6.0)
|
||||
rake (13.0.6)
|
||||
rb-fsevent (0.11.1)
|
||||
|
@ -120,9 +104,9 @@ GEM
|
|||
safe_yaml (1.0.5)
|
||||
sassc (2.4.0)
|
||||
ffi (~> 1.9)
|
||||
sawyer (0.8.2)
|
||||
sawyer (0.9.2)
|
||||
addressable (>= 2.3.5)
|
||||
faraday (> 0.8, < 2.0)
|
||||
faraday (>= 0.17.3, < 3)
|
||||
terminal-table (2.0.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
thread_safe (0.3.6)
|
||||
|
@ -145,4 +129,4 @@ DEPENDENCIES
|
|||
webrick (~> 1.7)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.15
|
||||
2.3.16
|
||||
|
|
|
@ -197,7 +197,6 @@ sass:
|
|||
|
||||
# Plugins
|
||||
plugins:
|
||||
- jekyll-paginate-v2
|
||||
- jekyll-sitemap
|
||||
- jekyll-gist
|
||||
- jekyll-feed
|
||||
|
@ -205,7 +204,6 @@ plugins:
|
|||
|
||||
# mimic GitHub Pages with --safe
|
||||
whitelist:
|
||||
- jekyll-paginate-v2
|
||||
- jekyll-sitemap
|
||||
- jekyll-gist
|
||||
- jekyll-feed
|
||||
|
@ -505,7 +503,7 @@ defaults:
|
|||
permalink: /el_GR/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/en_PT/home.md"
|
||||
type:
|
||||
type:
|
||||
values:
|
||||
permalink: /en_PT/index:output_ext
|
||||
- scope:
|
||||
|
|
|
@ -12,9 +12,10 @@ If you need help for anything regarding this tutorial, please directly contact K
|
|||
{: .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/)
|
||||
|
||||
* 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/)
|
||||
* [RiiConnect24 Patcher](https://github.com/RiiConnect24/RiiConnect24-Patcher/releases)
|
||||
|
||||
#### Instructions
|
||||
|
@ -24,16 +25,45 @@ If you need help for anything regarding this tutorial, please directly contact K
|
|||
If you have Dolphin already installed, skip to Section II
|
||||
{: .notice--info}
|
||||
|
||||
1. Download the latest Dolphin development version.
|
||||
1. Download the latest Dolphin beta version, but **not a stable version as these are very outdated!**
|
||||
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
|
||||
3. Start Dolphin.
|
||||
4. Press on `Tools` -> `Perform Online System Update` -> Choose your region.
|
||||

|
||||
|
||||
##### Section II - Installing RiiConnect24.
|
||||
If you have a homebrewed Wii console, you can use a [BootMii NAND dump](bootmii) instead of installing the Wii System menu via this method. See [this page](https://wiki.dolphin-emu.org/index.php?title=NAND_Usage_Guide) for more information.
|
||||
{: .notice--info}
|
||||
|
||||
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.
|
||||
##### 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.
|
||||

|
||||
|
||||
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">
|
||||
1. Run `VFF-Downloader-for-Dolphin.sh`.
|
||||

|
||||
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.
|
||||
|
@ -41,22 +71,46 @@ If you have Dolphin already installed, skip to Section II
|
|||
|
||||

|
||||
|
||||
If you choose to manually run it, keep `VFF-Downloader-for-Dolphin.bat`. There will be an option in menu to manually run it.
|
||||
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.bat` or `VFF-Downloader-for-Dolphin.sh` and choose - Manage startup VFF Downloader.
|
||||
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}
|
||||
|
||||
##### 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`.
|
||||
5. Run `RiiConnect24Patcher.sh`.
|
||||
6. Start the patcher, select `Install RiiConnect24`.
|
||||

|
||||
3. Select `Custom`.
|
||||
7. Select `Custom`.
|
||||

|
||||
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`.
|
||||
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`.
|
||||
|
||||
You're all done! Unfortunately, Nintendo Channel and Wii Mail don't work in Dolphin yet.
|
||||
</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");
|
||||
}
|
||||
|
||||
// Get the element with id="defaultOpen" and click on it
|
||||
document.getElementById("defaultOpen").click();
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue