unequipitems - Modify bic file so that all equipped items are unequipped
unequipitems [--help|-h] [--version|-V] [--verbose|-v]
[--config config-file]
[--no-write|-n]
[--backup|-b]
filename ...
unequipitems --help
unequipitems moves all items in the Equip_ItemList to the ItemList,
and makes sure each of them has unique Repos_Index.
- --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.
unequipitems.pl *.bic
unequipitems.pl -v -b */*.bic
- ~/.unequipitemsrc
-
Default configuration file.
gffencode(1), gffmatch(1), gffmodify(1), gffprint(1), Gff(3), GffWrite(3), and GffRead(3).
Tero Kivinen <kivinen@iki.fi>.
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.