PDA

View Full Version : How to get menus back?


Sajan
18th August 2004, 19:31
An often used task is to get away movie intros. I have 3 DVDs where all intros are droped away. When I insert such a DVD it immediately starts play the main movie. Root menu is activated only after the movie is ended or by menu button. But I want to return root menu to start. How could I do this?

r0lZ
19th August 2004, 01:52
Try to put a jump to your menu in the First Play PGC.

Sajan
19th August 2004, 02:42
Originally posted by r0lZ
Try to put a jump to your menu in the First Play PGC.
How I can do it (what soft and what to do)?

2COOL
19th August 2004, 03:02
This thread talks about jumping to your root menu of your movie's VTS.
http://forum.doom9.org/showthread.php?s=&threadid=78120&highlight=jump+to+root+menu

r0lZ
19th August 2004, 03:04
PgcEdit (or IfoEdit.)

Go to FP-PGC, and insert this command, as the first pre-command:
[30 06 00 01 01 83 00 00] 1 (JumpSS) Jump to VTSM 1, Root menu (TTN 1)
Then check carefully the DVD... In some circumstances, this simple method may be dangerous.

You should also search the forum...

2COOL
19th August 2004, 03:20
Originally posted by r0lZ
PgcEdit (or IfoEdit.)

Go to FP-PGC, and insert this command, as the first pre-command:
[30 06 00 01 01 83 00 00] 1 (JumpSS) Jump to VTSM 1, Root menu (TTN 1)
Then check carefully the DVD... In some circumstances, this simple method may be dangerous.

You should also search the forum... Actually, I would change the FIRST Jump Command. There could be register settings prior to the jump that may be crucially needed for proper navigation.

Sajan
19th August 2004, 08:17
Thanks.

Sajan
21st August 2004, 11:18
I've tried both Ifoedit and PGCedit. PGCedit is most comfortable, allows to do anything (and find some features even if you don't know about them) more simple and fast. But I didn't find how to set prohibited user operations only for one PGC (don't touch all others).
So I had to use both programs:))

[30 06 00 01 01 83 00 00] 1 (JumpSS) Jump to VTSM 1, Root menu (TTN 1)
At begin i did that in Ifoedit.
But a little later in PGCedit I found
[30 06 00 00 00 42 00 00] 1 (JumpSS) Jump to VMGM Title menu.
How much differ these metods?

r0lZ
21st August 2004, 11:44
But I didn't find how to set prohibited user operations only for one PGC (don't touch all others). Select the PGC, then click on the Edit PGC button (or double-click on the PGC). The PUOs are in the PGC Editor window. Click on the "..." button to edit them.

Jump to VTSM 1, Root menu (TTN 1) jumps to the root menu of VTSM 1 while Jump to VMGM Title menu jumps to the Title menu of the VMGM :D
The menu you want to jump to is probably located in the VTSM 1, so you need the first command.

As stated by 2COOL, you must actually replace the existing FP-PGC jump (which is probably the Jump to the VMGM Title menu) by the jump to your target menu.

Hint: to learn more about a command, just double click on it to open the Command Editor, then click on the command label (in the top right corner). This will lead you to the DVD-Replica web site, directly on the right page for the current command.