A downloadable game for Windows

A basic tileset-based level design and editing tool.

Disclaimer: This tool was made to speed the production of my other games, and is not production ready. I wanted to share it in case it is useful to anyone else, but I cannot guarantee frequent updates or patches. This tool is probably a bit buggy.

Due to the amount of views this page is getting, I'm considering making another editor specifically designed to be released and used by other I'm looking at options for what to make this in, and it will probably either be Java (Swing) or C++/SDL (ImGUI).

This tool will be released in an updated, more polished version designed for custom level creation for Scorpion Skirmish. A link will be provided to the game and new editor pages in due course.

If this tool was useful, please comment and let me know how you used it!

The documentation and guidelines for use are basically non-existent, sorry. Instead comment and I will do my best to answer. 

NoteYou need to supply your own tileset image, although a default is provided. Save it in assets/tilesets/ as tileset0.png

Format: The resulting level map is found in levelmaps/ as map.json and is is split into 8x8 chunks. Each chunk is a 2D array, and each element represents a block and the tileset the block is from. The elements contain -1 if the block is empty (i.e. air), otherwise the value is an integer representing the index of the block from the tileset. Blocks are indexed starting at 0, counting from left to right, then top to bottom. Elements are in the form "t:x", where t is the tileset number (which is dictated by which of the tileset palettes you copied that tile from) and x is the tile number. The format may change slightly in future updates.

Warning: Although files for Linux and Mac may be provided, these are not officially supported, and have been compiled by contributors. The software is therefore provided without warranty of any kind, including but not limited to the warranties of merchantability or fitness for a particular purpose. In no event shall the authors be liable for any claim, damages or other liability, out of or in connection with the software.

Download

Download
level_editor_windows_x64.zip 19 MB

Install instructions

unzip it open it

Leave a comment

Log in with itch.io to leave a comment.