Game Development Community

Editing the terrain

by Morrie · in General Discussion · 12/05/2007 (10:41 am) · 5 replies

I want to make some tool to go into the terrain for TGE.
I was wonder where the tools are located or how I would add my own to it.

#1
12/05/2007 (10:42 am)
What folder do I go to if I want to edit the terrain?
#2
12/05/2007 (10:47 am)
I'm not sure exactly what you're asking. You can edit the terrain in the World Editor by pressing F11 and then switching to the terrain editor.
#3
12/05/2007 (8:27 pm)
I'm looking for the hard code, C++ so I can add some tools to it, or modify the ones that are in it.
#4
12/06/2007 (6:12 am)
I'm thinking about making a cave tool like the one in the Cry 2 engine.
#5
12/06/2007 (7:17 am)
Check in the engine\editor director of the source code. There is several files in there you could look at:

the ones that may interest you the most are: terrainEditor.cc/.h , worldEditor.cc/.h