Go Back   FileForums > Game Backup > SEGA > DC Games
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 05-07-2003, 20:18
itoledo itoledo is offline
Junior Member
 
Join Date: Jul 2003
Location: Santiago, Chile
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
itoledo
Send a message via ICQ to itoledo Send a message via Yahoo to itoledo
if the game is in cdi format, use cdirip to get the tracks.
if you get one audio track and one data track, you're ok. if it has many audio tracks you have to do some nasty stuff to make it work.

take note of the lba of the 2nd track (data)
isofix it:
Code:
isofix tdata02.iso 11700
now extract it using isobuster
copy the bootfile.bin (created by isofix) to the game dir (created with isobuster) with IP.BIN as the filename
now you have two options:
1. hack the 1st_read.bin and the other bin files with binhack or other tools, then do this:
Code:
mkisofs -C 0,0 -l -o hacked.iso -V "game label" GAME_DIR
typical GAME_DIR is GAMENAME_ECH or something like that (it was created with isobuster)
burn that iso file and that's it.

2. create an iso file with the same offsets as the first file:
Code:
mkisofs -C 0,11700 -l -o out.iso GAME_DIR
isofix out.iso 11700
the advantage of this method is that you can use this if you have a game that can't be hacked (skies of arcadia, ...)

the key of a boot-disc game is the IP.BIN. if you don't put it, you're screwed. also remember to hack the files.

of course replace the 11700 with the LBA you game has (typical values: 11700, 11702, 45000)

also check xeal.cjb.net, that site rules. it has many tutorials for this stuff.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 16:32.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com