update-variations - Take the tiles.2da file and update variation counts
update-variations [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--input|-i inputfile] [--output|-i outputfile] filename ...
update-variations --help
update-variations will read the list of tiles and checks what is the maximum number of variations for each tileset and for each tile type in those files. Then it will read the tiles.2da input file and update that so that the variations count is up to the max number seen on the tile files. Finally it writes the new tiles.2da file out to the disk.
update-variations -i tiles.2da -o tilesnew.2da *.mdb
remove-roof(1), and Twoda(3).
Tero Kivinen <kivinen@iki.fi>.
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. As I didn't want to manually start updating the tiles.2da file for each of those variations, I made this program to update tiles.2da automatically.