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?
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?
#2
That was the bad juju.
Once I added the textures, it was a snap.
11/16/2002 (1:00 am)
Thanks, brother.That was the bad juju.
Once I added the textures, it was a snap.
Torque Owner Mathew 'MonkeyHumanHybrid' Bland
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.