remove buttons on cios page (#352)
* remove buttons on cios page of course, features some re-ordering * better formatting
This commit is contained in:
parent
32c787b945
commit
173498a572
1 changed files with 11 additions and 43 deletions
|
@ -20,38 +20,31 @@ If you have a Wii mini, install [this cIOS](cios-mini) instead. Attempting to in
|
|||
- An SD card or USB drive
|
||||
- [d2x cIOS Installer](https://hbb1.oscwii.org/hbb/d2x-cios-installer/d2x-cios-installer.zip)
|
||||
|
||||
Ensure that if you are using an SD card, the lock switch is in the unlocked position, otherwise you will not be able to select the correct options in the installer
|
||||
Ensure that if you are using an SD card, the lock switch is in the unlocked position, otherwise you will not be able to select the correct options in the installer.
|
||||
{: .notice--warning}
|
||||
|
||||
#### Instructions
|
||||
|
||||
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'with-connection')">With an Internet connection to the Wii</button>
|
||||
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'without-connection')">Without an Internet connection to the Wii</button>
|
||||
|
||||
<div id="with-connection" class="blanktabcontent" markdown="1">
|
||||
|
||||
##### Section I - Downloading
|
||||
|
||||
1. Download the d2x cIOS Installer and extract it to the root of your SD card or USB drive.
|
||||
1. Insert your SD card or USB drive into your Wii, and launch the d2x cIOS Installer from the Homebrew Channel.
|
||||
</div>
|
||||
<div id="without-connection" class="blanktabcontent" markdown="1">
|
||||
|
||||
##### Section I - Downloading
|
||||
If your Wii has an Internet connection, you may skip this step. <br/>
|
||||
However, If you encounter any errors like `tcp_read timeout` and `net_gethostbyname failed:`, this will allow the Wii to skip the downloading step.
|
||||
{: .notice--info}
|
||||
|
||||
1. Download, extract, and run [NUS Downloader](https://github.com/WiiDatabase/nusdownloader/releases/latest/download/NUSD-Mod-NUS-Fix.zip).
|
||||
1. Select "Database", "IOS", then "IOS38", and select "v4123".
|
||||
- Ensure that "Pack WAD" is checked.
|
||||
- *Don't* check "Patch IOS". That is the cIOS Installer's job.
|
||||
1. Repeat the previous step for IOS56 v5661, IOS57 v5918 and IOS58 v6175.
|
||||
1. Once you have downloaded all four IOS, there will be a folder named `titles` in the same folder as the NUS Downloader. Open the folder and navigate through them until you locate the four WAD files you downloaded. Place each of WAD files on the root of your SD card or USB drive.
|
||||
1. Download the d2x cIOS Installer and extract it to the root of your SD card or USB drive.
|
||||
1. Insert your SD card or USB drive into your Wii, and launch the d2x cIOS Installer from the Homebrew Channel.
|
||||
</div>
|
||||
1. Repeat the previous step for `IOS56 v5661`, `IOS57 v5918` and `IOS58 v6175`.
|
||||
1. Once you have downloaded all four IOS, there will be a folder named `titles` in the same folder as the NUS Downloader. <br/>
|
||||
Open the folder and navigate through them until you locate the four WAD files you downloaded. Place each WAD file on the root of your SD card or USB drive.
|
||||
- This must be the same device containing the d2x cIOS Installer.
|
||||
|
||||
##### Section II - Installing
|
||||
|
||||
1. Press continue, then set the options to the following:
|
||||
1. Download the d2x cIOS installer and extract the zip to the root of your SD card or USB drive.
|
||||
1. Insert the SD card or USB drive into your Wii, and launch the d2x cIOS Installer from the Homebrew Channel
|
||||
1. Press A to continue, then set the options to the following:
|
||||
|
||||
```
|
||||
Select cIOS: d2x-v11-beta1
|
||||
|
@ -149,28 +142,3 @@ We have many other tutorials that you might like.
|
|||
|
||||
You can now use homebrew such as [USB Loader GX](usbloadergx) and [WiiFlow](wiiflow).
|
||||
{: .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