Guide_Wii/_pages/en_US/dump-games.md
2023-10-02 10:44:10 -04:00

4.3 KiB

title
Dumping Wii/GameCube games

{% include toc title="Table of Contents" %}

This guide covers dumping GameCube or Wii game discs. You can either dump directly to an SD card or USB drive, or over the local network.

Dumping a Disc to SD/USB (CleanRip)

Requirements

  • 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

If you are dumping one of the 13 games on this list, set Dual Layer in Step 6 to Yes. {: .notice--info}

  1. Extract CleanRip and put it in the apps folder on your SD card or USB drive.
  2. Insert your SD card into your Wii, and launch CleanRip from the Homebrew Channel.
  3. Select your device that you will be dumping the game to - a USB device or SD card. Device type
  4. On this screen, CleanRip asks to download a file with game checksums to verify that the dump it creates is a 1:1 copy of the disc. It's recommended that you say Yes to this question, but it isn't required for a dump. DAT
  5. Insert the game disc you would like to dump. DVD
  6. Set the settings as shown on the screen below, while verifying if your game disc is dual layer or not. Settings
  7. CleanRip will now dump your game. This process can take quite some time, since it will dump the full 4.7 GB disc contents (8.5 GB for dual layer discs). Copying
  8. Proceed to joining PART files.

Dumping a Disc over LAN (Wii DVD Dumper)

Requirements

  • A Windows/Mac OS/Linux PC with an internet connection
  • DVD Dump Tool

Instructions

Download speeds will be slow due to limitations in the network hardware of the Wii, but it remains a valid solution if you are willing to be patient. {: .notice--info}

Your Wii and your computer must be connected to the same local network. {: .notice--warning}

  1. Extract DVD Dump Tool and put it in the apps folder of your SD card or USB device.
  2. Insert the device you downloaded the dump tool on into your Wii, and launch DVD Dump Tool from the Homebrew Channel.
  3. Press right on the D-pad and press A.
  4. Choose the disc that you want to copy (The options are: GameCube Disc, Wii Single-Layer Disc, Wii Dual-Layer Disc) and press "A" 2
  5. Insert the game disc into your Wii. If it is already inserted, eject and reinsert the disc. InsertTheDisc
  6. Select the proper disc type. 3
  7. Press any button to begin the dumping process. 4
  8. Remember or write down your Wii's URL (IP address). On your computer's web browser, go to your address bar and enter the Wii URL. 5
  9. Click on Click here to download XXXX.iso.
  10. Proceed to joining PART files.

Joining PART files on a FAT32 device

If you dumped the disc (regardless if it was to a PC or Wii) on a FAT32 formatted device, you should have gotten at least two files that end with .partX.iso. They need to be joined. {: .notice--info}

Windows

  1. Copy the files that share the same name and end with .partX.iso into an empty folder on your computer.
  2. In this folder, click the address bar in Windows Explorer and copy its PATH.
  3. Open a PowerShell or Windows Terminal window.
  4. Run cd [PATH].
  5. Type copy /b *.part?.iso game.iso and press enter.
  6. Wait until the merging process finishes. It should end with the terminal outputting 1 file(s) copied.

macOS/Linux

  1. Copy the files that share the same name and end with .partX.iso into an empty folder on your computer.
  2. Open up a Terminal.
  3. Run cd [PATH], replacing [PATH] with the folder path to your .partX.iso files.
  4. Use the following command as is: cat \*.part?.iso > game.iso.
  5. Wait until the merging process finishes.

To organize the games on your drive properly, you can use Wii Backup Manager. {: .notice--info}