      the Map CVAR Files for Navy Fortress
      ------------------[by Democritus]---

This file should help you to get to know how the NF CVAR files work.

A CVAR is a Variable that is set to actvate/Deactivate certain functions of the
Game or to define different attributes.
For a list of possible CVARS (any console variables) take a look into the 
Commands section of the Manual.

Then write all the CVARS you want to be set when your map get started down. Your
file has to match the folowing cirtreia.

You should name this file like your map (i.e: q2dm1.cfg or q2dm8.cfg) and put it 
into your fortress/maps/ directory, you can set cvars within this file like 
maxclients, deathmatch, ctf, ctb, hunted.

---- PASTE EXAMPLE CVAR FILE ----

[MapCvar]
ctf 0
deathmatch 1
maxclients 24
sv_ptv_time 5

# ^ means the VIPs TEAM will gain one point for him staying alive for 5 mins

[FogInfos]
density 0.002
type 2
red 0.5
green 0.5
blue 0.4
begin 200
end 750

# These are NO CVARS. They are to define the fog. 
# density 0.002 is good, but you should test it...
# well these are pretty self explonary

---- PASTE EXAMPLE CVAR FILE ----