View Single Post
  #2  
Old 18-07-2001, 23:47
Wayne Wayne is offline
Die Hard Member
 
Join Date: Jun 2001
Posts: 821
Thanks: 0
Thanked 4 Times in 1 Post
Wayne
Use CDMAGE to extract the contents from a .CDI. use ISOBUSTER to extract the contents from a .BIN or .ISO.

Use the Echelon self-boot tutorial (the only thing I ever use for assembling a game disc!!) and follow the instructions.

Multiple audio tracks must be burned at once, and the tutorial suggests that you create a batch file with all the track filenames in the "CDRECORD..." command line, if there are a lot of files.

Once you get the audio tracks burned, just do the CDRECORD -dev=x,x,x -msinfo (the x,x,x is your device ID which is derived by CDRECORD -scanbus). The numbers given when using -msinfo are your offset values. You'll use those with mkisofs when you create the new ISO file to burn in the second go-round. Just be sure you binhack your 1st_read.bin file (or whatever it's called) and after the ISO is made, make sure you insert your IP.BIN into the ISO, before burning the ISO to the disc.
Reply With Quote