|
#1
|
|||
|
|||
|
Un Selfboot a game
hi
I have a selfboot game that i would like to make unselfbootable (so that it would need the utopia disc) I know everyone wants it the other way round and its a strange question but is there a way of doing this?. Thanks
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
It's easy, but perhaps if you tell me why you'd want to do this, I can offer a better solution.
|
|
#3
|
|||
|
|||
|
hi
Well i want to do it as i want to give this to some of my dreamcast friends in England and other parts of Europe now that we have found at PBA Bowling works Online. But the game does not work on PAL dreamcast and ive tried everything possible and used patches but it still wont work So as a last resort i want to take out the selfboot part and then load it up using the Utopia disc, i know its a long shot but its the only thing i can think of to get this game working on PAL consoles Thanks
|
|
#4
|
|||
|
|||
|
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 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 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 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. |
|
#5
|
|||
|
|||
|
it is very easy
just copy all file to Data folder then binhack 1ST_READ.BIN to 0 burn with NERO binhack enter the name of binary : 1ST_READ.BIN enter the name of bootsector: IP.BIN enter the lba: 0 then burn with NERO Level2 Mode1 ISO9660 |
|
#6
|
|||
|
|||
|
Thanks for the help m8s
It looks hard to me as im not a Dreamcast expert like you guys
|
|
#7
|
||||
|
||||
|
it will not work!
it's nothing to do with it being selfboot it's to do with the fact that it's a wince game and hard coded to ntsc systems only! i would like to try this too but i doubt i will get the chance
|
|
#8
|
|||
|
|||
|
I know it probbly wont work but while im doing it im going to have a mess around with the LBA and see if that changes anything.
Only problem is i cant understand how to use ISOFix as when i type in the file name nothing happens and when i press enter it shuts down
|
|
#9
|
|||
|
|||
|
HI jeffma68 when i open first read bin i get around 6.000.000 numbers and words, i looked for the LBA string with HEX Workshop but i couldnt find what i needed to change.
Sorry for making this thead biger and bigger but im very very new to this kind of stuff
|
|
#10
|
|||
|
|||
|
Even if you boot it with the boot disc, the protection will still be there...
|
|
#11
|
|||
|
|||
|
Ahh thanks Megalexxx
So there will never be away to play this on PAL consoles then? Thanks
|
|
#12
|
|||
|
|||
|
Codebreaker is the only device I know that can actually boot a system in any region (that actually works) but it doesn't work with backups. Besides you can't actually select the region, it will pick the region of the detected GD.
|
![]() |
|
|