Game Development Community

TGE 1.5.2 missing texture files

by Infinitum3D · in Torque Game Engine · 06/12/2009 (7:49 am) · 5 replies

Fresh dl and install, TGE 1.5.2. The only change was to $defaultGame = "starter.fps";

Console Log Errors:

Could not locate texture: starter.fps/data/shapes/player/base.lmale
Could not locate texture: starter.fps/data/shapes/player/base.lmale
Could not locate texture: starter.fps/data/shapes/player/crossbow
Could not locate texture: starter.fps/data/shapes/player/clip

No such file 'starter.fps/data/shapes/Winter/Branch02_512x512'.
No such file 'starter.fps/data/shapes/Winter/Branch02_512x512.jpg'.
No such file 'starter.fps/data/shapes/Winter/RootsNoSnow'.
No such file 'starter.fps/data/shapes/Winter/RootsNoSnow.jpg'.
No such file 'starter.fps/data/shapes/Winter/TrunkNoSnow'.
No such file 'starter.fps/data/shapes/Winter/TrunkNoSnow.jpg'.
No such file 'starter.fps/data/shapes/Winter/TrunkNoSnowBase'.
No such file 'starter.fps/data/shapes/Winter/TrunkNoSnowBase.jpg'.
No such file 'starter.fps/data/shapes/Winter/Unnamed'.
No such file 'starter.fps/data/shapes/Winter/Unnamed.jpg'.
No such file 'starter.fps/data/shapes/Winter/Unnamed.png'.
No such file 'starter.fps/data/shapes/Winter/Unnamed.gif'.
No such file 'starter.fps/data/shapes/Winter/Unnamed.bmp'.
No such file 'starter.fps/data/shapes/Unnamed'.
No such file 'starter.fps/data/shapes/Unnamed.jpg'.
No such file 'starter.fps/data/shapes/Unnamed.png'.
No such file 'starter.fps/data/shapes/Unnamed.gif'.
No such file 'starter.fps/data/shapes/Unnamed.bmp'.
No such file 'starter.fps/data/Unnamed'.
No such file 'starter.fps/data/Unnamed.jpg'.
No such file 'starter.fps/data/Unnamed.png'.
No such file 'starter.fps/data/Unnamed.gif'.
No such file 'starter.fps/data/Unnamed.bmp'.
No such file 'starter.fps/Unnamed'.
No such file 'starter.fps/Unnamed.jpg'.
No such file 'starter.fps/Unnamed.png'.
No such file 'starter.fps/Unnamed.gif'.
No such file 'starter.fps/Unnamed.bmp'.
Could not locate texture: starter.fps/data/shapes/Winter/Unnamed
Could not locate texture: starter.fps/data/shapes/Winter/Unnamed
Could not locate texture: starter.fps/data/shapes/Winter/Unnamed


I think this may be a known bug, but for newbies - its easy to fix. Just add a few 256x256 texture files named 'Unnamed.png' (etc, etc, etc) to the appropriate directories.

Tony

#1
06/12/2009 (8:13 am)
What a unusual, I have downloaded the version for mac and win, this problem doesn't happen me. Maybe was a bad installation or a corrupt file
#2
06/24/2009 (4:49 am)
I'll try to dl a fresh version.
#3
06/27/2009 (4:19 am)
This happens for me too, and has always happened.
#4
06/27/2009 (10:17 am)
Same here. It doesn't seem to cause any trouble, except console spam. You can verify in ShowTool that a few DTS shapes like winter trees use a material named 'unnamed', which I don't think is actually applied to any faces.
#5
06/27/2009 (10:40 am)
  • Unnamed
  • You'll see those for just about every version of Torque -- depends on the various assets in question. I've usually just left some 4X4 pink or yellow colored texture called Unnamed in the art directory just in case -- that way you can obviously see it if it's not a hidden face or if it's applied to anything.

  • base.lmale
  • I believe that was intended for use so that setSkin skin changes would work for the default player. There was once a Tribes2 looking player model in which it worked, but that was pre-Realmwars and the orc's textures were never set up for it.

  • clip, crossbow
  • Not really sure but I think these were intended as textures for the unused playerdebris shape (gibs) that doesn't work anyway. The textures can be found in the crossbow directory.

    But as already noted it shouldn't cause any trouble except for console spam. Using the placeholder texture trick will prevent that spam.