Page 1 of 1

New community dev tool uploaded: Extensions for exporting maps from Tiled Map Editor

Posted: Wed Jun 03, 2020 11:34 am
by Johan Kårlin



Extensions for exporting maps from Tiled Map Editor




View 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/