I wish to combine an SPRM (audio) setting and jumping to Title 1 in a VMGM-domain menu button. Since I presume the SPRM cannot be set since the button is in the VMGM domain, I wish to combine setting GPRM(3)’s value {71 00 00 03 00 01 00 00} with jumping to Title 1 {30 02 00 00 00 01 00 00}. However, since both occupy bit 3, this doesn’t seem feasible.
Menu button commands
Collapse
X
-
You can't do the Set and Jump in the same command. But you can create a new dummy PGC in the VMGM, and from your button, link to that new PGC. In the new PGC, you can add the Set and Jump commands.
If several button commands must jump to the same title but with different GPRM(3) values, it might be easier to use a "Set + Link" command in the buttons, like, for example, this: Set gprm(3) =(mov) 1 ; LinkPGCN PGC 10, and then just jump to the movie from the dummy SPRM.
Comment