Game Development Community

Flat terrain how to

by _____ · in Torque Game Engine · 05/16/2005 (3:02 am) · 11 replies

Hey guys how are you? im good

guys how do i make flat terrain i have no idea how to do this !

thanks

#1
05/16/2005 (6:53 am)
Import a constant color (height) height map, and then use the editor to bring it into the mission and save.

There are many threads on making custom terrain using heightmaps--try searching either on heightmap, or heightscript.
#2
05/18/2005 (12:43 pm)
Isn't there a "flatten" brush in the editor that will take the affected areas to a hieght value of zero?

I'm not at my home PC to see, but I could've sworn I'd used it before.
#3
05/18/2005 (12:44 pm)
Theres a flatten brush, and a set height, if I recall you can set the height to whatever you want :)
#4
05/18/2005 (2:15 pm)
If you wanted a completely flat map press F11 then F7 to get to the Terrain Terraform Editor. Click the operation button and choose terrain file. This should set the terrain file to terrains/terr1.ter. Press apply and you will get a completely flat map.
#5
06/06/2005 (12:09 am)
The height for the "set height" command can be set in the edit menu -> terrain editor settings, if I recall correctly.
#6
06/06/2005 (1:38 am)
Applying a Terrain Terraform Editor operation of type "Terrain file" with an empty terrain file parameter should do the trick.
#7
06/06/2005 (3:19 pm)
Just a hint : Flat terrains sometime generate strange rendering errors. If that happens, try making a little hill on it.
#8
06/11/2005 (7:12 am)
What if I want to go beyond a flat terrain and want to get rid of it all togeather? I think I was able to do that with Tribes2...
#9
06/11/2005 (7:27 am)
@Karl,

It's possible, you have to delete the terrain directive from the mission file. You'll find more info about this on space shooters threads.
#10
08/11/2005 (3:26 pm)
I think you can delete it directly from the editor to (just select it from the list and hit delete). Or does that crash?
#11
08/11/2005 (10:52 pm)
I have a description on 'flat terrain' on my website
Click here to go there

/roland