Game Development Community

Missing textures

by Chris Garrett (CG) · in Torque Game Engine · 12/30/2007 (9:50 pm) · 1 replies

Just wondering what all these errors are about:

Could not locate texture: tutorial.base/client/ui/buttons/exit
Could not locate texture: tutorial.base/client/ui/buttons/exit_d
Could not locate texture: tutorial.base/client/ui/buttons/exit_i
Could not locate texture: tutorial.base/client/ui/buttons/forum
Could not locate texture: tutorial.base/client/ui/buttons/forum_d
Could not locate texture: tutorial.base/client/ui/buttons/forum_i
Could not locate texture: tutorial.base/client/ui/buttons/options
Could not locate texture: tutorial.base/client/ui/buttons/options_d
Could not locate texture: tutorial.base/client/ui/buttons/options_i
Could not locate texture: tutorial.base/client/ui/buttons/gui
Could not locate texture: tutorial.base/client/ui/buttons/gui_d
Could not locate texture: tutorial.base/client/ui/buttons/gui_i
Could not locate texture: tutorial.base/client/ui/buttons/map
Could not locate texture: tutorial.base/client/ui/buttons/map_d
Could not locate texture: tutorial.base/client/ui/buttons/map_i
Could not locate texture: tutorial.base/client/ui/buttons/news
Could not locate texture: tutorial.base/client/ui/buttons/news_d
Could not locate texture: tutorial.base/client/ui/buttons/news_i
Could not locate texture: tutorial.base/client/ui/buttons/help
Could not locate texture: tutorial.base/client/ui/buttons/help_d
Could not locate texture: tutorial.base/client/ui/buttons/help_i
Could not locate texture: tutorial.base/client/ui/buttons/tdn
Could not locate texture: tutorial.base/client/ui/buttons/tdn_d
Could not locate texture: tutorial.base/client/ui/buttons/tdn_i
Could not locate texture: tutorial.base/client/ui/buttons/console
Could not locate texture: tutorial.base/client/ui/buttons/console_d
Could not locate texture: tutorial.base/client/ui/buttons/console_i
Could not locate texture: tutorial.base/client/ui/buttons/tutorial
Could not locate texture: tutorial.base/client/ui/buttons/tutorial_d
Could not locate texture: tutorial.base/client/ui/buttons/tutorial_i

Everything works normally. I assume that it is looking for normal/hover/disabled/pressed images or something like that. Is that the case?
Thanks,
Chris

#1
12/31/2007 (6:12 am)
You can effectively ignore those. Torque is set up to use 4 button images for each button. If it doesn't find all 4, it will give the console error, but that's all.

If I remember correctly, they are:
normal
mouse over
depressed
not active

I could be wrong about those, but you get the gist.