Game Development Community

Made duplicate of starter.fps and now textures are messed up

by Grey9999 · in Torque Game Engine · 12/31/2004 (12:38 pm) · 3 replies

I copied the starter.fps directory and renamed it to use for my project and now the terrain textures in the example mission are all grey (in the new game directory). Tried looking through the .cs files to see if something was pointing to the wrong directory but found nothing. Any ideas? All I changed was the name of the directory.

#1
12/31/2004 (12:52 pm)
Check the .ter file, that's the file that keeps track of the terrain textures. You might want to open it in notepad and search for "starter".
#2
01/01/2005 (1:25 pm)
Gary,

You need to re-link the terrain textures.
Start your game,
then press F11,
goto terrain painter,
click on change under the grass square,
then re link the textures.
-James B.
#3
01/02/2005 (9:43 am)
Thanks!