Lipservice I am little confused by your post, you say you have applied the patch, then you say about unremoved buttons. The patch didn't remove the buttons?
In the unpatched version the commands look like this for
VTSM4, LU1(EN),9 (0:00) 2b
********** pre commands:
1 if ( gprm(3) == 41477 ) then { Set gprm(3) =(mov) 41466 } <-- Set before menu is played!
********** post commands: <-- Waits 20 secs for selection then runs post commands if nothing is selected.
1 Set gprm(14) =(mov) 0 <-- Same Command as the Fullscreen button so it plays the fullscreen version as default if nothing is selected.
2 LinkPGCN PGC 1
In the patched version the commands should look like this for
VTSM4, LU1(EN),9 (0:00) 2b
********** pre commands:
1 if ( gprm(3) == 41477 ) then { Set gprm(3) =(mov) 41466 }
2 Set gprm(14) =(mov) 101 <-- Same Command as the Widescreen button
3 LinkPGCN PGC 1
As the commands in the patched version have been moved to pre it doesn't wait 20 secs, automatically selects widescreen and moves onto PGC1 without the cell ever being played.
I hope you can see from my explaination it is impossible for a patched version to play the fullscreen version. I would re-extract the image and patch it again.
V - 9
A - 9
M - 1
__________________
www.dvdrfixes.com
Last edited by DeViT on 09-30-2006 at 05:12 AM
Report this post to a moderator | IP: Logged
|