Difference between revisions of "CleanRip"
m (→Changes: Markup tweaks.) |
m (More markup tweaks.) |
||
Line 15: | Line 15: | ||
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. | ||
− | + | ==Usage== | |
Extract the .zip archive to your card and run it via the Homebrew Channel. Follow the on-screen instructions. | Extract the .zip archive to your card and run it via the Homebrew Channel. Follow the on-screen instructions. | ||
− | + | ==Changes== | |
− | + | ===1.0.2 (September 19th, 2010)=== | |
* Added redump.org in-program verification (see FAQ section) | * Added redump.org in-program verification (see FAQ section) | ||
* Added auto file splitting (i.e. ripping a Wii disc to a large FAT32 hdd) | * Added auto file splitting (i.e. ripping a Wii disc to a large FAT32 hdd) | ||
Line 26: | Line 26: | ||
* Fixed Crashes on disc init | * Fixed Crashes on disc init | ||
− | + | ===1.0.1 (September 14th, 2010)=== | |
* Added experimental BCA dumping (Wii disc only) | * Added experimental BCA dumping (Wii disc only) | ||
* Added MD5 sum saving | * Added MD5 sum saving | ||
Line 34: | Line 34: | ||
* Hopefully random code dumps with Wiimote are gone | * Hopefully random code dumps with Wiimote are gone | ||
− | + | ==Features== | |
− | FAT32 / NTFS file system support | + | * FAT32 / NTFS file system support |
+ | * USB 2.0 support | ||
+ | * Front SD Support | ||
+ | * Gamecube / Wii / Wii Dual layer disc dumping | ||
+ | * BCA ripping to disk | ||
+ | * File Splitting (Maximum file size (only on NTFS) or 1, 2, 3 GB) | ||
+ | * MD5 sum is saved to disk | ||
+ | * Redump.org in-program verification for known rips | ||
− | USB | + | ==Requirements== |
+ | * Wii running the latest HBC (http://bootmii.org) | ||
+ | * Wii or GC Controller | ||
+ | * USB or SD storage device (>1.35GB free space) | ||
− | + | ==Credits== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
libNTFS - Tantric/rodries (http://code.google.com/p/wiimc/source/browse/#svn/trunk/libs/libntfs) | libNTFS - Tantric/rodries (http://code.google.com/p/wiimc/source/browse/#svn/trunk/libs/libntfs) | ||
Line 66: | Line 57: | ||
.. and you, the users of course :) | .. and you, the users of course :) | ||
− | + | ==Issues with modchips== | |
− | When dumping GC Games, if you have a Wiikey/Modchip installed, | + | When dumping GC Games, if you have a Wiikey/Modchip installed, make sure region patching is turned off, especially the "Full GC Regionfree" feature that Wiikey has as it will produce bad rips. |
− | make sure | ||
− | that Wiikey has as it will produce bad rips. | ||
− | BCA dumping goes along the same lines, some modchips will not | + | BCA dumping goes along the same lines, some modchips will not return the actual data. I'll investigate this in the future. |
− | return the actual data | ||
− | + | ==Support== | |
If you're having any issues, drop by the forums at http://www.gc-forever.com/ and post your question. | If you're having any issues, drop by the forums at http://www.gc-forever.com/ and post your question. |
Revision as of 19:47, 18 September 2010
CleanRip | |
![]() | |
General | |
---|---|
Author(s) | emu_kidid |
Type | System tool |
Version | Version 1.0.2 |
Licence | GNU GPL v2 |
Links | |
Download | |
Source | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() ![]() |
CleanRip is a Gamecube and Wii optical disc backup tool for the Nintendo Wii.
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.
Usage
Extract the .zip archive to your card and run it via the Homebrew Channel. Follow the on-screen instructions.
Changes
1.0.2 (September 19th, 2010)
- Added redump.org in-program verification (see FAQ section)
- Added auto file splitting (i.e. ripping a Wii disc to a large FAT32 hdd)
- Fixed BCA dumping (GC & Wii disc)
- Fixed Multi-Disc rip file names
- Fixed Crashes on disc init
1.0.1 (September 14th, 2010)
- Added experimental BCA dumping (Wii disc only)
- Added MD5 sum saving
- Fixed Speed/ETA calculation
- Fixed file split issues
- Fixed SD/USB re-init issues
- Hopefully random code dumps with Wiimote are gone
Features
- FAT32 / NTFS file system support
- USB 2.0 support
- Front SD Support
- Gamecube / Wii / Wii Dual layer disc dumping
- BCA ripping to disk
- File Splitting (Maximum file size (only on NTFS) or 1, 2, 3 GB)
- MD5 sum is saved to disk
- Redump.org in-program verification for known rips
Requirements
- Wii running the latest HBC (http://bootmii.org)
- Wii or GC Controller
- USB or SD storage device (>1.35GB free space)
Credits
libNTFS - Tantric/rodries (http://code.google.com/p/wiimc/source/browse/#svn/trunk/libs/libntfs)
libOGC/devKitPPC - shagkur / WinterMute
Team Twiizers for the HBC/Bootmii (http://bootmii.org) .. and you, the users of course :)
Issues with modchips
When dumping GC Games, if you have a Wiikey/Modchip installed, make sure region patching is turned off, especially the "Full GC Regionfree" feature that Wiikey has as it will produce bad rips.
BCA dumping goes along the same lines, some modchips will not return the actual data. I'll investigate this in the future.
Support
If you're having any issues, drop by the forums at http://www.gc-forever.com/ and post your question.