R0lZ,Tetsuro_ja
Just implemented the no dummy in TW --set Next and previous links to 1
And added a dummy root ttn to return to menu
1 Set gprm(1) =(mov) 12346
2 if ( gprm(0) != 123 ) then { Goto line 5 }
3 Set gprm(0) =(mov) TitleNumber to goto -1
4 (CallSS) Call the VMGM Title menu, resume cell 1
5 Set gprm(0) =(mov) 123
********** post commands:
1 Set gprm(0) =(mov) Titlenumber
2 Set gprm(4) =(mov) 0
3 Set gprm(7) =(mov) 0
4 (CallSS) Call the VMGM Title menu, resume cell 1
didn't even have to use an extra gprm since 0 is reset in all cases
Showtime is just plain weird -- crashs (never at the same points)
Kmplayer -- seems to execute properly
WMP -- weirdly enough skips back 2 titles (and I checked my code/DVD Commands thouroughly when I saw that happen -- it not in the pgc's) and now won't go to the next title on Next button pressed (during last chapter)
Pgcedit traced -- normal
And amazingly Windows Media Player played it perfectly
Dilemma -- Do I run with this? -- It is childishly simple -- everythings in the pre post commands
My main hardware also plays it correctly
Castros
-- Its not just the commands that are bad.
I may do this far in the future but its way way down my priority list -- That mess should really be fixed by winavi (Especially since its paid software)
and IMO it should never have been released.
Just implemented the no dummy in TW --set Next and previous links to 1
And added a dummy root ttn to return to menu
1 Set gprm(1) =(mov) 12346
2 if ( gprm(0) != 123 ) then { Goto line 5 }
3 Set gprm(0) =(mov) TitleNumber to goto -1
4 (CallSS) Call the VMGM Title menu, resume cell 1
5 Set gprm(0) =(mov) 123
********** post commands:
1 Set gprm(0) =(mov) Titlenumber
2 Set gprm(4) =(mov) 0
3 Set gprm(7) =(mov) 0
4 (CallSS) Call the VMGM Title menu, resume cell 1
didn't even have to use an extra gprm since 0 is reset in all cases
Showtime is just plain weird -- crashs (never at the same points)
Kmplayer -- seems to execute properly
WMP -- weirdly enough skips back 2 titles (and I checked my code/DVD Commands thouroughly when I saw that happen -- it not in the pgc's) and now won't go to the next title on Next button pressed (during last chapter)
Pgcedit traced -- normal
And amazingly Windows Media Player played it perfectly
Dilemma -- Do I run with this? -- It is childishly simple -- everythings in the pre post commands
My main hardware also plays it correctly
Castros
-- Its not just the commands that are bad.
I may do this far in the future but its way way down my priority list -- That mess should really be fixed by winavi (Especially since its paid software)
and IMO it should never have been released.
Comment