![]() |
|
Dolphin Compression - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Dolphin Compression (/Thread-dolphin-compression) Pages:
1
2
|
RE: Dolphin Compression - shuffle2 - 11-21-2009 OK time to set some things straight: When compressing GC games, dolphin just compresses the image sector by sector. This means no data is changed. This also means that you will only see space savings when the game has compressible areas; if the disc has real dummy data - which is to say that it is just random bits, and is not listed in the file table - then that area won't compress well. On the other hand, Wii images are almost fully encrypted, so the data appears to be incompressible. To get around this, dolphin calculates which areas of the disc are not used in the filesystem, and fills them with 1s. This makes the unused areas extremely compressible. (The "scrubbed" image is then compressed in the same way the GC image is, above). People have problems with the SSBB image because they download the "DVD5" version. It's not dolphin related. RE: Dolphin Compression - ugoo - 11-21-2009 ok then so the normal DVD-9 version does not have that problem RE: Dolphin Compression - fagoatse - 11-22-2009 I've used this tool on my all games(~15) and it works great. Big kudos for anybody who wrote it RE: Dolphin Compression - Zhelkus - 04-23-2010 Sorry to bump an old thread, I just wanted to get the facts on this feature since there's no wiki ![]() Dolphin's compression does... scrubbing and compressing or just compressing? Is the compression lossless (will I get the same CRC32 or MD5 after I decompress it)? I just tried compressing F-Zero GX and I got the exact same file after compress-decompress. I want to know how this works in case it proves to be better than scrubbing my images and potential damaging them. RE: Dolphin Compression - cmccmc - 04-23-2010 for gamecube games it just compresses it and will be the same when uncompressed for wii games they are scrubbed and then compressed so they will be different after they are uncompressed RE: Dolphin Compression - Zhelkus - 04-23-2010 Thx for the quick reply One more thing: is the scrubbing dangerous? What are the risks of scrubbing a Wii image besides accidentally touching the sensitive part? Are there games that rely on the noise at the end of the disc? RE: Dolphin Compression - cmccmc - 04-23-2010 not any that i know of RE: Dolphin Compression - Zhelkus - 04-23-2010 kool thx! |