Extensions for exporting maps from Tiled

Post Reply
Johan Kårlin
Posts: 292
Joined: Wed Jun 03, 2020 11:33 am
Location: Kalmar, Sweden

Extensions for exporting maps from Tiled

Post by Johan Kårlin »

Here are two javascript extensions for Tiled Map Editor (https://www.mapeditor.org). With help of these you can export your map either as assembler source code (ACME syntax) or in a raw binary format including a two byte header set to 0. They support flipping of tiles and let you select a palette offset.

Both extensions are short and simple so you can easily adjust them to fit your needs, if for example the assembler of your choice has a different syntax. Installation is done by simply placing the files in the extension folder of Tiled. It will then immediately be read and installed if Tiled is running. 

This is where you find the extension folder:
Windows: C:/Users/<USER>/AppData/Local/Tiled/extensions/
macOS: ~/Library/Preferences/Tiled/extensions/
Linux: ~/.config/tiled/extensions/

For more information about extensions, see the official documentation: https://doc.mapeditor.org/en/stable/ref ... scripting/

Releases: V 1.0 Jun 3, 2020.

#R43 - Exported maps are compatible with release 43 of the emulator.
Attachments
tiled-extensions-1.0.zip
(1.71 KiB) Downloaded 400 times
Post Reply