I am looking for a tile map editor that allows me to make data files with geographical elevation data, To do this, I would need a map of, say, 64 x 32 tiles where the different tiles represent different levels of elevation, and then the output should consist of a text file where the tiles I placed on the map become a simple string of numbers, like this:
0 0 0 0 0 0 0 0
0 0 0 0 2 2 0 0
0 0 0 3 3 3 1 0
and so on
Can I somehow do this with Tile Studio?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am looking for a tile map editor that allows me to make data files with geographical elevation data, To do this, I would need a map of, say, 64 x 32 tiles where the different tiles represent different levels of elevation, and then the output should consist of a text file where the tiles I placed on the map become a simple string of numbers, like this:
0 0 0 0 0 0 0 0
0 0 0 0 2 2 0 0
0 0 0 3 3 3 1 0
and so on
Can I somehow do this with Tile Studio?