View Single Post
Old 4th December 2004, 21:33   #14  |  Link
jeanl
Registered User
 
jeanl's Avatar
 
Join Date: Sep 2004
Location: California, USA
Posts: 2,079
Quote:
Originally posted by Chetwood
Well, it's not that I know anything about DVD commands like you guys do but thanks anyway. And AARGH! because of your tip, my question was a RTFM! Still, after I set everything to german I still have to problems which you might be able to follow since you downloaded my ifos:

1) I do not have a free GPRM so I deleted the only one that occured only once which was GPRM 6 and I'm not sure if this deletion caused any trouble later
well if it's only set and never read, you're good to go. If it's set and read somewhere then you might have problems.
Quote:
2) as said before I wanna use your B 2) method, which means that I have to paste

Code:
[00 B1 00 0E 00 00 00 03]   1  if ( gprm(14) != 0 ) then { Goto line 3 } 
[30 06 00 01 04 83 00 00]   2  (JumpSS) Jump to VTSM 4, Root menu (TTN 1)
into the First-play PGC. But where exactly? After these two lines that already were in the First-play PGC?

Code:
[71 00 00 01 04 00 00 00]   1  Set gprm(1) =(mov) 1024 
[30 02 00 00 00 07 00 00]   2  (JumpTT) Jump to Title 7
Paste them at the very top, so they're the first two lines.

Quote:

Cause then I wouldn't get to jump to line 3 as line 2 already jumps to Title 7. I've tried to paste it as line 2 and 3 and changed the values to represent my use of GPRM 6 which looked like this:

Code:
[71 00 00 01 04 00 00 00]   1  Set gprm(1) =(mov) 1024 
[00 B1 00 06 00 00 00 04]   2  if ( gprm(6) != 0 ) then { Goto line 4 } 
[30 06 00 01 02 83 00 00]   3  (JumpSS) Jump to VTSM 2, Root menu (TTN 1)
but line 2 is colored in red when I click on it. Any ideas what's wrong? Thanks again.
A line that's colored in red indicates a command that's problematic. In your case, you have a "goto line 4" but you don't have a line 4! So PgcEdit is smart enough to let you know. If you paste at the very top, the goto line 3 will point to the original first line and everything will be OK.

Quote:
BTW, this link from your guide isn't working:

http://jean.laroche.free.fr/Jumping0...ping.html#GPRM

However, I got the GPRM info from this link

http://jean.laroche.free.fr/Jumping/Jumping.html#GPRM
Thanks, I'll look into it!

Jeanl
__________________
A few PgcEdit guides.
DVDSubEdit a free tool to edit subtitles directly inside the vob.
jeanl is offline   Reply With Quote