Page 1 of 1

Save transfer disc

PostPosted: Thu Feb 11, 2016 10:13 pm
by shinobi47
I just bought the PAL version of shenmue ii and I want to experience it the way it supposed to be. I want to transfer my NTSC shenmue one file save, and I've seen things about file transfer discs but I can't seem to get them to work. Does anyone know where to get a good file and what program to burn the disc with?

Re: Save transfer disc

PostPosted: Fri Feb 12, 2016 11:22 am
by alexh86
Search theisozone.com for the ROM. That site also has a pretty good walkthrough for making sure your DiscJuggler settings are correct. Once you have all of those settings as they should be, burn the disc at the slowest setting your drive will allow and it should be perfect. I never make a coaster and I don't even use high quality media. You're also going to need a Windows PC (or a Mac with Windows installed as I have). You will never get consistent and reliable results on a Mac.

Re: Save transfer disc

PostPosted: Fri Feb 12, 2016 9:51 pm
by Sappharad
Just burn a copy of Codebreaker and run the game with the following code:
0205AAA4 910B6241
0105AAAA 0000A003

It will let you continue from a US or Japanese save without converting it.

Re: Save transfer disc

PostPosted: Sat Feb 13, 2016 5:26 pm
by shinobi47
Thanks I'm gonna try to burn the transfer disk later and I got a cheats n codes disk to play the game

Re: Save transfer disc

PostPosted: Sat Feb 13, 2016 6:10 pm
by strider16
Sappharad wrote: Just burn a copy of Codebreaker and run the game with the following code:
0205AAA4 910B6241
0105AAAA 0000A003

It will let you continue from a US or Japanese save without converting it.


I didn't know codebreaker could to this. But well, the file converter disc did its work well.

Re: Save transfer disc

PostPosted: Sat Feb 13, 2016 11:42 pm
by shinobi47
Thank you sappharad, The code breaker code worked great and I will use this from now on. The save transfer disc didn't burn well but codebreaker works very well.

Re: Save transfer disc

PostPosted: Wed Feb 17, 2016 9:30 am
by shengoro86
strider16 wrote:
Sappharad wrote: Just burn a copy of Codebreaker and run the game with the following code:
0205AAA4 910B6241
0105AAAA 0000A003

It will let you continue from a US or Japanese save without converting it.


I didn't know codebreaker could to this. But well, the file converter disc did its work well.


This has only been discovered recently by Sappharad.

Re: Save transfer disc

PostPosted: Wed Feb 17, 2016 11:15 pm
by Sappharad
shengoro86 wrote:
strider16 wrote:I didn't know codebreaker could to this. But well, the file converter disc did its work well.


This has only been discovered recently by Sappharad.

I wouldn't really call it a 'discovery'. It wasn't something hidden that I happened to find. I disassembled the game and patched the logic that checks the save region so that it would allow any region. (The code changed is documented in the thread where I posted it, along with instructions how to patch it into the game so you don't need a cheat device for it.)
Someone could have done it back in 2001, but I guess nobody with the appropriate knowledge tried until late last year. It was on my wish list, so I finally went and did it.

As for the comment itself, yeah, codebreaker and probably every DC cheat device is capable of this. The cheat devices can modify values in memory. When you load the game, the game code is also in memory, so we can use codebreaker to 'install' the patch that would otherwise be applied to the code on the disc. Most codes just modify game memory as opposed to the game code itself in memory, so this type of patch is much less common. I hope this makes sense.

Re: Save transfer disc

PostPosted: Thu Feb 18, 2016 7:48 am
by drunkensailor
man save yourself all the hassle and go play the pal version of shenmue 1 first, burned or original, doesn't matter. then use that save.

Re: Save transfer disc

PostPosted: Fri Mar 18, 2016 12:33 pm
by shengoro86
Sappharad wrote:
shengoro86 wrote:
strider16 wrote:I didn't know codebreaker could to this. But well, the file converter disc did its work well.


This has only been discovered recently by Sappharad.

I wouldn't really call it a 'discovery'. It wasn't something hidden that I happened to find. I disassembled the game and patched the logic that checks the save region so that it would allow any region. (The code changed is documented in the thread where I posted it, along with instructions how to patch it into the game so you don't need a cheat device for it.)
Someone could have done it back in 2001, but I guess nobody with the appropriate knowledge tried until late last year. It was on my wish list, so I finally went and did it.


Didn't mean to make you upset. Poor choice of words on my end. I wrote "discovery" as a quick hand way of saying that you created the patch. I didn't want to get too technical on my response to his post. Thanks for your work btw.