Sahrani bikey and instance change

This commit is contained in:
vbawol
2013-06-30 14:09:49 -05:00
parent 50e43e4d92
commit d1ce52f330
2 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@@ -6,7 +6,7 @@ cutText ["","BLACK OUT"];
enableSaving [false, false];
//REALLY IMPORTANT VALUES
dayZ_instance = 11; //The instance
dayZ_instance = 18; //The instance
dayzHiveRequest = [];
initialized = false;
dayz_previousID = 0;
@@ -21,11 +21,10 @@ spawnShoremode = 1; // Default = 1 (on shore)
spawnArea= 1500; // Default = 1500
MaxHeliCrashes= 5; // Default = 5
MaxVehicleLimit = 300; // Default = 50
MaxDynamicDebris = 500; // Default = 100
dayz_MapArea = 14000; // Default = 10000
MaxDynamicDebris = 350; // Default = 100
dayz_MapArea = 12000; // Default = 10000
dayz_maxLocalZombies = 40; // Default = 40
//Load in compiled functions
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
progressLoadingScreen 0.1;