Game Development Community

QuRak Related Question DIF and Map File

by Donny Wilbanks · in Torque Game Engine · 03/29/2004 (9:39 pm) · 2 replies

I have a quick questiom:

I just finished up my first structure. QuRak creates 2 files one is the .DIF and the other is .Map file. Do I need the map file also?

#1
03/29/2004 (10:13 pm)
Hi Donny,

you only need the .dif file and the textures.

You get the .map file because QuArK can't export .difs directly.

So you have to copy the .dif and the textures to your TGE Interior folder.
The structure have to be like this:

\interiors\myBuild\maps\myBuild.dif
and
\interiors\myBuild\myBuildTextures.jpg

If you release your game or builds don't give the map files away, because with this map files everyone can change your builds
#2
03/29/2004 (10:15 pm)
Thanks for the notes. Thats what I was wondering!