Menu

DVD games

Help
2022-02-03
2022-04-17
  • Zachary Tyler Potter

    For the DVD i'm making, I want it to include a DVD game, where after a menu, you go to a certain video. It's a DVD for my friend's movie. After a selection, a SPECIFIC video plays, and then moves on to the next menu. Can anybody give a GOOD tutorial?

     
  • peate9

    peate9 - 2022-02-03

    Every menu and video has a Post command where you can aim it to a specific video or menu.
    The menu one needs a timer of some kind or an action from a button, the video command happens when the video ends. Just put your wanted effect there.

     
    • Zachary Tyler Potter

      Yeah, but I want the video to go to a DIFFERENT menu too.

       
  • JMJ

    JMJ - 2022-02-28

    You could use a conditional test in the post-commands, p11 HERE to decide what action to take.

    Cheers

     
    • Zachary Tyler Potter

      I can't quite understand it.

       
    • Zachary Tyler Potter

       

      Last edit: Zachary Tyler Potter 2022-03-01
  • JMJ

    JMJ - 2022-03-01

    I can't quite understand it.

    Not sure what you mean.

    Say you have a project with three menus. The first has two buttons and is automatically given the ENTRY "Root" by DVDStyler. Pressing the first button will assign the value 2 to the general register G1 and start the video Title 1. Pressing button will also start the video Title 1 but assign the value 3 to G1.

    For menu 2 the Entry is set to "Angle" and for menu 3 it is set to "Audio"

    When the video has fnished playing a condtional test is made as a post-command wheter to go to menu 2 or to menu 3.

    Attached is the project file for the project Conditional Test.dvs together with the video used and the created .iso file.

    Cheers

     

    Last edit: JMJ 2022-03-01
  • Zachary Tyler Potter

    It's always the g1=0 part that confuses me.

     
  • Zachary Tyler Potter

    What does it even mean?

     

    Last edit: Zachary Tyler Potter 2022-03-09
  • JMJ

    JMJ - 2022-03-09

    What does it even mean?

    On a video-DVD 16 general 16-bit registeres may be used for storing and retriving data. In DVDStyler these registers are called g0..g15. In DVDStyler you store (assign) values to the register with commands like eg g1=0;.

    Cheers

     
    • Zachary Tyler Potter

      Well, the DVD game included has 8 menus. One is a start menu, 5 ask question, one is a fail screen, and the last one is for winning the game.

       
    • Zachary Tyler Potter

      And there aren't enough entries here.

       

      Last edit: Zachary Tyler Potter 2022-03-10
  • JMJ

    JMJ - 2022-03-10

    And there aren't enough entries here.

    Then you may have to use more than one titleset together with "Create jumppad" and use command like call menu 2entry angle;

    Sounds a bit like THIS PROJECT

    Cheers

     
  • Zachary Tyler Potter

    These are the things I'm trying to work with.

     
  • Zachary Tyler Potter

    These are what I use for my DVDs.

     
  • Zachary Tyler Potter

    How do I even delete posts?

     

    Last edit: Zachary Tyler Potter 2022-03-12
  • Zachary Tyler Potter

    Just one problem left... I think

     

Log in to post a comment.