Game Development Community

No texture

by Billy Am · in Torque Game Engine · 07/06/2005 (9:08 pm) · 5 replies

Hi
when i start my game , the ground is completely white ... no textures!!! ... does anyone know how to fix it ? thanks
billy

#1
07/06/2005 (9:28 pm)
Hi ... i managed to read from the console.log that something wrong with loading the textures ... can anyone tell me which is the .cs file that loads the textures ?? thanks
billy
#2
07/06/2005 (9:51 pm)
Double post. seems that you may have refreshed (f5) the window.

Billy, this seems to indicate that you haven't put the texture files in the correct (where the game is looking for them) location.
Or, that you haven't loaded them in the editor.

Are you using of the demo games (ex. starter.fps) as a base?
#3
07/06/2005 (11:30 pm)
Yes ... sorry for the double post though ... i am using starter.racing as my game and changed starter.racing folder to my game title ... perhaps there is some variable thats referencing to starter.racing folder and can't find it... since i changed the name... do you have a clue on which might be the culprit ?? thanks a lot david
billy
#4
07/06/2005 (11:46 pm)
Did you you copy the entire contents of the folder?

If you did, then its a start.

load the game, press F11 and then F8
At the right hand side in the middle you should see files listed. And you will probably see the old name listed (starter.racing) as the top folder name.
Press the delete button and then click Add and load all of the files there. They will have the correct name.
Then select each on in the list and click on Apply.
You should see textures.
#5
07/06/2005 (11:55 pm)
It works!!! yah!!! thanks david ... thanks million ... i learnt something too ... double thanks :P
billy