Hi, I met new problems.
I want to edit a map for flare with my new art as a mod.
I tried to use tiled, but I find it splits the input art images into Uniform Tiles, 64X128 for example.
and I also find v0.16 version flare has its art images non-uniform with configuration files. such as tile=18,128,0,64,32,32 in tileset_cave.txt.
I prefer non-uniform way, because my art is non-uniform at all and no easy to split into Uniform Tiles.
so, there are two question.
1. How to use tilted with non-uniform split art images with configuration files, any plugins?
2, How to generate configuration files , such as tileset_cave.txt ? I find current flare plugin for tiled can only export map layer and tiles' distribution information.
thanks a lot
When you load a source image into tiled, all tiles within the source image will be the same size. The key is to split it up into multiple images accordingly - just be very careful when designing the tilesetdef that they all match up.
I don't know if Tiled can export the tileset_cave.txt, but if you want to put in events/npcs/enemies/enemygroups, you'll need to download the Tiled daily build. http://www.mapeditor.org/ has daily builds for Windows, and the Ubuntu PPA (also listed there) has a package called tiled-daily. I don't keep my tiled-daily up-to-date, but need some kind of version of the daily for exporting FLARE maps with objects in them.
(so, for instance, put all your 32x32 tiles into one .png, all your 32x64 into another .png, etc, etc. They can still all end up in the same .png in your mods/alungkymod/images/tilesets folder, but Tiled will need them to be separate)
It's quite helpful
thank you makrohn