S  W  A  T   3   M  O  D    H  Q    
DATA FILE INFORMATION - CLOSE WINDOW WHEN FINISHED

Config.dat

Function

To provide miscellaneous game configuration information. Included in this file are numbers relating to AI timing issues, difficulty settings, delay effects, and other useful global game information.

Format

This file is a table of values; the name of the value is given on the left, and the actual value is given on the right. To the right of the value may be comments preceeded by two slashes "//". Comments may also be above the data line. An actual line from config.dat follows as an example:

MaxFollowRange     324     // How far an officer can get from the leader when following (in inches)

The name, the value. Everything in this file works this way. Many of the values with maximum and minimum bounds have those bounds listed in a comment nearby, so be on the lookout.