I'm starting to play around with Tiled but a lot of things that seem like they should be straightforward, well, aren't. For example, after i've added tiles to form a tileset, is there no way to rearrange them (change the tile id)? Also, the tile id starts at 0, but in every format i export in, tile 0 turns into a 1 and empty tiles (with no tile) are saved as 0.
You want my z80 output extension! It does output the correct ID, which truely you cannot change, except of course in the export extension... Uhm how do you want it to be? If you add another tileset, it should not start at 0, but at the last id +1 of the first tileset.
Oops, you are on linux, I cannot give you my compiled plugin "z80.dll", you need to compile it yourself, I will upload the src... again github hehehe.