/usr/pkg/bin/pod2html: bin/bictoutc.pl: unterminated list at =head in paragraph 48. ignoring. bictoutc - Convert PC bic file to NPC utc file.

NAME

bictoutc - Convert PC bic file to NPC utc file.


SYNOPSIS

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

bictoutc --help


DESCRIPTION

bictoutc converts player bic file to NPC utc file, by removing extra information from the PC file. This includes all items in inventory.


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.

--output -o filename
Store the output to filename. The default is to change the .bic extension to .utc extension. Note that if you use this and give multiple input files, then all of them are written to same output file (i.e. only the last of them is actually saved).


EXAMPLES

    bictoutc.pl -v pc.bic
    bictoutc.pl -v -o npc.utc pc.bic


FILES

~/.bictoutcrc
Default configuration file.


SEE ALSO

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


AUTHOR

Tero Kivinen <kivinen@iki.fi>.


HISTORY

This program evolved from gffencode(1) by removing most of the complicated processing and by replacing it with the very simple ignoring of fields.