Ripping Games: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
(Be afraid, I'm a code wizard.)
Line 15: Line 15:
The storage device with ≥1 GiB of free space should be enough throughout the ripping process for Wii discs.
The storage device with ≥1 GiB of free space should be enough throughout the ripping process for Wii discs.


At the Wii Disc Ripper Setup screen, setting '''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 it to '''"Yes"''' and set '''Chunk Size''' to max possible ('''"1GB"''', '''"2GB"''', '''"3GB"''', or '''"Max"''') and when CleanRip is asking for the next device, remove it from the Wii and move the first or so ISO file onto your PC to free up and use it again. When you have received all pieces, check in the next subsection.
At the Wii Disc Ripper Setup screen, setting '''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 onto your PC to free up and use it again. When you have received all pieces, 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 you rip the 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.
*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 you rip the 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 Disc|dual layer (or DVD9) instead of single layer (or DVD5)]]. CleanRip will also need to be configured to read and 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.
*Certain Wii discs are [[Dual Layer Disc|dual layer (or DVD9) instead of single layer (or DVD5)]]. CleanRip will also need to be configured to read and 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.
Line 25: Line 25:
* Start a command prompt or terminal window and run the commands below, replacing <directory> with the files location.
* Start a command prompt or terminal window and run the commands below, replacing <directory> with the files location.


'''Windows:'''
{|
|-style="vertical-align:text-top;"
|
'''Windows'''
<pre>cd &lt;directory&gt;
<pre>cd &lt;directory&gt;
copy /b *.part0.iso+*.part1.iso+*.part2.iso+*.part3.iso fulliso.iso</pre>
copy /b *.part?.iso fulliso.iso</pre>
 
|
'''Linux/OS X''':
'''Linux / OS X'''
<pre>cd &lt;directory&gt;
<pre>cd &lt;directory&gt;
cat *.part1.iso *.part2.iso *.part3.iso &gt; fulliso.iso</pre>
cat *.part1.iso *.part2.iso *.part3.iso &gt; fulliso.iso</pre>
Adjust the code as required, if you have more or fewer parts.
Adjust the code as required, if you have more or fewer parts.
|}


== USB Loader GX ==
== USB Loader GX ==