VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. I'm currently following the guide at http://www.mediachance.com/dvdlab/tutorial/amanager.html
    but i'm having a little bit of trouble doing the VM coding:

    Audio 1, Subtitle OFF - Menu A1 S0

    GPRM0 = 0
    GPRM1 = 0
    SetSTN (subp=GPRM1ff )
    SetSTN (audio=GPRM0 )

    Audio 1, Subtitle ON - Menu A1 S1

    GPRM0 = 0
    GPRM1 = 64
    SetSTN (subp=GPRM1ff )
    SetSTN (audio=GPRM0 )

    Audio 2, Subtitle OFF - Menu A2 S0

    GPRM0 = 1
    GPRM1 = 0
    SetSTN (subp=GPRM1ff )
    SetSTN (audio=GPRM0 )

    Audio 2, Subtitle ON - Menu A2 S1

    GPRM0 = 1
    GPRM1 = 64
    SetSTN (subp=GPRM1ff )
    SetSTN (audio=GPRM0 )

    Vm Command

    GPRM0 = 1024
    SetHL_BTN GPRM0
    GPRM0 = SPRM1
    GPRM1 = SPRM2
    GPRM0 *= 100
    GPRM0 += GPRM1
    if (GPRM0 == 64) LinkPGCN 4
    if (GPRM0 == 100) LinkPGCN 3
    if (GPRM0 == 164) LinkPGCN 5
    LinkPGCN 2

    The links that i have inputed into the pre command on each menu works fine but the whenver i click the option button on the main menu (link to vts vm command) it doesn't link me to the correct menu.
    Quote Quote  
  2. nvm problem solved . fixed it myself
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!