A downloadable tool for Windows and Linux

This exporter application has been replaced by a newer asset tool. Please stay tuned to our socials for when that goes public. https://isometro.live


--


Produces PNG images of rendered geometry, with the geometry being generated by Jank scripts. Can be used to make additional content for IsoMetro™ ( https://grimesoft.itch.io/isometro ).

Open source (MIT license): https://gitlab.com/glassbladegames/rcg-lot-editor

Usage Guide:

  • Run the tool.
  • Create a folder in the same location as the executable, called "buildings".
  • Within "buildings" or any subfolder, create any file with the extension ".bldg". This is a Jank script that the tool will execute.
  • Use the Create function one or more times to add geometry. Example:
Create([[[0,0,0],[0,0,1],[1,0,1]]],[1,1,1]);
  • "Create" takes the following parameters:
    Array of vertices, which are themselves arrays of 3 numbers representing XYZ
    Array of 3 numbers representing RGB, with black being [0,0,0] and white being [1,1,1]
  • Whenever you save the script, the exporter tool will notice a change and reload it, then produce files adjacent to it.
Updated 4 days ago
StatusReleased
CategoryTool
PlatformsWindows, Linux
AuthorGlass Blade Games
Tags3D, editor, script, utility

Download

Download
isometro-exporter-linux-ubuntu.zip 2 MB
Version 36 49 days ago
Download
isometro-exporter-windows.zip 4.3 MB
Version 37 49 days ago