About This File
These files are two javascript extensions for the Tiled Map Editor. They allow you to 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. If you are using another assembler the first extension can easily be changed for your needs if you have som basic knowledge of javascript : ).
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.
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/reference/scripting/
What's New in Version 1.1.0 See changelog
Released
A second extension that exports the map to a raw binary format is now also available!