title: Configuration
author: cdunde

In this short tutorial I will be showing you how to quickly setup Quark to compile maps
for the Torque game engine. To create maps for Torque you must download a version of its <g>build tool</g>, the <a href="http://quark.planetquake.gamespy.com/download_tools.php3">map2dif_DEBUG.exe</a> file. There are a number of different versions available on the Internet, but I recommend using the <a href="http://quark.planetquake.gamespy.com/download_tools.php3">0.900r-beta version</a>.

<table border=0 cellspacing=0>
<tr><td valign=top align=left>
To keep things organized it is best to create a new folder in your Torque directory called "QuArK files" and place the file there. As you acquire other versions to try out you can place them in this same folder location as long as you change the file name to something that will not match any that are already there, to keep from over writing them. The name does not matter, the file will still work. Adding the version number or particular project name you use it with is the best way to help identify which one you want to use. You can change which one you want to use at any time.

<b>Part 1  Setting up QuArK to work with Torque</b>

In this section we will quickly go over how to setup Quark to work with Torque.
To start with load up Quark, you should be greeted with the 'Quark Explorer' panel.
The Quark Explorer allows you to define which game environment you wish to work in,
as well as doing many other things.

First we need to select the game we want to map for. We do this by simply going
to the 'Games' button located on the top right of the Explorer panel, once pressed it
will present you with a drop list of all the currently available games, select
Torque as shown in the screen shot to the right.

Next we need to setup Quark to work with the Torque compiler, to do so go back to the
'Games' button and press the 'Configuration' button at the bottom of the list. 

Once selected a new window will be opened called 'Configuration', making sure you have
Torque selected on the left navigation panel, (under the Games Tab) as we now need
to fill out some of the necessary game settings on the right of the Configuration panel which is shown in the next image just below.
</td>
<td>
<img valign=top align=right>torque_config1.png</img>
</td></tr>
</table>

<table border=0 cellspacing=0>
<tr><td valign=top align=left>
As you can see in the image to the right, most of the settings have already been set with a default entry.

<i><u>Torque converter</u></i>: This is a single drop down item. But you can type in any file name for other versions.

<i><u>Directory of Torque files</u></i>: If this does not match your location, use the <b>...</b> button to select your Torque folder.

<i><u>Installed Add-ons</u></i>: Use this button to register (add) your custom addon <i>.qrk</i> files, which is covered more in the <a href="intro.configuration.games.specificgames.torque.html#texture">Custom Textures</a> section below.

<i><u>Paths and files to create</u></i>: This is where QuArK will create a tmpQuArK folder, in your main Torque folder, to place your textures, map and dif files.

<i><u>Default texture (terrain texture)</u></i>: These have no settings because Torque is an engine only so you need to create your own and select them here.
Or you can download a package we have created. See <a href="intro.configuration.games.specificgames.torque.html#texture">Custom Textures</a> below.

<i><u>Game Light saturation</u></i>: Currently only for the OpenGL viewer. Larger values make darker scenes.

<i><u>No. of Decimal Places for Brushes</u></i>: Fewer errors are encountered with the map2dif converter when this is set to 8 or above.

<i><u>Run these build-programs...</u></i>: Leave checked. This shows the building of the dif file in QuArK's console.

<i><u>Default directory of build-programs</u></i>: and
<i><u>Run these build-programs...</u></i>: These can remain blank because the map2dif path is specified in the settings below.

<i><u>Output Map Format</u></i>: This MUST be set to "Valve 220" or the dif file will not be created. Only the map file will.

<i><u>1st thru 6th and 9th program</u></i>: Only the "...program-executable (path optional)" lines need to be change using the <b>...</b> button. Navigate to where you have put the map2dif file you wish to use and select it. Once the 1st program is set then the rest will open to that same folder.

After you have finished setting Quark to work with the Torque compiler, simply hit the 'Apply' button, and then press the 'OK' button to<br>
close the Configuration panel. This will put you back in the Quark Explorer.
</td>
<td>
<img valign=top align=right>torque_config2.png</img>
</td></tr>
</table>

<b>Part 2  Compiling</b>

When you are ready to compile your map and make the dif file, simply select the "Torque" main menu item and then one of the build functions from its sub-menu. Using either the "Export220Map/Build High Detail DIF" or the " "...Low Detail DIF" will cause QuArK to create the tmpQuArK folder in your main Torque directory. QuArK will also create two sub-folders as well, the maps and textures folders within the tmpQuArK folder. The maps folder will contain the map and dif files and the textures folder will contain all of the textures that are currently used in your map. Usually the textures and the dif file need to be placed in the same folder when you go to load the dif file into Torque for placement in its editor.

<table border=0 cellspacing=0 align=middle>
<tr><td valign=top align=middle>
<img border=1 valign=top align=middle>torque_config3.png</img>
</td></tr>

<tr><td><br>
However, at this point you can not compile your map or see it in QuArK's Textured 3D view, without causing an error, until you select some textures for QuArK's Texture Browser to use or create a custom .qrk addon file and register it by using the Add-ons... button shown above in the <a href="intro.configuration.games.specificgames.torque.html#config">Configuration</a> section.

At which time you should also select your "Default texture" and "Default terrain texture" items as well.

How to go about selecting textures and/or creating a custom .qrk addon texture file is covered in the <a href="intro.configuration.games.specificgames.torque.html#texture">Custom Textures</a> section below.
</td></tr>
</table>
