Game Development Community

.dif lacks textures

by Jeremy Alessi · in Torque Game Engine · 04/21/2005 (10:25 pm) · 3 replies

I'm using the Gamespace/Torque bundle and its .map exporter then I'm using the map2dif GUI tool resource to get my .dif's into Torque. The problem is that no matter what my .difs have no textures. I've modified the .map file to include no path with the texture name (just the name of the texture) and I have the textures in the same folder as the .dif's but they only come up white (no textures) in the engine. Anyone with some experience using these tools, please throw me a bone here.

#1
04/22/2005 (7:47 am)
Never used Gamespace, but are youe texture sizes powers of 2?
#2
04/22/2005 (3:50 pm)
Ah! That could be the problem!
#3
04/22/2005 (3:54 pm)
Yes, that was the problem! Thanks!