Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add System Channel Restorer instructions #131

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
40 changes: 37 additions & 3 deletions docs/.vitepress/i18n/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const themeConfig = {
{ text: localeData.pages["cios"], link: `/cios` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand Down Expand Up @@ -96,6 +97,7 @@ const themeConfig = {
{ text: localeData.pages["wnd-mini"], link: `/wnd-mini` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -114,6 +116,7 @@ const themeConfig = {
{ text: localeData.pages["vwii-finalizing-setup"], link: `/vwii-finalizing-setup` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -133,6 +136,7 @@ const themeConfig = {
{ text: localeData.pages["cios"], link: `/cios` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand Down Expand Up @@ -174,6 +178,7 @@ const themeConfig = {
{ text: localeData.pages["cios"], link: `/cios` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -193,6 +198,7 @@ const themeConfig = {
{ text: localeData.pages["wnd-mini"], link: `/wnd-mini` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -212,6 +218,7 @@ const themeConfig = {
{ text: localeData.pages["cios"], link: `/cios` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand Down Expand Up @@ -242,6 +249,7 @@ const themeConfig = {
{ text: localeData.pages["cios"], link: `/cios` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand Down Expand Up @@ -305,6 +313,7 @@ const themeConfig = {
{ text: localeData.pages["cios"], link: `/cios` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -331,6 +340,7 @@ const themeConfig = {
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand Down Expand Up @@ -373,8 +383,7 @@ const themeConfig = {
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
{ text: localeData.pages["multiple-options"] }
]
},
sidebar_common
Expand All @@ -385,7 +394,23 @@ const themeConfig = {
items: [
{ text: localeData.pages["key-information"], link:`/key-information` },
{ text: localeData.pages["get-started"], link: `/get-started` },
{ text: localeData.pages["recovery-mode"], link: `/recovery-mode` },
{ text: localeData.pages["recovery-mode"], link: `/recovery-mode` }
]
},
sidebar_common
],
[`/restoring-features`]: [
{
text: localeData.guide,
items: [
{ text: localeData.pages["key-information"], link:`/key-information` },
{ text: localeData.pages["get-started"], link: `/get-started` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["restoring-features"], link: `/restoring-features` },,
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
},
sidebar_common
Expand All @@ -403,6 +428,7 @@ const themeConfig = {
{ text: localeData.pages["cios"], link: `/cios` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand Down Expand Up @@ -455,6 +481,7 @@ const themeConfig = {
{ text: localeData.pages["vwii-finalizing-setup"], link: `/vwii-finalizing-setup` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -474,6 +501,7 @@ const themeConfig = {
{ text: localeData.pages["vwii-finalizing-setup"], link: `/vwii-finalizing-setup` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -492,6 +520,7 @@ const themeConfig = {
{ text: localeData.pages["vwii-finalizing-setup"], link: `/vwii-finalizing-setup` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -507,6 +536,7 @@ const themeConfig = {
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -533,6 +563,7 @@ const themeConfig = {
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand Down Expand Up @@ -585,6 +616,7 @@ const themeConfig = {
{ text: localeData.pages["vwii-finalizing-setup"], link: `/vwii-finalizing-setup` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -604,6 +636,7 @@ const themeConfig = {
{ text: localeData.pages["cios"], link: `/cios` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand All @@ -623,6 +656,7 @@ const themeConfig = {
{ text: localeData.pages["wnd-mini"], link: `/wnd-mini` },
{ text: localeData.pages["osc"], link: `/osc` },
{ text: localeData.pages["recommended-homebrew"], link: `/recommended-homebrew` },
{ text: localeData.pages["multiple-options"] },
{ text: localeData.pages["wiiconnect24"], link: `/wiiconnect24` },
{ text: localeData.pages["nintendowfc"], link: `/nintendowfc` }
]
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/i18n/strings/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"privacy-policy": "Privacy Policy",
"recommended-homebrew": "Recommended Homebrew",
"recovery-mode": "Recovery Mode",
"restoring-features": "Restoring Features",
"site-navigation": "Site Navigation",
"str2hax": "str2hax",
"syscheck": "SysCheck",
Expand Down
2 changes: 1 addition & 1 deletion docs/cios.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ If you downloaded the 4 WAD files in Section I, you may now delete them from you

Continue to [Open Shop Channel Installation](osc)

Now that your Wii has adequate brick protection, you can install the Open Shop Channel, a trusted repository for homebrew that can be accessed both on and off the Wii.
Now that your main setup is complete, you can install the Open Shop Channel, a trusted repository for homebrew that can be accessed both on and off the Wii.

:::
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/recommended-homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,22 @@ Homebrew that has the ability to make permanant changes to your Wii are highligh
+ [WiiMC-SS](https://oscwii.org/library/app/WiiMC-SS) - A modified and updated version of WiiMC. Turns your Wii into a fully fledged media center, with the ability to listen to music, watch videos, play DVDs, and more.
+ [Schism Tracker](https://oscwii.org/library/app/schismtracker) - A editor and player for tracked music (IT, XM, S3M, MOD, etc.). You can find music to try out [here](https://modarchive.org/).

## Wii: Next Steps

::: tip

[Continue to WiiConnect24](wiiconnect24)
Continue to [WiiConnect24](wiiconnect24)

Although WiiConnect24 was discontinued by Nintendo in June 2013, there is a fan-hosted revival service that restores and expands its functionality.

:::

## vWii & Wii mini: Next Steps

::: tip

Continue to [Restoring Features](restoring-features)

Now that your main setup is complete, you can install System Channel Restorer, an application which allows you to (re)install system channels on your console, and restore missing Wii features.

:::
68 changes: 68 additions & 0 deletions docs/restoring-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Restoring Features

System Channel Restorer is an application which allows you to (re)install system channels on your console, including Photo Channel 1.1 and the Internet Channel. This tutorial will show you how to install channels with this application.

## Requirements

* An SD card or USB drive
* [System Channel Restorer](https://oscwii.org/library/app/system-channel-restorer)

## Instructions

### Section I - Downloading

1. Download and extract the System Channel Restorer `.zip` to the root of your SD card or USB drive.
1. Insert your SD card or USB drive into your Wii, and launch System Channel Restorer from the Homebrew Channel.

### Section II - Installing Channels

1. Using the D-Pad, scroll through the channels listed, and press `A` to select the channels according to your console:

+ vWii:
+ EULA (Required)
+ Mii Channel (Recommended)
+ Photo Channel (Recommended)
+ Internet Channel (Optional)
+ Wii mini:
+ EULA (Required)
+ Region Select (Required)
+ Wii Shop Channel (Required)
+ Mii Channel (Recommended)
+ Photo Channel (Optional)
+ Internet Channel (Optional)

::: info

If your SD Card has more than 2GB of capacity, you will need to choose Photo Channel 1.1 instead of 1.0. Note that installation of Photo Channel 1.1 also installs IOS61 on vWii.

:::

::: warning

If you don't install the required channels, some channels and WiiWare games may bring you to a loop where the console infinitely tries to update.

:::

![](/images/system-channel-restorer/menu.png)



1. Once you have selected all the channels you wish to install, press + to begin the installation.

![](/images/system-channel-restorer/installed.png)

1. Press HOME to return to the Homebrew Channel.

::: tip

Continue to [WiiConnect24](wiiconnect24)

Although WiiConnect24 was discontinued by Nintendo in June 2013, there is a fan-hosted revival service that restores and expands its functionality.

:::

::: tip

[Return to site index](site-navigation)

:::
9 changes: 3 additions & 6 deletions docs/vwii-finalizing-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,22 @@ All homebrew apps are loaded from the Homebrew Channel.
:::

+ Patched IOS 80 Installer for vWii is a homebrew app that will take your current install of IOS 80 and patch it to be able to use fakesigned channels on the SD card menu.
+ System Channel Restorer is a homebrew app that allows some channels usually only available on Wii to be easily installed on vWii.
+ ww-43db-patcher is a homebrew app that will patch your WiiWare and virtual console titles to force the 16:9 aspect ratio.

## Additional Homebrew Apps - What You Need

* [Patched IOS 80 Installer for vWii](https://oscwii.org/library/app/Patched_IOS80_Installer_for_vWii)
* [system-channel-restorer](https://oscwii.org/library/app/system-channel-restorer)
* [ww-43db-patcher](https://oscwii.org/library/app/ww-43db-patcher)
* [ww-43db-patcher](https://oscwii.org/library/app/ww-43db-patcher) (Recommended)
* [Patched IOS 80 Installer for vWii](https://oscwii.org/library/app/Patched_IOS80_Installer_for_vWii) (Optional)

## Additional Homebrew Apps - Extracting Files to the SD Card

1. Copy the contents of the Patched IOS 80 Installer for vWii to the root of the SD.
1. Copy the contents of the system-channel-restorer to the root of the SD.
1. Copy the contents of the ww-43db-patcher to the root of the SD.

::: tip

Continue to [Open Shop Channel Installation](osc)

Now that your main vWii setup is complete, you can install the Open Shop Channel, a trusted repository for homebrew that can be accessed both on and off the Wii.
Now that your main setup is complete, you can install the Open Shop Channel, a trusted repository for homebrew that can be accessed both on and off the Wii.

:::
4 changes: 2 additions & 2 deletions docs/vwii-homebrew-channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you have hacked your Wii U in the past, you can use the same SD Card for this

::: info

If you haven't already, make sure you did a [NAND backup](https://wiiu.hacks.guide/#/aroma/nand-backup) and have the [Aroma Environment](https://aroma.foryour.cafe/) installed on your Wii U.
If you haven't already, make sure you did a [NAND backup](https://wiiu.hacks.guide/#/aroma/nand-backup) and have the [Aroma Environment](https://aroma.foryour.cafe/) installed on your Wii U

Otherwise, proceed to [Installing Aroma](https://wiiu.hacks.guide/#/aroma/getting-started) or [Modding the vWii without modding the Wii U side](wiiu-nand-dumper)

Expand All @@ -23,7 +23,7 @@ Otherwise, proceed to [Installing Aroma](https://wiiu.hacks.guide/#/aroma/gettin
* A modded Wii U
* The [Aroma Environment](https://aroma.foryour.cafe/)
* The latest release of the [Compat Title Installer](https://hb-app.store/wiiu/CompatTitleInstaller).
* (Optional) The [Enhanced vWii Aroma Plugin](https://hb-app.store/wiiu/evWii)
* The [Enhanced vWii Aroma Plugin](https://hb-app.store/wiiu/evWii) (Recommended)

::: warning

Expand Down
2 changes: 1 addition & 1 deletion docs/wnd-mini.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you would like to play Wii games online inside of dolphin with your Wii mini

Continue to [Open Shop Channel Installation](osc)

Now that your Wii has adequate brick protection, you can install the Open Shop Channel, a trusted repository for homebrew that can be accessed both on and off the Wii.
Now that your main setup is complete, you can install the Open Shop Channel, a trusted repository for homebrew that can be accessed both on and off the Wii.

:::

Expand Down
Loading