Changes

1,392 bytes added ,  21:51, 31 December 2024
Updates releases, add device compat section from repo, tip about MBR
Line 4: Line 4:  
| type        = system tool
 
| type        = system tool
 
| author      = [[User:emu_kidid | emu_kidid]]
 
| author      = [[User:emu_kidid | emu_kidid]]
| version    = Version 2.1.1
+
| version    = Version 2.2.0
 
| licence    = [http://www.gnu.org/licenses/gpl-2.0.txt GNU GPL v2]
 
| licence    = [http://www.gnu.org/licenses/gpl-2.0.txt GNU GPL v2]
 
| download    = https://github.com/emukidid/cleanrip/releases
 
| download    = https://github.com/emukidid/cleanrip/releases
Line 12: Line 12:  
| osc        = yes
 
| osc        = yes
 
}}
 
}}
'''CleanRip''' is a Gamecube and Wii optical disc backup tool for the Nintendo Wii.
+
'''CleanRip''' is a Gamecube and Wii optical disc backup tool for the Nintendo Wii. It creates 1:1 backups of Gamecube or Wii discs for archival purposes.
    
The "Clean" in CleanRip comes from the fact that this tool does not require nor utilize any custom IOS (cIOS). It simply requires that you have the latest Homebrew Channel (HBC) installed. Also, if it finds that IOS58 is installed, you will be able to rip discs at USB 2.0 speeds.
 
The "Clean" in CleanRip comes from the fact that this tool does not require nor utilize any custom IOS (cIOS). It simply requires that you have the latest Homebrew Channel (HBC) installed. Also, if it finds that IOS58 is installed, you will be able to rip discs at USB 2.0 speeds.
Line 20: Line 20:     
==Changes==
 
==Changes==
 +
===2.2.0 (February 2nd, 2024)===
 +
* Enable NTFS support on GameCube and SD cards
 +
* Built with latest libNTFS
 +
 +
===2.1.2 (December 7th, 2023)===
 +
* Added M.2 Loader support for GameCube
 +
* Use libOGC2
 +
* Add Wii unlicensed disc support
 +
* Print dump duration in minutes and seconds instead of only seconds
 +
* Implement automatic dual-layer disc detection
 +
 
===2.1.1 (November 10th, 2019)===
 
===2.1.1 (November 10th, 2019)===
 
* Option to remember settings for an entire ripping session
 
* Option to remember settings for an entire ripping session
Line 89: Line 100:  
* File Splitting (Maximum file size (only on NTFS) or 1, 2, 3 GB)
 
* File Splitting (Maximum file size (only on NTFS) or 1, 2, 3 GB)
 
* MD5/SHA-1/CRC32/Disc version are saved to disk
 
* MD5/SHA-1/CRC32/Disc version are saved to disk
* Redump.org in-program verification for known rips
+
* Redump.org in-program verification (via gc-forever.com) for known rips
    
==Requirements==
 
==Requirements==
Line 105: Line 116:     
==Known Issues==
 
==Known Issues==
 +
===Device compatibility===
 +
The Wii can be picky about particular USB drives/storage devices. It's recommended to use a Y cable for hard drives that fail to power up from one USB port alone. If USB flash storage doesn't want to work, try a different brand/size. SD cards on GameCube will potentially have similar issues, it's best to have a few different brands/sizes/types at your disposal.
 +
 +
CleanRip for GC is also compatible with M.2 SSDs via M.2 Loader.
 +
 +
===Partition table===
 +
CleanRip will read external hard disk drives formatted as FAT32 or NTFS (though see below), as well as solid state drives via M.2 Loader, but may not read drives formatted using GUID Partition Table (GPT). Reformatting the drive using Master Boot Record (MBR) format for the partition table should allow CleanRip to use it.
 +
 
===NTFS issues===
 
===NTFS issues===
NTFS was broken on versions 1.0.2 and 1.0.3 - but was fixed in 1.0.4.
+
NTFS was broken on versions 1.0.2 and 1.0.3 - but was fixed in 1.0.4. It was also broken in 2.1.2, but fixed in 2.2.0{{Ref|https://github.com/emukidid/cleanrip/releases/tag/2.2.0}}.
    
===Issues with modchips===
 
===Issues with modchips===
Line 112: Line 131:     
===Wii DAT download===
 
===Wii DAT download===
The Wii/GC DAT files from redump.org fail to download. To manually obtain these files, download the latest version of the "Datfiles, Cuesheets, and GDIs compilation" from [http://redump.org/datfile/all/ Here]. Extract the Wii and GC dat files. Rename the files to wii.dat and gc.dat and place them in the root directory of the device you will use to rip discs with.
+
The Wii/GC DAT files from redump.org may fail to download. To manually obtain these files, download the latest version of the "Datfiles, Cuesheets, and GDIs compilation" from [http://redump.org/datfile/all/ Here]. Extract the Wii and GC dat files. Rename the files to wii.dat and gc.dat and place them in the root directory of the device you will use to rip discs with.
    
==Support==
 
==Support==
Line 119: Line 138:  
==Older versions==
 
==Older versions==
 
Older versions are available at [https://code.google.com/archive/p/cleanrip/ Google Code].
 
Older versions are available at [https://code.google.com/archive/p/cleanrip/ Google Code].
 +
 +
==References==
 +
{{References}}