Ripping Games

From Dolphin Emulator Wiki
Revision as of 04:16, 5 May 2019 by Lucario (talk | contribs)
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

Some PC optical drives are able to rip game ISOs with Rawdump or Friidump.

If you do not have an optical drive that can rip Wii and GameCube discs, it is possible to rip the files from the disc via a Wii console:

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

No GameCube titles take up more than 1.36 GiB (Gibibyte, or 10243 bytes). It's generally a good idea to set Chunk Size to max, so that your ISO isn't split into parts. GameCube discs can store a maximum of 1.36 GiB, so the entire ISO can fit on a 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.7 GiB of free space is recommended for single layer, 8.54 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,216GiB.
  • 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

In order to use a split iso in dolphin, its parts must be recombined

  • Make sure all of the pieces are named using the "GAMEID.part#.iso". For instance, a part of a Super Smash Bros. Brawl iso might be named RSBE01.part0.iso.
  • Place all the pieces in the same folder or directory
  • Start a command prompt or terminal window and run the commands below, replacing <directory> with the files location.

Windows

cd <directory>
copy /b *.part?.iso fulliso.iso

Linux / macOS

cd <directory>
cat *.part*.iso > fulliso.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)

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 will show a warning when you try to install 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 inDolphin 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.