Comments

Log in with itch.io to leave a comment.

Is it possible to make this tool a standalone download? The browser does not handle memory on larger maps and becomes unresponsive and crashes,

I've uploaded a standalone Windows version that should help with the browser memory issues on larger maps.

I'm not sure what OS you're using though. If you're on macOS or Linux, let me know and I'll see if I can provide a build for those platforms as well.

It does not let me upload my .tsx files after selecting the .json to use. 

(1 edit)

The tool currently only reads JSON-based Tiled files (.json.tsj). I haven't implemented .tsx support yet.

Can Tiled convert your .tsx tilesets to .tsj? If that works, you should be able to use them with the current version. If native .tsx support is required, I'll need to set aside some time to implement and test it in a future update.

It can, but it's a bit of a pain in the butt to do it that way when you already have a pile of TSX tilesets. If you do decide to implement TSX support, that'd be great. As it is, my game loads TMX/TSX files, so I'll have to convert the existing TSXs to TSJ, then use your tool, then convert the JSONs back to Tiled format. 

Thanks for the feedback! That's a really important feature. I think I can add support for both TMX and TSX formats later this month.