View Single Post
  #2  
Old 02-08-2002, 17:29
Sam123456789 Sam123456789 is offline
Junior Member
 
Join Date: Aug 2002
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Sam123456789
http://luna.spaceports.com/~selfboot.../2/3/4/015.htm Discjuggler not support my cdrecorder
(don't record short audio tracks 300 sectors) ,what can i do?

1) Use CDIRIP to extract the Image, remember the LBA
In Dos Prompt type: cdirip image.cdi

*some recorders (e.g. Mitsumi and others)
don't record properly short audio tracks (300 sectors):
they all will get increased 2 sectors in size when burned.
use option "/cut",can be used to solve this issue. It will
cut the last 2 sectors of the first track so you can burn
it correctly. But you'll have to find out if your burner
needs this switch*


2) Use ISOFIX (same directory):
In Dos Prompt type: ISOFIX TDataxx.ISO FIXED.ISO [LBA-NUMBER]

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

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


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

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


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


5) 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 *


6) 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)


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

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

9) Burn the DATA.ISO using CDRECORD or CDRWIN

CDRECORD Method:
In Dos Prompt type: cdrecord -dev=x,x,x -speed=x -xa1 data.iso


CDRWIN Method:
a) Fire up CDRWIN.
b) Click the 2nd Icon from the Top Left: "File Backup and Tools".
c) For Backup Tool/Operation: Select "Record an ISO9660 Image File".
d) For Image Filename, Choose data.iso in your "selfboot" directory.
e) Under Recording Options, Select your CD-Recorder. Check the
following options accordingly:

Disc Type: CDROM-XA
Track Mode: MODE2
SPEED: Whatever You Want
Finalize/Close Session: Yes
Write Postgap: Yes
Open New Session: No
Test Mode: No
Verify Recorded Image: No

f) Click the start button and you are burning.

Note:
My CDR can copy (cdi & Short Audio track 300sector) without any problem,
There's No point for me to use this trick ,So i can't confirm this method
work or not,but You can try if your Recorder can't burn short audio track.
Also this tutorial is form Crimson and all credit go to him.
Reply With Quote