Many various fixes

This commit is contained in:
larsenv 2017-09-09 13:12:05 -05:00
parent 7341382ae7
commit 8ebdb52f72
No known key found for this signature in database
GPG key ID: E7547FF38CA8E6E0
9 changed files with 50 additions and 17 deletions

View file

@ -4,8 +4,6 @@ main:
title: Guide
-
title: FAQ
-
title: Troubleshooting
-
title: Donations
-

View file

@ -9,10 +9,14 @@ If we forgot you here, contact us and we'll add your name.
{% capture notice-1 %}
+ Actar
+ All RiiConnect24 Developers
+ fail0verflow
+ GiantPune
+ JoostinOnline
+ KcrPL
+ Leseratte
+ ScarletDreamz
+ XFlak
+ Wiimm

View file

@ -3,8 +3,9 @@ title: "Get Started"
---
For modding the Wii, [we recommend using ModMii (if you have Windows)](https://sourceforge.net/projects/modmii/). It's a good tool, and you can get a guide generated with instructions.
However, it does not give instructions on how to install RiiConnect24 or Wiimmfi, so use the pages here to learn how to install it.
{: .notice--info}
[SetMiiUp](https://gbatemp.net/threads/setmiiup-from-stock-to-latest-softmod-in-less-then-5-10-minutes.459416/) is also a good tool to get you started.
However, these tools does not give instructions on how to install RiiConnect24 or Wiimmfi, so use the pages here to learn how to install it.
{: .notice--info
This guide is for the original Wii only. Do not use this on a Wii U!
{: .notice--warning}
@ -16,6 +17,6 @@ This guide is for the original Wii only. Do not use this on a Wii U!
 </tr>
<tr>
<td>4.3</td>
<td><a href="letterbomb">LetterBomb <img src="/images/Wii/StartLetterBomb.png" alt="LetterBomb" height="30"></a></td>
<td><a href="letterbomb">LetterBomb ![LetterBomb](/images/Wii/StartLetterBomb.png)</a></td>
</tr>
</table>

View file

@ -11,8 +11,6 @@ header:
excerpt: "A guide to get you started with modding your Wii.<br />"
---
<div class="notice--danger">{{ notice-home | markdownify }}</div>
## What is Homebrew?
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.

View file

@ -20,8 +20,5 @@ title: "LetterBomb"
![LetterBomb Wii Menu](/images/Wii/LetterBomb-Wii.png)
{% capture notice-1 %}
[Continue to Homebrew Channel Installation](hbc)
{% endcapture %}
{: .notice--info}

View file

@ -30,3 +30,4 @@ If the error code still remains, the time on your Wii might be incorrect, confus
1. Try the News or Forecast Channel now. Hopefully it works now. If not, you might want to repeat this process one more time and it might fix it.
[Return to RiiConnect24 installation page](riiconnect24)
{: .notice--info}

View file

@ -1,8 +1,8 @@
---
title: "RiiConnect24 - Updating After Maintenance"
title: "RiiConnect24 Updating After Maintenance"
---
This tutorial is for existing RiiConnect24 users who have not done this patch before August. Basically, RiiConnect24 undergone some maintenance requiring you to change your DNS and repatch your nwc24msg.cfg. Please follow this, because this is required if you want to continue using RiiConnect24.
This tutorial is for existing RiiConnect24 users who have not done this patch before August 2017. Basically, RiiConnect24 undergone some maintenance requiring you to change your DNS and repatch your nwc24msg.cfg. Please follow this, because this is required if you want to continue using RiiConnect24.
{: .notice--info}
![RiiConnect24 Logo](/images/WiiRC24Logo.jpg)

View file

@ -32,13 +32,12 @@ In order to install RiiConnect24 you must be on Wii Menu version 4.3, otherwise
[If you want to see how to use IOS Patcher, click here!](iospatcher)
{: .notice--info}
1. Open the IOS Patcher zip and run `patch.bat` if on Windows, or `patch.command` on Linux or MacOS.
### If you want to download IOS Patcher directly (on Windows), open cmd.exe and paste this:
`powershell -command "(new-object System.Net.WebClient).DownloadFile('https://rc24.xyz/Patchers_Auto_Update/IOS-Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat` (You need to be on Windows 7 on newer.)
[If you want to see instructions on how to install patched IOS, click here!](wiimodlite)
{: .notice--info}
1. Open the IOS Patcher zip and run `patch.bat` if on Windows, or `patch.command` on Linux or MacOS.
If you want to download IOS Patcher directly (on Windows), open cmd.exe and paste this:
`powershell -command "(new-object System.Net.WebClient).DownloadFile('https://rc24.xyz/Patchers_Auto_Update/IOS-Patcher/net_install.bat', 'net_install.bat')" & start net_install.bat` (You need to be on Windows 7 on newer.)
1. Follow the instructions it gives you. Upon it finishing, copy the `WAD` folder to your SD Card. If it doesn't work or you don't understand, [Join the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) and DM RiiConnect24 Bot `!wads` and it'll respond with pre-patched wads.
1. Extract Wii Mod Lite and WiiXplorer, and then copy them to the `apps` folder on your SD Card. Make sure to copy WiiXplorer as its own folder, not the standalone files inside.
1. Insert your SD card into your Wii, open the Homebrew Channel, and launch Wii Mod Lite.

View file

@ -0,0 +1,35 @@
---
title: "Site Navigation" #
layout: single-no-ads
sitemap: false
---
{% capture notice-1 %}
**Popular**
+ [RiiConnect24](riiconnect24)
+ [Wiimmfi](wiimmfi)
{% endcapture %}
<div class="notice--info">{{ notice-1 | markdownify }}</div>
{% capture notice-2 %}
**All**
+ [cIOS](cios)
+ [Credits]](credits)
+ [Donations](donations)
+ [FAQ](faq)
+ [Get Started](get-started)
+ [Homebrew Channel](hbc)
+ [Home](/)
+ [IOS Patcher](iospatcher)
+ [LetterBomb](letterbomb)
+ [RiiConnect24 Battery Fix](riiconnect24-batteryfix)
+ [RiiConnect24 Troubleshooting](riiconnect24-troubleshooting)
+ [RiiConnect24 Updating After Maintenance](riiconnect24-updatepatch)
+ [RiiConnect24](riiconnect24)
+ [Wiimmfi](wiimmfi)
+ [Wii Mod Lite](wiimodlite)
+ [WiiWare Patcher](wiiwarepatcher)
{% endcapture %}
<div class="notice--primary">{{ notice-2 | markdownify }}</div>