Tiled Map Editor BASIC DATA export

These files might not work on the most current version of the Commander X16, or these may be held over from the previous forum. To find previous versions of the emulator, so you can test old programs, please visit Our GitHub Page
Post Reply
Justin Baldock
Posts: 65
Joined: Fri Jun 26, 2020 1:12 am
Location: Adelaide

Tiled Map Editor BASIC DATA export

Post by Justin Baldock »


This file is a JavaScript extension for the Tiled Map Editor. It will export your Tiled map as BASIC DATA statements. Inspired by Johan Kårlin export files.




When exporting it will prompt for the starting BASIC line number. The script will output a few data statements about the map. Then the tile data will be output in DATA statements with 16 elements.



Updated so it creates data in the TILE_BASE data expected of VERA.



tiled-basic-map-extension.js

Attachments

[The extension .js has been deactivated and can no longer be displayed.]

Post Reply