HowToUseTiledToCreateStendhalMaps
How to Use Tiled
Tiled is a tile editor that support layers and different tilesets.
How to create a Map
Load template.tmx and resize the map to desired size.
We are going to work on a 64x64 map.
Now edit layers names, so that they are named like the zone we are going to create.
We are going to create a small village, so we name them small_village:
- small_village_collision
- small_village_objects
- small_village_roof
- small_village_object
- small_village_floor
Now save this map as small_village.tmx
Let's start
Layers
As you see there are five layers at the map. It is mandatory for all of them to exists. Although you can let them be empty.