for example, i have an object layer called Map Entities or whatever.
i have rectangles all over for mob positions, player start location, etc.
however, the map is huge… and i only want to export the Map Entities layer. this will later be used on the server (as the server doesn’t really need to parse all the tile info).
not sure if this is already available, if so, forgive me! thanks!
Sorry to revive this old topic. I didn’t have a good answer to this 2 years ago, but these days this is possible by writing either a custom action for exporting or a custom export format in JavaScript.
See extending the scripting API docs for an example of a custom format that includes only some of the information in a map.