Revert "Add Instruction on Joining Split Files" and do it properly this time (#302)

* Revert "Add Instruction on Joining Split Files (#301)"

This reverts commit 89fef48ae4.

* actually did it this time lol

* fixed buttons and placement of things
This commit is contained in:
Snare-Hawk 2023-01-20 20:27:33 +00:00 committed by GitHub
parent 89fef48ae4
commit 28d29e0cfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 138 additions and 125 deletions

View file

@ -16,61 +16,75 @@ If you have a Wii mini, install [this cIOS](cios-mini) instead. Attempting to in
#### What you need
* A Wii with an Internet connection
* An SD card or USB drive
* [d2x cIOS Installer](https://hbb1.oscwii.org/hbb/d2x-cios-installer/d2x-cios-installer.zip)
- A Wii
- 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
{: .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 d2x cIOS Installer and extract it to your SD card or USB drive.
1. Insert your SD card or USB drive into your Wii, and launch d2x cIOS Installer from the Homebrew Channel.
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
1. Download, extract, and open [NUS Downloader](https://github.com/WiiDatabase/nusdownloader/releases/download/v1.9-mod-nusfix/NUSD-Mod-NUS-Fix.zip).
1. Select "Database", "IOS", and then "IOS56" and select the "Latest Version".
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 "IOS57", and select "v5918".
- Ensure that "Pack WAD" is checked and "Patch IOS" is unchecked.
1. Repeat the previous step for "IOS57" and "IOS38".
1. Once you have downloaded all three cIOSes, there will be a folder named `titles` in the same folder as the NUS Downloader. Open the folder and navigate through until you find the three WAD files you downloaded. Place each of them on the root of your SD card.
1. Download d2x cIOS Installer and extract it to your SD card or USB drive.
1. Insert your SD card or USB drive into your Wii, and launch d2x cIOS Installer from the Homebrew Channel.
1. Repeat the previous step for IOS56 v5661 and IOS38 v4123.
1. Once you have downloaded all three 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 three 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>
##### Section II - Installing
1. Press continue, then set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 57
Select cIOS slot: 249
Select cIOS version: 65535
```
![Install cIOS 249](/images/cios/Install249.png)
1. Once set, press A twice to install.
1. When done installing, press A to return, and set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 56
Select cIOS slot: 250
Select cIOS version: 65535
```
![Install cIOS 250](/images/cios/Install250.png)
1. Once set, press A twice to install.
1. When done installing, press A to return, and set the options to the following:
```
Select cIOS: v10 beta52 d2x-v10-beta52
Select cIOS base: 38
Select cIOS slot: 251
Select cIOS version: 65535
```
```
![Install cIOS 251](/images/cios/Install251.png)
1. Once set, press A twice again to install, and then exit once done.
#### Troubleshooting
@ -78,12 +92,14 @@ Select cIOS version: 65535
{% capture bruh %}
Although the majority of games should work straight away with the defaults, some may require using a specific cIOS to function, or to utilize certain features within the game.<br>
Examples include:
* Using a keyboard in Animal Crossing: City Folk.
* Running SpongeBob's Boating Bash.
- Using a keyboard in Animal Crossing: City Folk.
- Running SpongeBob's Boating Bash.
A more comprehensive (although still incomplete) list can be found [**here**](https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List)<br>
To change the cIOS used for a specific game, follow these instructions:
{% endcapture %}
<div class="notice--warning">{{ bruh | markdownify }}</div>
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'usbloadergx')">USB Loader GX</button>

View file

@ -1,29 +0,0 @@
#### What you need
* An SD card or USB drive with at least 4.7 GB of free space (8.5 GB if dumping a dual layer disc).
* [CleanRip](https://github.com/emukidid/cleanrip/releases/latest)
#### Instructions
##### Section I - Downloading/Installing
1. Extract CleanRip and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch CleanRip from the Homebrew Channel.
##### Section II - Ripping
1. Select your device that you will be dumping the game to - your USB drive or SD card.
![Device type](/images/CleanRip/2.png)
1. On this screen, it asks you if you want to download a file with game checksums so you can verify the dump created is a 1:1 copy of the disc. It's your choice whether to say `Yes` or `No` to download this file.
![DAT](/images/CleanRip/3.png)
1. Now insert the game you want to dump.
![DVD](/images/CleanRip/4.png)
![Initialising Disc](/images/CleanRip/5.png)
1. Set it as shown on the screen below.
If you are dumping one of the 13 games on [this list](https://wiki.dolphin-emu.org/index.php?title=Category:Dual_Layer_Disc_games), set `Dual Layer` to `Yes`.
{: .notice--info}
![Settings](/images/CleanRip/6.png)
1. CleanRip will now dump your game. It can take a while, since it will dump the full 4.7 GB disc contents (8.5 GB for dual layer discs).
![Copying](/images/CleanRip/7.png)

View file

@ -5,23 +5,86 @@ title: "Dumping Wii/GameCube games"
Want to dump a GameCube or a Wii disk? There are two ways of doing so, depending on the tools you have available with you.
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'cleanrip')">To the SD card/USB drive</button>
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'network')">To a PC over the network</button>
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'dump-smb')">To a PC over the network</button>
{% capture cleanripInstructions %}
<div id="cleanrip" class="blanktabcontent" markdown="1">
### Cleanrip guide
### CleanRip
{% include_relative cleanrip.md %}
{% endcapture %}
#### What you need
{% capture networkInstructions %}
- An SD card or USB drive with at least 4.7 GB of free space (8.5 GB if dumping a dual layer disc).
- [CleanRip](https://github.com/emukidid/cleanrip/releases/latest)
#### Instructions
##### Section I - Downloading/Installing
1. Extract CleanRip and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch CleanRip from the Homebrew Channel.
##### Section II - Ripping
1. Select your device that you will be dumping the game to - your USB drive or SD card.
![Device type](/images/CleanRip/2.png)
1. On this screen, it asks you if you want to download a file with game checksums so you can verify the dump created is a 1:1 copy of the disc. It's your choice whether to say `Yes` or `No` to download this file.
![DAT](/images/CleanRip/3.png)
1. Now insert the game you want to dump.
![DVD](/images/CleanRip/4.png)
![Initialising Disc](/images/CleanRip/5.png)
1. Set it as shown on the screen below.
If you are dumping one of the 13 games on [this list](https://wiki.dolphin-emu.org/index.php?title=Category:Dual_Layer_Disc_games), set `Dual Layer` to `Yes`.
{: .notice--info}
![Settings](/images/CleanRip/6.png)
1. CleanRip will now dump your game. It can take a while, since it will dump the full 4.7 GB disc contents (8.5 GB for dual layer discs).
![Copying](/images/CleanRip/7.png)
</div>
<div id="dump-smb" class="blanktabcontent" markdown="1">
### Dumping a game over a local network
{% include_relative dump-smb.md %}
{% endcapture %}
#### What you need
### Joining split files
- [DVD Dump Tool](/assets/files/DVDDumpTool.zip)
Your Wii and your computer must be connected to one local network.
{: .notice--warning}
#### Instructions
##### Section I - Downloading/Installing
1. Extract DVD Dump Tool and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch DVD Dump Tool from the Homebrew Channel.
##### Section II - Ripping
1. Press the right on the D-pad and press A.
![2](/images/DumpDiscs_LAN/2.png)
1. Choose the disc that you want to copy (The options are: `GameCube Disc`, `Wii Single-Layer Disc`, `Wii Dual-Layer Disc` and press "A"
![3](/images/DumpDiscs_LAN/3.png)
1. Now put your game to your Wii. (If it's already in your Wii, eject it and put it back.)
![InsertTheDisc](/images/DumpDiscs_LAN/insertthedisc.jpg)
![4](/images/DumpDiscs_LAN/4.png)
1. Remember your Wii URL (IP address)
![5](/images/DumpDiscs_LAN/5.png)
1. On your computer's web browser, go to your address bar and enter the Wii URL.
![6](/images/DumpDiscs_LAN/6.png)
1. Click on `Click here to download XXXX.iso`.
![7](/images/DumpDiscs_LAN/7.jpg)
The transfer speed is not the fastest, but if you can't use anything else, it's better than nothing.
{: .notice--info}
![8](/images/DumpDiscs_LAN/8.PNG)
</div>
## Joining split files
If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up.
{: .notice--info}
@ -40,8 +103,8 @@ If you dumped the disc on a FAT32 formatted, device, you should've got at least
1. Use the `cd <path>` command and replace `<path>` by the path to your `.partX.iso` files.
1. Use the following command as is: `cat \*.part?.iso > game.iso`.
<div id="cleanrip" class="blanktabcontent">{{ cleanripInstructions | markdownify }}</div>
<div id="network" class="blanktabcontent">{{ networkInstructions | markdownify }}</div>
To organize the games on your drive properly, you'll need to use [Wii Backup Manager](wiibackupmanager).
{: .notice--info}
<script>
let tabcontent = document.getElementsByClassName("blanktabcontent");

View file

@ -1,37 +0,0 @@
---
title: "Dumping Wii/GameCube games over local network"
---
#### What you need
* A Wii.
* [DVD Dump Tool](/assets/files/DVDDumpTool.zip)
Your Wii and your computer must be connected to one local network
{: .notice--warning}
#### Instructions
##### Section I - Downloading/Installing
1. Extract DVD Dump Tool and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch DVD Dump Tool from the Homebrew Channel.
##### Section II - Ripping
1. Press the right button on the d-pad and press "A"
![2](/images/DumpDiscs_LAN/2.png)
1. Choose the disc that you want to copy (The options are: `GameCube Disc`, `Wii Single-Layer Disc`, `Wii Dual-Layer Disc` and press "A"
![3](/images/DumpDiscs_LAN/3.png)
1. Now put your game to your Wii. (If it's already in your Wii, eject it and put it back)
![InsertTheDisc](/images/DumpDiscs_LAN/insertthedisc.jpg)
![4](/images/DumpDiscs_LAN/4.png)
1. Remember your Wii URL (IP address)
![5](/images/DumpDiscs_LAN/5.png)
1. On your computer in your web browser, type in the Wii URL and hit ENTER.
![6](/images/DumpDiscs_LAN/6.png)
1. You should see this. Click on `Click here to download XXXX.iso`
![7](/images/DumpDiscs_LAN/7.jpg)
1. The transfer speed is not the fastest, but if you can't use anything else, it's better than nothing.
![8](/images/DumpDiscs_LAN/8.PNG)

View file

@ -15,33 +15,34 @@ Do **not** install Priiloader on a vWii (Wii mode on Wii U). You will brick your
{: .notice--warning}
#### What you need
* An SD card or USB drive
* [Priiloader installer](https://hbb1.oscwii.org/hbb/priiloader/priiloader.zip)
- An SD card or USB drive
- [Priiloader installer](https://hbb1.oscwii.org/hbb/priiloader/priiloader.zip)
#### Instructions
##### Section I - Downloading/Installing
1. Download the Priiloader installer and extract it to your SD card or USB drive.
* If this folder does not exist, create it.
1. Download the Priiloader installer and extract it to the root of your SD card or USB drive.
##### Section II - Installing Priiloader
1. Launch the Homebrew Channel on your Wii.
2. Launch the Priiloader installer.
3. Press the + Button on Wii Remote or the A Button on a GameCube controller.
![Install Priiloader](/images/Priiloader/installer.png)
![Installing](/images/Priiloader/installing.png)
![Install Priiloader](/images/Priiloader/installer.png)
![Installing](/images/Priiloader/installing.png)
##### Section III - Entering/Configuring Priiloader
1. Hold the RESET button while turning on your Wii.
* If you are using a Wii mini, plug in a USB keyboard and hold Escape on it while turning it on.
- If you are using a Wii mini, plug in a USB keyboard and hold Escape on it while turning it on.
![Turn on](/images/Priiloader/on.jpg)
![Hold RESET](/images/Priiloader/reset.jpg)
2. You should see the Priiloader menu.
![Menu](/images/Priiloader/mainmenu.png)
![Menu](/images/Priiloader/mainmenu.png)
3. Go to `System Menu Hacks`.
If you are using a USB drive to install Priiloader, make sure you do not have an SD card inserted at the same time.
@ -49,7 +50,7 @@ This will cause Priiloader to be unable to find the hacks_hash.ini file.
{: .notice--info}
4. We recommend you turn on the following hacks: `Region Free EVERYTHING`, `Block Disc Updates` and `Block Online Updates`.
![System Menu Hacks](/images/Priiloader/hacks.png)
![System Menu Hacks](/images/Priiloader/hacks.png)
1. Scroll down to `save settings` and press A, then press B to go back to the main menu of Priiloader.
1. Scroll to `Homebrew Channel` and press A to launch it.
@ -57,31 +58,30 @@ This will cause Priiloader to be unable to find the hacks_hash.ini file.
This is a list of the hacks you can enable with Priiloader.
| Hack | Description |
|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
| Block Disc Updates | Removes the "Wii System Update" screen included with some games that forces you to update the system before playing the game. |
| Block Online Updates | Disables updating your Wii. Updates will fail with error 32007. |
| Auto-Press A at Health Screen | Automatically presses the A Button to get past the initial "Health and Safety" screen. |
| Replace Health Screen with Backmenu | Changes the "Health and Safety" screen to the animation played when returning to the Wii Menu. |
| Move Disc Channel | Enables moving the Disc Channel anywhere on the Wii Menu. It's normally stuck in the top left of the first page. |
| Wiimmfi Patch v4 | Automatically patches all games you run from the Disc Channel for use with Wiimmfi. |
| 480p graphics fix in system menu | Fixes a small issue with 480p on the Wii Menu. |
| Remove NoCopy Save File Protection | Allows you to copy normally disallowed save files to your SD card from Data Management |
| Region Free EVERYTHING | Disables region locking for any Wii application, including downloaded ones. |
| Region Free GC Games (No VM Patch) | Disables region locking for GameCube discs. |
| Region Free Wii Games | Disables region locking for Wii discs. |
| Region Free Channels | Disables region locking for installed Channels. |
| No System Menu Sounds AT ALL | Disables all the Wii Menu sound effects. |
| No System Menu Background Music | Disables the Wii Menu background music. |
| Re-Enable Bannerbomb v2 | Enables the "Bannerbomb" exploit on the latest Wii version. Not needed when the Homebrew Channel is already installed. |
| OSReport to UsbGecko(slot B) | Sends Wii Menu logs to a debugging device in memory card slot B. |
| OSReport to UsbGecko(GeckoOS,B) | Sends Wii Menu logs to a debugging device in memory card slot B, if the Wii Menu is launched by Gecko OS. |
| Force Standard Recovery Mode | Automatically launches the console in recovery mode. Used to launch recovery discs, letting users unbrick their Wii systems. |
| Remove Diagnostic Disc Check | Removes a check in the Wii to see if an inserted game matches the title ID of the "Wii Startup Disc". |
| Lock System Menu with Black Screen | Makes your Wii Menu load to a black screen, making you unable to use it. (Do not enable this) |
| No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx | Re-enable channels with these title IDs (originally blocked in system updates due to them being exploits). |
| Force Disc Games to run under IOS249 | Make discs use cIOS 249 as the game's IOS. While it cannot allow playing of burned games on its own, it is needed to play burned discs. (Can give you Error 002 on a non-burned game) |
| Hack | Description |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Block Disc Updates | Removes the "Wii System Update" screen included with some games that forces you to update the system before playing the game. |
| Block Online Updates | Disables updating your Wii. Updates will fail with error 32007. |
| Auto-Press A at Health Screen | Automatically presses the A Button to get past the initial "Health and Safety" screen. |
| Replace Health Screen with Backmenu | Changes the "Health and Safety" screen to the animation played when returning to the Wii Menu. |
| Move Disc Channel | Enables moving the Disc Channel anywhere on the Wii Menu. It's normally stuck in the top left of the first page. |
| Wiimmfi Patch v4 | Automatically patches all games you run from the Disc Channel for use with Wiimmfi. |
| 480p graphics fix in system menu | Fixes a small issue with 480p on the Wii Menu. |
| Remove NoCopy Save File Protection | Allows you to copy normally disallowed save files to your SD card from Data Management |
| Region Free EVERYTHING | Disables region locking for any Wii application, including downloaded ones. |
| Region Free GC Games (No VM Patch) | Disables region locking for GameCube discs. |
| Region Free Wii Games | Disables region locking for Wii discs. |
| Region Free Channels | Disables region locking for installed Channels. |
| No System Menu Sounds AT ALL | Disables all the Wii Menu sound effects. |
| No System Menu Background Music | Disables the Wii Menu background music. |
| Re-Enable Bannerbomb v2 | Enables the "Bannerbomb" exploit on the latest Wii version. Not needed when the Homebrew Channel is already installed. |
| OSReport to UsbGecko(slot B) | Sends Wii Menu logs to a debugging device in memory card slot B. |
| OSReport to UsbGecko(GeckoOS,B) | Sends Wii Menu logs to a debugging device in memory card slot B, if the Wii Menu is launched by Gecko OS. |
| Force Standard Recovery Mode | Automatically launches the console in recovery mode. Used to launch recovery discs, letting users unbrick their Wii systems. |
| Remove Diagnostic Disc Check | Removes a check in the Wii to see if an inserted game matches the title ID of the "Wii Startup Disc". |
| Lock System Menu with Black Screen | Makes your Wii Menu load to a black screen, making you unable to use it. (Do not enable this) |
| No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx | Re-enable channels with these title IDs (originally blocked in system updates due to them being exploits). |
| Force Disc Games to run under IOS249 | Make discs use cIOS 249 as the game's IOS. While it cannot allow playing of burned games on its own, it is needed to play burned discs. (Can give you Error 002 on a non-burned game) |
[Continue to the Dos and Don'ts of Wii Modding](dosanddonts)<br>
These are some guidelines to ensure you don't brick your Wii.