* Revert "Add Instruction on Joining Split Files (#301)"
This reverts commit 89fef48ae4
.
* actually did it this time lol
* fixed buttons and placement of things
5 KiB
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.
CleanRip
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
Instructions
Section I - Downloading/Installing
- Extract CleanRip and put it in the
apps
folder on your SD card or USB drive. - Insert your SD card into your Wii, and launch CleanRip from the Homebrew Channel.
Section II - Ripping
- Select your device that you will be dumping the game to - your USB drive or SD card.
- 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
orNo
to download this file. - Now insert the game you want to dump.
- Set it as shown on the screen below.
If you are dumping one of the 13 games on this list, set Dual Layer
to Yes
.
{: .notice--info}
Dumping a game over a local network
What you need
Your Wii and your computer must be connected to one local network. {: .notice--warning}
Instructions
Section I - Downloading/Installing
- Extract DVD Dump Tool and put it in the
apps
folder on your SD card or USB drive. - Insert your SD card into your Wii, and launch DVD Dump Tool from the Homebrew Channel.
Section II - Ripping
-
Choose the disc that you want to copy (The options are:
GameCube Disc
,Wii Single-Layer Disc
,Wii Dual-Layer Disc
and press "A" -
Now put your game to your Wii. (If it's already in your Wii, eject it and put it back.)
-
On your computer's web browser, go to your address bar and enter the Wii URL.
-
Click on
Click here to download XXXX.iso
.The transfer speed is not the fastest, but if you can't use anything else, it's better than nothing. {: .notice--info}
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}
Windows
- Copy all the files that share the same name and end with
.partX.iso
in a folder on your computer. - Open up a Command Prompt window.
- Use the
cd <path>
command and replace<path>
by the path to your.partX.iso
files. - Use the following command as is:
copy /b *.part?.iso game.iso
.
macOS/Linux
- Copy all the files that share the same name and end with
.partX.iso
in a folder on your computer. - Open up a Terminal.
- Use the
cd <path>
command and replace<path>
by the path to your.partX.iso
files. - Use the following command as is:
cat \*.part?.iso > game.iso
.
To organize the games on your drive properly, you'll need to use Wii Backup Manager. {: .notice--info}