//****************************************************************************** // A DeekCiti Environments Production of 2011 // Special Thanks to Mods Online for support and all Beta Testers. //****************************************************************************** //****************************************************************************** // SERVER MAP DVAR LIST // // mp_cypress_swamp //****************************************************************************** //****************************************************************************** Server Dvars: //****************************************************************************** // (To turn on or off the flares, use the following DVAR) // 0 = off // 1 = on (Default = 1) set swamp_flares "1" // (To turn on or off the thick fog, use the following DVAR) // 0 = off // 1 = on (Default = 1) set thick_fog "0" //****************************************************************************** // NOTE: There is Global Fog in the air throughout the map, this is not the thick_fog. // The thick fog begins after 300 seconds of map start and is constant there after. // This was added so the map doesn't turn into a snipe fest. //******************************************************************************