MPMissions

This commit is contained in:
vbawol
2013-03-28 10:57:30 -05:00
parent 9358cd000f
commit afe0a2d058
35 changed files with 2541 additions and 410 deletions

View File

@@ -18,14 +18,14 @@ enableRadio false;
// Epoch config
spawnShoremode = 1; // Default = 1 (on shore)
spawnArea = 1500; // Default = 1500
MaxHeliCrashes= 5; // Default = 5
MaxVehicleLimit = 300; // Default = 50
MaxDynamicDebris = 500; // Default = 100
spawnArea = 2500; // Default = 1500
MaxVehicleLimit = 400; // Default = 50
MaxDynamicDebris = 700; // Default = 100
dayz_MapArea = 20000; // Default = 10000
dayz_maxLocalZombies = 40; // Default = 40
DZEdebug = true;
// DZEdebug = true;
//Load in compiled functions
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)