NAME

remove-roof - Remove roof from the tile(s)


SYNOPSIS

remove-roof [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--output|-o filename] [--variation|-n variation] filename ...

remove-roof --help


DESCRIPTION

remove-roof decodes the mdb tile file and removes the roof from the file (if it exists, if not then nothing is done). Then it will write new tile back to disk. In case --variation parameter is given then that variation number is used. If no variation number is given then it will check the current directory for the tiles and take first free variation number. In case --output parameter is given then output is written to that file, otherwise input file name is used, but variation number is simply replaced with the new variation number.


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
Output file name. If this is given, then all output is written to the same file, thus you should only give one input file name. If this is not given, then same file name prefix is used as the input file name, but variation number is updated to match the given variation number.

--variation -n variation
Variation number to use. If this is given then all files will be using this variation number. If it is not given then the current directory is checked for the first free variation number and that is used instead.


EXAMPLES

    remove-roof *.mdb
    remove-roof -o tl_sf_cccc_04.mdb -n 04 tl_sf_cccc_01.mdb


FILES

~/.removeroofrc
Default configuration file.


SEE ALSO

update-variations(1), trnprint(1), Trn(3), TrnWrite(3) and TrnRead(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.


HISTORY

This program was created as we needed to have some rooms without roofs, as the creatures living is those rooms are so big that most of the creature goes through the roof.