How to add first play clip
If you want, that your first play clip will be displayed only first time when the disk is placed in the player and before the menu is displayed:
- add your clip to dvd as title 1
- specify following Pre-Command in menu properties: if (g0==0) { g0 = 1; jump title 1; }
- specify following Post-Command in title 1 properties: call menu;
If you want, that your first play clip will be displayed every time before menu is displayed:
- add your clip to dvd as title 1
- specify following Pre-Command in menu properties: if (g0==0) { g0 = 1; jump title 1; }; g0 = 0;
- specify following Post-Command in title 1 properties: call menu;
Another way is to use a VMGM menu to show the first play clip:
- Add vmMenu from popup in bottom pane
- Set first play clip as background for vmMenu
- double-click first play clip MPG file in Directories tab
- Set vmMenu properties so it goes to normal menu after first play clip
- Pause: 0
- Title: true
- Post: jump titleset 1 menu;
- Set normal menu (the first titleset 1 menu) as root menu
- Set titles' properties so after playing they return to normal menu or first play clip
- Return to normal menu: Post: call menu;
- Return to first play clip: Post: call vmgm menu 1;
This is failing with invalid action 'if { go = l;jump title 1; }; go = Syntax error, unexpected
SEMICOLON_TOK, expecting Send (on token I).invalid action 'if (go 0) { go = 1 jump title 1 } go = 0': Syntax error, unexpected JUMP _ TOK
(on token 'jump').
Last edit: Sai Corporation 2024-08-04