Game Development Community

I seem to have lost my terrain...

by Chris Smith · in Torque Game Engine · 11/14/2002 (9:02 pm) · 2 replies

Obviously, an odd post subject, but that's exactly what happened.

I wanted to do some test work on the FPS mod, so I made a copy of it, renamed it and pointed the main.cs of the example program at this directory. I also edited the terrain files,

mygame/data/terrains/grassland/propertyMap.cs

for the waterworld map and

mygame/data/terrains/scorched/propertyMap.cs

for the scorched world map

so they both now pointed to my new directory.

Nothing. When I fire up these map the skins for the terrains are gone.

Little help?

About the author

Recent Threads


#1
11/15/2002 (12:46 am)
I believe the .ter files contain paths to the textures that are used on the terrain. (e.g. /fps/data/ etc etc)
You will need to use the Terrain Texture Editor tool (When you load the mission press F11 and then F8 or you can press F11 and then use the menus I believe)

You then just have to set the textures to point to the ones in your new directory.
#2
11/16/2002 (1:00 am)
Thanks, brother.

That was the bad juju.

Once I added the textures, it was a snap.