Guide_Wii/_pages/zh_TW/dump-games.md
2023-08-19 23:06:12 -05:00

5.1 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

必備項目

  • 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

操作說明

第一節 — 下載/安裝
  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.
Section II - Ripping
  1. Select your device that you will be dumping the game to - your USB drive or SD card. Device type

  2. 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

  3. Now insert the game you want to dump. DVD Initialising Disc

  4. 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} Settings

  5. 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

Dumping a game over a local network

必備項目

  • DVD Dump Tool Your Wii and your computer must be connected to one local network. {: .notice--warning}

操作說明

第一節 — 下載/安裝
  1. Extract DVD Dump Tool and put it in the apps folder on your SD card or USB drive.
  2. 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
  2. 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
  3. Now put your game to your Wii. (If it's already in your Wii, eject it and put it back.) InsertTheDisc 4
  4. Remember your Wii URL (IP address) 5
  5. On your computer's web browser, go to your address bar and enter the Wii URL. 6
  6. Click on Click here to download XXXX.iso. 7 The transfer speed is not the fastest, but if you can't use anything else, it's better than nothing. {: .notice--info} 8

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

  1. Copy all the files that share the same name and end with .partX.iso into an empty folder on your computer.
  2. Open the folder in File Explorer.
  3. While holding Shift, right click on an empty space within the folder.
  4. Select "Open PowerShell window here".
  5. In the new window that appears, type cmd and press enter.
  6. Finally, type copy /b *.part?.iso game.iso and press enter.
  7. Wait until it finishes. You can confirm this when "1 file(s) copied." appears.

macOS/Linux

  1. Copy all the files that share the same name and end with .partX.iso in a folder on your computer.
  2. Open up a Terminal.
  3. Use the cd <path> command and replace <path> by the path to your .partX.iso files.
  4. 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}