in tile_counts.py
you can add more tiles to be counted in the dictionary tiles
. It only looks into the game and front layer. Usage: python tile_count.py path-to-map
to use tile_replace.py
you can edit the dictionary ids
to do your own replacement logic. 1: 3
for example replaces hookable with unhookable, some more notes can be found in the file. It also only does work in the game/front layer, but can be extended relatively easy to work on other layer types. Usage: python tile_replace.py path-to-map path-where-to-output-new-map
.