NAME

fixstrresref - Simple program to fix strresrefs


SYNOPSIS

fixstrresref [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--dialog|-d filename.tlk] filename ...

fixstrresref --help


DESCRIPTION

fixstrresref checks out for item names and descriptions and checks if their text and the strresref numbers match. If not it will change the strresref to match the text field. If no matching strresref is found then it is cleared.


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.

--dialog -d filename.tlk
Pointer to the tlk file. If not givem then dialog.tlk in the current directory is assumed.


EXAMPLES

    fixstrresref *.uti
    fixstrresref -d ../dialog.tlk *.uti


FILES

~/.fixstrresrefrc
Default configuration file.


SEE ALSO

gffprint(1), gffencode(1), gffmodify(1), Tlk(3), Gff(3), GffWrite(3), and GffRead(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.


HISTORY

This program was created to fix and clear some item names which had wrong strresrefs in the cerea2 module.