NAME

change-material - Change the material of the walkable area in placeable.


SYNOPSIS

change-material [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--output|-o filename] [--material|-m material] filename ...

change-material --help


DESCRIPTION

change-material takes item model mdb file and changes the walk resource material to be given material.

In case --output parameter is given then output is written to that file, otherwise input file name is used to create output name by adding the material number to it.


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.

--material -m material
The material to use.


EXAMPLES

    change-material -o plc_br_walkwater.mdb -m 4096 plc_br_walkwood.mdb


FILES

~/.changematerialrc
Default configuration file.


SEE ALSO

remove-roof(1), create-placeable(1), trnprint(1), Trn(3), TrnWrite(3) and TrnRead(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.


HISTORY

This program was created to change the footstep sounds of the walkmesh helpers.