(Deprecated!) IsoMetro™ Exporter
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.