Game Development Community

Zip files

by Howard Dortch · in Torque Game Engine · 11/14/2005 (7:53 am) · 3 replies

Trying to get the engine to read zip files for interior textures. Whats the trick?

#1
11/14/2005 (7:56 am)
Well from what i understand, torque treats zip files as folders. unless i'm mistaken, you have to have your DIFs and Textures for it, in the same directory as well. Try putting the dif and the textures in a zip and see how that goes.
#2
11/14/2005 (8:26 am)
Like Ramen said, it works like directories. There are numerous posts and threads about this from the past, how you make it work.
#3
11/14/2005 (8:46 am)
Thanks for the reply, didn't find much using a search on this.
So what yer saying is to have game/data/interiors.zip instead of game/data/interiors/files ?