M!ro
6th December 2004, 01:36
As i promissed, i wrote a very simple application that can change prohibited user operations stored in vob files. Actually this is my first application written in C that does something usefull so please don't be so hard on messy code ;)
It's command line app because i don't know mfc or anything else to create gui. Prohibited user operations are in decimal format like presented in PGCEdit :)
Indexing nav packs is going a bit slow, and probably there are some bugs... but you don't have to change this manually any more ;)
Download (http://milolav.host.sk/vobpuo/)
(Source code is also included)
Usage:
- Create index:
vobPUO.exe i <path> <VTS number>
- Restore PUOs from index file:
vobPUO.exe r <path> <VTS number>
- Change PUOs by changing range of nav packs
vobPUO.exe n <path> <VTS number> <first>-<last> <new PUO>
- Change PUOs for particular vob/cell ID in title vobs:
vobPUO.exe v <path> <VTS number> V<number>C<number> <new PUO>
- Change PUOs for particular vob/cell ID in menu vob:
vobPUO.exe m <path> <VTS number> V<number>C<number> <new PUO>
enjoy!!
It's command line app because i don't know mfc or anything else to create gui. Prohibited user operations are in decimal format like presented in PGCEdit :)
Indexing nav packs is going a bit slow, and probably there are some bugs... but you don't have to change this manually any more ;)
Download (http://milolav.host.sk/vobpuo/)
(Source code is also included)
Usage:
- Create index:
vobPUO.exe i <path> <VTS number>
- Restore PUOs from index file:
vobPUO.exe r <path> <VTS number>
- Change PUOs by changing range of nav packs
vobPUO.exe n <path> <VTS number> <first>-<last> <new PUO>
- Change PUOs for particular vob/cell ID in title vobs:
vobPUO.exe v <path> <VTS number> V<number>C<number> <new PUO>
- Change PUOs for particular vob/cell ID in menu vob:
vobPUO.exe m <path> <VTS number> V<number>C<number> <new PUO>
enjoy!!