Skip to content

FishyCraftGames/TerraToyPropExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logo-export

Content:

-Important Infos

-Materials

-Exporting

Important Info

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.

Screenshot 2023-09-09 182128

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 !!!

Materials

Basic Material

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

BaseMat image

Reflective Material

Decreasing the roughness to a value below 0.5 makes the material shiny.

Screenshot 2023-09-09 183502 image

Glowing Material

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.

Screenshot 2023-09-09 183709

Grass/Leave Material

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.

Screenshot 2023-09-09 185031 image

Invisible Material

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.

Screenshot 2023-09-09 183816 image

Exporting

To export head over to the script section in blender

image

then open the blenderpropexporter.py

image

after loading the exporter you can run the script by clicking this button

image

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:

image

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

image

Thank you for using the prop exporter

About

Custom TerraToy prop exporter script for blender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages