H
halkun
Guest
Ok, here's the idea.
FF7 for the PSX requires you to read data off the disk. The problems is that a PSX disk is not a standard data CD-ROM, but in fact is a "multi-mode" disk. In order to fit more data, some of the files on the disk use a "mode 2" format. In mode 2, the error-correction data is removed and real accessible data is put in it's place. The problem is most CD-ROMs assume that there is error-correction data throughout the disk, and when it lands on a "mode 2" sector, can't read the data because the error-correction has been "corrupted"
As for right now in my q-gears insatller, I'm using a simple XCOPY command to transfer the files from disk 1. If anyone wants to writ a real mode-2 copyier for windows, I'll include it. Here's some specs for you to follow...
1. The command must take arguments of "program [sourcedir] [destdir]" so it's nice and simple. It should just do a tree copy of the FF7 disk.
2. It needs a GUI progress bar.
3. It need to be able to prompt for the next disk, and then only copy over the files that are different than the others.
ANyone up to it. I can answer questions if anyone has them.
FF7 for the PSX requires you to read data off the disk. The problems is that a PSX disk is not a standard data CD-ROM, but in fact is a "multi-mode" disk. In order to fit more data, some of the files on the disk use a "mode 2" format. In mode 2, the error-correction data is removed and real accessible data is put in it's place. The problem is most CD-ROMs assume that there is error-correction data throughout the disk, and when it lands on a "mode 2" sector, can't read the data because the error-correction has been "corrupted"
As for right now in my q-gears insatller, I'm using a simple XCOPY command to transfer the files from disk 1. If anyone wants to writ a real mode-2 copyier for windows, I'll include it. Here's some specs for you to follow...
1. The command must take arguments of "program [sourcedir] [destdir]" so it's nice and simple. It should just do a tree copy of the FF7 disk.
2. It needs a GUI progress bar.
3. It need to be able to prompt for the next disk, and then only copy over the files that are different than the others.
ANyone up to it. I can answer questions if anyone has them.