-Important Infos
-Materials
-Exporting
This is an unofficial blender addon script that exports your blend scene to a .txt file. It also exports the materials, more abput that later. For now it can only export cubes so make sure to model using cubes only. You will need the official Terra Toy Prop Tool: https://github.com/frozein/Terra-Toy-Prop-Tool to turn your .txt into a .prop file and only the .prop file is accepted by the game.
Cubes should be larger then 1,1,1 as they will be too small to be visible in terra toy otherwise! Make sure your scale is positive as negative values are not supported by terra toy and therefore will not work !!!
The image below shows the node set up in blender for a Basic Material, note that adding nodes to this set up might break the exporter. This applies to all materials. changing the base color changes the objects color. Terra doy displays the colors way darker then blender so you shouldnt make them too dark
Decreasing the roughness to a value below 0.5 makes the material shiny.
Increase the Emission to a value above 1 and your material will glow. the material will always glow with the same strength no matter how high you set it in blender. The base color is still responisble for the glow color, the emmision color in blender doesnt matter. Emmisive materials in Terra toy are quite dark so decrease the base colors saturation for a "brighter" looking light source.
The grass material can be used for many more things other then grass and leaves, such as a thatch roof. To use the grass material simply increase the Subsurace scattering value in blender.
used for invisible objects to cut stuff out ouf other cubes like in the side of this cathedral. To do this simply decrease the Base colors alpha below a value of 1.
To export head over to the script section in blender
then open the blenderpropexporter.py
after loading the exporter you can run the script by clicking this button
this creates a .txt file that you can now turn into a .prop file using the official Terra Toy Prop Tool: https://github.com/frozein/Terra-Toy-Prop-Tool If You get an error in blender(in the bottom left) taht looks like this:
you need to change the output in line 4 to a difrent drive or folder that is not read-only. A usb stick usually works fine or a difrent hard drive then C
Thank you for using the prop exporter