View Single Post
Old 10th February 2007, 10:07   #88  |  Link
jkenzie
Registered User
 
Join Date: Jan 2007
Posts: 40
It's hard to tell when it is actually changing the file. This is the original file header:
Code:
00000000   43 4C 46 43 4C 30 30 31  01 00 00 00 00 00 00 00  01 00 00 00 00 00 00 00  00 03 01 05   CLFCL001                    
0000001C   00 06 00 00 00 02 01 00  00 07 00 00 00 00 00 00  00 00 00 00 00 08 00 00  00 00 00 02                               
00000038   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00                               
00000054   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 30 30                                          00
If I overwrite my 001.fcl file with the original, as I play the first disc, it changes to this. With no other changes to the file.

Code:
00000000   43 4C 46 43 4C 30 30 31  01 00 00 00 00 00 00 00  01 00 00 00 00 00 00 00  00 03 01 05   CLFCL001                    
0000001C   00 06 00 00 00 03 01 05  00 07 00 00 00 00 00 00  00 00 00 00 00 08 00 00  00 00 00 02                               
00000038   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00                               
00000054   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 30 30                                          00
My current version looks like this but ia also 1576 bytes smaller
Code:
00000000   43 4C 46 43 4C 30 30 30  01 00 00 00 00 00 00 00  01 00 00 00 00 00 00 00  00 07 00 06   CLFCL000                    
0000001C   00 06 00 00 00 02 00 05  00 07 00 00 00 00 00 00  00 00 00 00 00 08 00 00  00 00 00 02                               
00000038   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00                               
00000054   00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 20 20
jkenzie is offline   Reply With Quote