Make OSC optional

This commit is contained in:
lifehackerhansol 2023-10-04 23:28:33 -07:00
parent 7b89a0eeda
commit fa6a95b05c
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E
6 changed files with 33 additions and 29 deletions

View file

@ -108,6 +108,6 @@ On each cIOS that you try to install, you will first be shown a grid of active I
![Install cIOS 251](/images/cios/d2x_v11_251.png) ![Install cIOS 251](/images/cios/d2x_v11_251.png)
[Continue to Recommended Homebrew](recommended-homebrew)<br> Continue to [Open Shop Channel Installation](osc)
This guide outlines selections of homebrew that we think are useful to have; these range from utilities to emulators and more. 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.
{: .notice--info} {: .notice--info}

View file

@ -61,7 +61,7 @@ The guide has nine sections in total. These are listed below:
1. Installing the Homebrew Channel and BootMii (REQUIRED) 1. Installing the Homebrew Channel and BootMii (REQUIRED)
1. Making a NAND backup with BootMii (REQUIRED) 1. Making a NAND backup with BootMii (REQUIRED)
1. Installing Priiloader (REQUIRED) 1. Installing Priiloader (REQUIRED)
1. Installing the Open Shop Channel (REQUIRED) 1. Installing the Open Shop Channel (OPTIONAL)
1. Installing cIOS (OPTIONAL) 1. Installing cIOS (OPTIONAL)
1. Discovering Recommended Homebrew (OPTIONAL) 1. Discovering Recommended Homebrew (OPTIONAL)
1. Regaining WiiConnect24 Functionality (OPTIONAL) 1. Regaining WiiConnect24 Functionality (OPTIONAL)

View file

@ -58,15 +58,8 @@ There are two methods to use the Open Shop Channel: on your Wii through the Home
UNDER CONSTRUCTION UNDER CONSTRUCTION
If you have made it to this point, congrats! You are finished with the required section of the main guide! You can continue if you want to learn more, but anything past this point is optional. Continue to [Recommended Homebrew](recommended-homebrew)<br>
{: .notice--success} This guide outlines selections of homebrew that we think are useful to have; these range from utilities to emulators and more.
If using a Wii: [Continue to cIOS](cios)<br>
This guide provides steps on how to get a basic set of cIOS installed on your Wii, enabling functionality on apps like USB loaders.
{: .notice--info}
If using a Wii mini: [Continue to Wii mini cIOS](cios-mini)<br>
This guide provides installation instructions for cIOS on Wii minis.
{: .notice--info} {: .notice--info}
[Return to site index](site-navigation)<br> [Return to site index](site-navigation)<br>

View file

@ -191,6 +191,17 @@ Your Wii should now automatically boot to whichever homebrew app you installed.
1. Press `B` to return to the main menu. 1. Press `B` to return to the main menu.
1. Scroll back up to `System Menu` and press A. 1. Scroll back up to `System Menu` and press A.
[Continue to Open Shop Channel Installation](osc) ### Wii Mini: Next Steps
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.
Continue to [Wii mini cIOS](cios-mini)<br>
This guide provides installation instructions for cIOS on Wii minis.
{: .notice--info}
### Wii: Next Steps
If you have made it to this point, congrats! You are finished with the required section of the main guide! You can continue if you want to learn more, but anything past this point is optional.
{: .notice--success}
Continue to [cIOS](cios)<br>
This guide provides steps on how to get a basic set of cIOS installed on your Wii, enabling functionality on apps like USB loaders.
{: .notice--info} {: .notice--info}

View file

@ -245,28 +245,28 @@ $(document).ready(function() {
// The key/propery name must match the value associated with the page in the methods variable above // The key/propery name must match the value associated with the page in the methods variable above
// //
var device_common = { var device_common = {
"0": ["letterbomb", "hbc", "bootmii", "priiloader", "osc"], "0": ["letterbomb", "hbc", "bootmii", "priiloader"],
"1": ["wilbrand", "hbc", "bootmii", "priiloader", "osc"], "1": ["wilbrand", "hbc", "bootmii", "priiloader"],
"2": ["bluebomb", "multiple-options"], "2": ["bluebomb", "multiple-options"],
"3": ["flashhax", "hbc", "bootmii", "priiloader", "osc"], "3": ["flashhax", "hbc", "bootmii", "priiloader"],
"4": ["str2hax", "hbc", "bootmii", "priiloader", "osc"] "4": ["str2hax", "hbc", "bootmii", "priiloader"]
} }
// Can add custom routing if necessary but currently both routes are identical // Can add custom routing if necessary but currently both routes are identical
var device_wii = Object.assign({}, device_common,{ var device_wii = Object.assign({}, device_common,{
// custom routing here // custom routing here
// example: "0": ["letterbomb", "hbc", "bootmii", "priiloader", "osc"], // example: "0": ["letterbomb", "hbc", "bootmii", "priiloader"],
"5": ["multiple-options", "hbc", "bootmii", "priiloader", "osc"], "5": ["multiple-options", "hbc", "bootmii", "priiloader"],
"7": ["multiple-options", "hbc", "bootmii", "priiloader", "osc"], "7": ["multiple-options", "hbc", "bootmii", "priiloader"],
"8": ["multiple-options", "hbc", "bootmii", "priiloader", "osc"], "8": ["multiple-options", "hbc", "bootmii", "priiloader"],
"9": ["multiple-options", "hbc", "bootmii", "priiloader", "osc"] "9": ["multiple-options", "hbc", "bootmii", "priiloader"]
}); });
var device_mini = Object.assign({}, device_common,{ var device_mini = Object.assign({}, device_common,{
// custom routing here // custom routing here
"6": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"], "6": ["bluebomb", "hbc-mini", "priiloader", "cios-mini", "wnd-mini"],
"8": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"], "8": ["bluebomb", "hbc-mini", "priiloader", "cios-mini", "wnd-mini"],
"9": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"], "9": ["bluebomb", "hbc-mini", "priiloader", "cios-mini", "wnd-mini"],
"10": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"], "10": ["bluebomb", "hbc-mini", "priiloader", "cios-mini", "wnd-mini"],
"11": ["bluebomb", "hbc-mini", "priiloader", "osc", "cios-mini", "wnd-mini"] "11": ["bluebomb", "hbc-mini", "priiloader", "cios-mini", "wnd-mini"]
}); });
var route = { var route = {
"-1": device_common, "-1": device_common,

File diff suppressed because one or more lines are too long