Game Development Community

Beta2 : object name same as imagemap name

by Alex Rice · in Torque Game Builder · 04/16/2006 (8:41 pm) · 3 replies

If a sprite's object name same identical to it's imagemap name, then T2D errors out saying the imagemap is invalid, the next time the level is loaded.

#1
04/17/2006 (10:02 am)
That's because image maps are objects just as sprites. so if you give your object the same name as the image map, it will overwrite the image map's entry in the name-object-lookup table.
#2
04/17/2006 (10:09 am)
The future incarnation of the Image Builder should prevent you from naming something the same as an already existing object
#3
04/17/2006 (10:15 am)
Guys - ah I see, it makes sense now. thanks