mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.18k stars 1.76k forks source link

Open/Save Lua files #599

Open karai17 opened 10 years ago

karai17 commented 10 years ago

Maintaining a hefty XML file for editing purposes, then exporting (dialog boxes ahoy!) to Lua gets a bit tedious, to say the least.

Would it be possible for Tiled to open Lua/JSON maps and save them (not export)? XML is super annoying. :)

0ion9 commented 10 years ago

CLI access to exporting (like Inkscape does it) and a little 'inotifywait'-centric script (written or modified by the user) that auto-runs the export command, would be an implementation that's both elegant and minimal.