NAME

unequipitems - Modify bic file so that all equipped items are unequipped


SYNOPSIS

unequipitems [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--no-write|-n] [--backup|-b] filename ...

unequipitems --help


DESCRIPTION

unequipitems moves all items in the Equip_ItemList to the ItemList, and makes sure each of them has unique Repos_Index.


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.

--no-write -n
Do not write anything, but do the modifications etc. This can be used to check that everything is modified properly before actually doing the modification.

--backup -b
Take backup copy of the file before writing it back. The backup copy will be named file.git.bak.


EXAMPLES

    unequipitems.pl *.bic
    unequipitems.pl -v -b */*.bic


FILES

~/.unequipitemsrc
Default configuration file.


SEE ALSO

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


AUTHOR

Tero Kivinen <kivinen@iki.fi>.


HISTORY

This program evolved from gffmodify(1) as gffmodify cannot modify structures, and this was created so Patch can enable ILR in his PW and not to cause all players with illegal items to be booted.