A downloadable tool for Windows and Linux

Download NowName your own price

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 1 day ago
StatusIn development
CategoryTool
PlatformsWindows, Linux
AuthorGlass Blade Games
Tags3D, editor, script, utility

Download

Download NowName your own price

Click download now to get access to the following files:

isometro-exporter-linux-ubuntu.zip 2 MB
Version 27
isometro-exporter-windows.zip 4 MB
Version 28