fallahn / sfml-tmxloader

SFML 2.x based tmx tilemap parser for files created with Tiled tile map editor
106 stars 35 forks source link

Terrain Tiled tmx load #58

Open lukadriel opened 8 years ago

lukadriel commented 8 years ago

Hello, thank you for your hard work. I Have been trying to load a map with Terrains but the loading always fail. Are terrain supported ? if yes I think it is a bug.

fallahn commented 8 years ago

Terrain tags aren't specifically parsed because, as far as I can see, they only apply to the editor. For example the isometric grass and water sample contains terrain data, but it loads OK in the isometric example as the overall tile data is created as normal. Could you possibly provide some more information such as error messages (by enabling logging) or a sample map? Thanks

lukadriel commented 8 years ago

sorry I took so long to reply, I didn't have access to internet. actually I configured the terrain myself from an image so I'll send you the map and the images. http://www.mediafire.com/download/x5m7687yyc2g9z8/LevelTerrain.zip . you will be able to download it there.

fallahn commented 8 years ago

OK, Thanks! I will look in to it as soon as I can