Ripping Games

From Dolphin Emulator Wiki
Jump to navigation Jump to search

This page explains how to rip GameCube and Wii games and/or saves to be used on Dolphin. Ripping games and saves using a Wii or Wii U console will require you to have homebrew software installed. See Homebrew Channel for instructions on how to use it, and see Homebrew setup for installation instructions. The term "vWii" means a Wii U console running in Wii mode.

Ripping Discs Using a Computer

Certain old models of PC DVD drives are able to rip game discs with Rawdump or Friidump.

It's generally easier and faster to rip game discs via a Wii console, if you have one:

Ripping Discs Using CleanRip

CleanRip can rip a game disc to an SD card or an external USB storage device. It requires your Wii or vWii system to have the Homebrew Channel.

GameCube Discs

GameCube discs always have a size of 1.36 GiB, so the entire ISO can fit on a FAT or FAT32 drive. Simply follow the instructions on-screen and you'll be able to put the game straight from the SD card or USB drive into Dolphin.

Wii Discs

In order to rip a Wii disc, a storage device with more than 4.38 GiB of free space is recommended for single layer, 7.93 GiB for dual layer. However, by dividing the disc into chunks, an SD card with even a single gibibyte of free space is sufficient.

At the CleanRip Setup screen, set Chunk Size to "Max", and New device per chunk to "No" is recommended with SD cards or external USB storage devices large enough to hold the entirety of the ripped disc file at once. Otherwise, set Chunk Size to max possible ("1GB", "2GB", "3GB", or "Max") and set New device per chunk to "Yes" and when CleanRip is asking for the next device, remove it from the Wii and move the first or so ISO file to free up space and use it again. When all pieces have been received, check in the next subsection.

  • CleanRip will split the ripped disc file with more than 4 GiB in file size regardless to fit the FAT, FAT16, or FAT32 file systems. These file systems have a max file size of 4 GiB. To remedy this, it is recommended to rip discs to a USB external NTFS formatted storage device (as Wii cannot read NTFS formatted SD cards). The NTFS file system has a theoretical max file size of 16 EiB (Exabyte), or 16,777,216 GiB.
  • Certain Wii discs are dual layer (or DVD9) instead of single layer (or DVD5). CleanRip will need to be configured in order to rip those kinds of discs. At the Wii Disc Ripper Setup screen, set Dual Layer to Yes. The rip will take roughly double the time than usual Wii discs of 4.38 GiB as the dual layer ISOs are 7.93 GiB in size.

Joining Split Files

A disc image in split parts will need to be joined before dolphin can read it. A simple command from command prompt and terminal can do it! Use the example command for your system. Use the "cd" command to change directory to the file's location. The example command assumes CleanRip's "GAMEID.part#.iso" filename nomenclature, and creates "GAMEID.iso". The part files can be deleted after the joined file is created.

Windows

cd <directory>
copy /b GAMEID.part?.iso GAMEID.iso

Linux / macOS

cd <directory>
cat GAMEID.part*.iso > GAMEID.iso

Ripping Discs Using USB Loader GX

A Wii or vWii with the latest version of USB Loader GX and certain cIOS (such as d2x-cios) installed can rip Wii game discs. The Wii system may also be able to rip GameCube game discs as long as DIOS MIOS is installed. Wiis sold after late 2011 and Wii Us lack the GameCube controller and memory card ports, and can make no use of DIOS MIOS. CleanRip is recommended over USB Loader GX for not requiring any cIOS and it does not leave out any data when ripping (USB Loader GX leaves out unused data).

The USB Loader GX will ask the user two options when inserting a game disc: Install or Mount DVD drive; choose "Install". It will begin the ripping process to the storage device:

  • For Wii: X:\wbfs\GAMEID_*\GAMEID.wbfs (and GAMEID.wbf1 as continuation file, if source is over 4,194,272 KiB)
    • Dolphin build version 3.5 and later can accept Wii games in WBFS format.
  • For GameCube: X:\games\* [GAMEID]\game.iso (NOTE: file system must be FAT32)

Extracting discs from the Wii U eShop

To dump an eShop Wii title, you'll need a Wii U running homebrew, a NAND dump from that Wii U (specifically the OTP and SEEPROM), an external hard drive formatted by that Wii U, and DumpsterU.

  1. Insert the drive into a computer with DumpsterU installed. Do not format if prompted.
  2. Open DumpsterU. Select your drive and OTP/SEEPROM locations.
  3. A game list should appear. Double-click the Wii game you want to extract and select a safe location in 'Output Folder'.
  4. Select 'Dump Game'.
  5. After DumpsterU finishes, copy the entire resulting folder (the folder whose name is 8 numbers and letters) to where you keep your Wii dumps.
  6. In Dolphin, ensure that Search Subfolders is enabled in Config > Paths and that the folder where you keep your Wii dumps is listed in Config > Paths.

The image will most likely be missing its UPDATE partition and have a some minor errors. This is normal.

You can also dump the Wii game to your computer using another program such as Dumpling or DDD, however DumpsterU is the fastest method and is fairly straightforward.

Exporting Wii Channels

In order to turn a channel installed on a Wii or vWii into a WAD file that can be played in Dolphin, follow this guide. When asked if you want to fakesign the ticket or TMD, you should press B. (Most fakesigned WAD files do work in Dolphin, but they don't work better than correctly signed WAD files, and Dolphin may show warnings about them.)

Alternatively, if you do not want to use WAD files, you can copy the whole NAND memory of a console into Dolphin by following the NAND Usage Guide. This not only copies all channels that are installed on the console, but afterwards, you can also transfer channels between the console and Dolphin by using an SD card and the Wii Menu's data management screen.

Retrieving Game Saves

GameCube Memory Card

A homebrewed Wii with GameCube memory card ports or GameCube with SD Gecko is required.

Download GameCube/Wii Memory Manager (GCMM for short) and launch it through Homebrew Channel on the Wii. It's a homebrew app that can transfer save files between a real GameCube Memory Card and an SD card. It can extract an individual save as .GCI file or dump the entire contents (RAW or batch dump .GCI files) from a real memory card to the root of SD card. For the purpose of this guide you should extract what you need for Dolphin onto the SD card. Then they should be placed into \GC\ for Dolphin to use while emulating a game. It is also possible for the data that was created with Dolphin to be added back into the real GameCube Memory Card using GCMM and an SD card.

Wii/vWii Internal Storage

This section is for ripping individual saves to be used on Dolphin. To dump an entire Wii's internal storage for use with Dolphin, skip this section and move ahead to NAND Usage Guide.

Download SaveGame Manager GX and launch it through Homebrew Channel on the Wii or vWii. It's a homebrew app that can transfer save files between the console's internal storage and an SD card. It can extract an individual save from the Wii's internal storage for Dolphin to use. Like GCMM, it is possible for save files that were created in Dolphin to be added back to the Wii by selecting the game in Dolphin to export the Wii save into a X:\private\wii\[GAMEID] format, then adding it back into the real console's NAND using SaveGame Manager GX and an SD card.