Game Development Community

Default folder?

by Mario N. Bonassin · in Torque Game Engine · 01/10/2005 (5:48 pm) · 1 replies

I want to change the terrain in the starter.fps, but I can't figure out where to put the png for it so that the terraform editor can see it. can anyone tell me, I've tried several places and none worked?

#1
01/10/2005 (6:08 pm)
Put your .png in torque/example/common/editor/heightscripts. That's where the Terrain Terraform Editor looks for heightmaps. If the directory isn't there, you'll need to create it.

Make sure your heightmap is saved as an 8-bit greyscale PNG, size 256x256 pixels.