View Single Post
  #2  
Old 12-10-2002, 09:59
Megalexxx Megalexxx is offline
Die Hard Member
 
Join Date: Mar 2002
Posts: 1,037
Thanks: 0
Thanked 5 Times in 2 Posts
Megalexxx is on a distinguished road
Marauder52 post on isonews :

The key is to sort the files so that MUSIC.AFS (the 500-meg music file) is burned near the inside of the disc. I have tested this fix briefly and it seems to work. (I've got the missing options menu, energy bars and transitions back.)

You need to copy all of the data files from the KOF2000 CD to your HD and follow the instructions in the Echelon selfboot kit, with a couple of modifications. You can also delete the "ZZZZZZZZZ" directory, as per Gouk's instructions.

1) You need to create a sort file (let's call it "sort_file.txt" in this example) in your self-boot work directory that contains a single line:

data/MUSIC.AFS 1000

"data" is the path of the subdir that contains the KOF2K data files, *relative* to the dir that you are running mkisofs from. It's important to get the relative dirspec right, otherwise the sort won't work properly. "1000" can be replaced by any number greater than 0.

2) When you create the ISO file, add the -sort parameter to
the command line:

mkisofs -C x,y -V KOF2000 -l -o data.iso -sort sort_file.txt data

In this command line, x and y are the numbers you obtained using the "cdrecord -msinfo" command, "data.iso" is the path to your iso file, and "data" is the path to the KOF2K data files.
Reply With Quote