| Author |
Message |
julius Senior Member

Joined: 18 Feb 2005 Posts: 245
|
Posted: Sun Sep 28, 2008 4:51 pm Post subject: Playback order incorrect |
|
|
I tried tracing on this sucker, but maby I'm doing it wrong...
From main menu I choose "play all", but it only plays the episode from VTS3, and returns to main menu afterwards.
I want it to first play the episode from VTS2 and afterwards straight to the one from VTS3.
Anyone got a hint
Here are some files for ya:
http://webdisk.tdconline.dk/index.php?m=c9ae77e8&a=7d397569&r=991025428&share=LNK706248dfb5cd1ac3c
Thanx |
|
| Back to top |
|
 |
toaddub Moderator

Joined: 12 Sep 2004 Posts: 1984
|
Posted: Sun Sep 28, 2008 8:48 pm Post subject: |
|
|
| In VTS1/menu pgc 10/post command/line 1, change R[2] = 44. It should play all episodes. |
|
| Back to top |
|
 |
julius Senior Member

Joined: 18 Feb 2005 Posts: 245
|
Posted: Mon Sep 29, 2008 11:55 am Post subject: |
|
|
| I had a feeling that it was the R[2] = ? that was incorrect. In short, how did you figure out that the value was "44" ?? |
|
| Back to top |
|
 |
toaddub Moderator

Joined: 12 Sep 2004 Posts: 1984
|
Posted: Tue Sep 30, 2008 5:37 am Post subject: |
|
|
TBO, the disc is unnecessarily complex, too much jumping around. I would just re-author the thing from scratch with a few simple commands. But I guess this is too much work for you.
Anyways, if you start tracing from the Play All button, you'll notice that R[2]=50 is used to determine which VTS to jump to from VMG PGC 6. If R[2]>=48 it will go to VTS3, else to VTS2. Then I scan ahead and look at VTS2 and notice that PGC3(title3) also has the same R[2]=50. So I know that it will jump to VTS3 after finish playing the current PGC. Now to find out which R2 should be used for the Play All button to go to VTS2/PGC3 first, I look at VTS2/Menu PGC 4. When R2=44 it'll go to PGC8, which is where R3=4 is used to determine which VMG title to jump to; in this case VMG Title 4 (VTS2/PGC3 (title 3)). So there you have it, that's where I get the value from. |
|
| Back to top |
|
 |
CDR-Zone.COM Advertisement Bot
 
|
Posted: Post subject: Advertisement: |
|
|
|
|
|
| Back to top |
|
 |
|