Game Development Community

Certain image name combos cause mission load to hang

by Matt Jones - · in Torque Game Engine · 12/21/2003 (11:41 am) · 2 replies

I had two images I was using:

fps\data\shapes\particles\white-flare.png

and

fps\data\shapes\particles\white-flare2.png

When I started up my mission it got to 'Loading Objects' and then hung.

When I renamed white-flare2.png to myFlare.png it loaded my mission without any issues.

#1
12/21/2003 (1:36 pm)
My guess is that it doesn't like the hyphen. Use _ underscore instead.
#2
12/21/2003 (7:58 pm)
Do you know where it is hanging?