Game Development Community

Glitch in TGE 1.5.2

by Mark Brown · in Torque Game Engine · 09/20/2007 (8:34 pm) · 2 replies

If you have a .dif file in a InteriorInstance and the only texture in the .dif file is null.jpg, then the program will crash. This was not the case in TGE 1.4... The crash occurs when you turn and look in the direction of the .dif.
What a nightmare to track down in a large set of instances. Thought I would same someone a few days. The fix is to hide a tiny tiny object of some texture.jpg in the .dif. Problem solved!!

#1
09/21/2007 (4:17 pm)
Yep. That is one way to fix it =)

There is also a code fix for that posted in the Torque SDK Bugs forum here.
#2
09/26/2007 (12:27 pm)
Your bug fix is much better!
Thanks