View Single Post
  #7  
Old 31-05-2001, 15:19
Sleeper Sleeper is offline
Member
 
Join Date: Apr 2001
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts
Sleeper
Send a message via ICQ to Sleeper
Try this:
Use ISOFIX
In Dos type: ISOFIX TDataxx.ISO FIXED.ISO [LBA-NUMBER]

Example:
(one audio-track-->tdata02.iso) second session *LBA=11702*
ISOFIX TData02.iso FIXED.ISO 11702

after thatISOFIX 'll generated a file BOOTFILE.BIN
copy it into c:\selfboot\data\
rename BOOTFILE.BIN to IP.BIN

Now start ISOBUSTER and open up your ISO generated by ISOFIX, settings:
Files of Types: Creator Image (*.ISO)

select ALL files, select extract files.
and save them in c:\selfboot\data\

Burn all TAudioxx.raw on CD (the correct LBA DOES matter,so cut the 2 blocks )

In Dos Prompt type: cdrecord -dev x,x,x -msinfo
to get the correct LBA of second session.
* x,x,x is your Recorder SCSI_BUS_ID *


You should now have all game data (included UNCHANGED 1st_read.bin, do NOT use binhack)
In Dos Prompt type: mkisofs -C x,y -V CDNAME -l -o data.iso data

x,y are the values CDRECORD -MSINFO gives you,it'll look like (0,11702: x=0 , y=11702)


Run IPINS.EXE
type in the ISO you just created (data.iso) and ip.bin

Now insert the CD you want to burn on, you may want to ##### if it has the correct LBA for real
(ex: 0,11702 or 0,11700)

Burn the DATA.ISO using CDRECORD
In Dos Prompt type: cdrecord -dev=x,x,x -speed=x -xa1 data.iso
Reply With Quote