Kadoba / Advanced-Tiled-Loader

Imports Tiled maps into Lua for the LÖVE game engine. (NO LONGER IN DEVELOPMENT)
183 stars 30 forks source link

Map Serializer #13

Closed benui-dev closed 12 years ago

benui-dev commented 12 years ago

The library seems super-useful. I'm making an editor for my game, as Tiled doesn't really cover all the things I'm trying to do. Would it be easy to make a map serializeser/saver as a counterpart to loader.lua?

Kadoba commented 12 years ago

I've thought about this before. I don't think it would be trivial to write but it would be useful. I'll take a crack at it.

Kadoba commented 12 years ago

After thinking this over and experimenting a little bit I will say this would be rather difficult to do right. Ideally, it would be great if ATL maps could be converted back into tmx files but that's going to take a lot of work. I would definitely like to do this eventually but I'm not sure when I'll get the time and motivation to do so.

Kadoba commented 12 years ago

With update 0.12.0 maps can now be saved. See Saving for more details.