NAME

mpcutsceneconv - Disable MPCutscene conversations


SYNOPSIS

erfpack [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [filename ...]

mpcutsceneconv --help


DESCRIPTION

mpcutsceneconv takes module, and converts each conversation inside it so that it disables the MPCutscene setting. The new module is created with .new extension and you need to manually rename it to have proper name. By default it will fix all modules in the current directory.


OPTIONS

--help -h
Prints out the usage information.

--version -V
Prints out the version information.

--verbose -v
Enables the verbose prints. This option can be given multiple times, and each time it enables more verbose prints.

--config config-file
All options given by the command line can also be given in the configuration file. This option is used to read another configuration file in addition to the default configuration file.


EXAMPLES

    mpcutsceneconv
    mpcutsceneconv foo.mod
    mpcutsceneconv *.mod


FILES

~/.mpcutsceneconvrc
Default configuration file.


SEE ALSO

erfpack(1), erfunpack(1), gffmodify(1), Gff(3), GffRead(3), GffWrite(3), Erf(3), ErfRead(3) and ErfWrite(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.