Midnight Club Street Racing and Gradius V both work
MCSR has some stuttering in FMV, but otherwise doesn't freeze, is playable
RRV is a CD based game, perhaps that is why it is freezing ?
Next I test Street Fighter EX3, Kings Field IV and Eternal Ring
RRV is a CD based game, perhaps that is why it is freezing ?
Did You converted it from 2352 blocks to 2048 blocks disc image? Normally, OPL support only 2048 blocks if I'm not mistake (none of the PS2 games using the rest so it is safe to strip this data).
how?Did You converted it from 2352 blocks to 2048 blocks disc image? Normally, OPL support only 2048 blocks if I'm not mistake (none of the PS2 games using the rest so it is safe to strip this data).
C:\ZSO>ziso.py -c 1 "C:\FTP\GAMES\PS2\Ridge Racer V.iso" RRV.ZSO
ziso-python 1.0 by Virtuous Flame
Compress 'C:\FTP\GAMES\PS2\Ridge Racer V.iso' to 'RRV.ZSO'
Total File Size 653264896 bytes
block size 2048 bytes
index align 1
compress level 1
ziso compress completed , total size = 629756647 bytes , rate 96%
C:\ZSO>ziso.py -c 1 "C:\FTP\GAMES\PS2\Gran Turismo 3 - A-Spec.iso" GT3.ZSO
ziso-python 1.0 by Virtuous Flame
Compress 'C:\FTP\GAMES\PS2\Gran Turismo 3 - A-Spec.iso' to 'GT3.ZSO'
Total File Size 3878666240 bytes
block size 2048 bytes
index align 2
compress level 1
ziso compress completed , total size = 3711431474 bytes , rate 95%
C:\ZSO>ziso.py -c 1 "D:\DVD\Armored Core 2.iso" AC2.ZSO
ziso-python 1.0 by Virtuous Flame
Compress 'D:\DVD\Armored Core 2.iso' to 'AC2.ZSO'
Total File Size 3546939392 bytes
block size 2048 bytes
index align 2
compress level 1
ziso compress completed , total size = 1818938592 bytes , rate 51%
C:\ZSO>ziso.py -c 1 "C:\FTP\GAMES\PS2\Eternal Ring.iso" ER.ZSO
ziso-python 1.0 by Virtuous Flame
Compress 'C:\FTP\GAMES\PS2\Eternal Ring.iso' to 'ER.ZSO'
Total File Size 4637687808 bytes
block size 2048 bytes
index align 2
compress level 1
ziso compress completed , total size = 996973206 bytes , rate 21%
C:\ZSO>ziso.py -c 1 "C:\FTP\GAMES\PS2\Kings Field IV.iso" KF4.ZSO
ziso-python 1.0 by Virtuous Flame
Compress 'C:\FTP\GAMES\PS2\Kings Field IV.iso' to 'KF4.ZSO'
Total File Size 3464921088 bytes
block size 2048 bytes
index align 2
compress level 1
ziso compress completed , total size = 546718830 bytes , rate 15%
OPL only reads Mode 1 Level 1 images.Way of The Samurai is a CD game as well and it works compressed. Try Mode 1 and Mode 2.
Not true... maxcso cuts the first 16 sectors, which includes the PS2-Logo!And there's no perceptible difference between ZSOs made using ziso and maxcso, I tested all the games compressed with both.
AFAIR there were very few discs which DO!(none of the PS2 games using the rest so it is safe to strip this data).
Re-compression Will not fix fragmented files.Gran Turismo 3 gave me 'Game is fragmented.' Which is unusual for something *just* copied i think. I will try to compress that one again.
Aparently this is not true either, maxcso doesn't skip the first 16 sectors it seems. The issue with PS2 Logo was the function that checked the hash of it, which attempted to read it as a plain ISO. It should work now on latest release.Not true... maxcso cuts the first 16 sectors, which includes the PS2-Logo!
Those compressed with the script (or app based on it), actually can be uncompressed to the same original ISO with the same hashes, unlike in maxcso's case!