mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
mission file updates to add new event scheduler +
additional credits added for jetski's
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 500; // Default = 100
|
|||||||
dayz_MapArea = 12000; // Default = 10000
|
dayz_MapArea = 12000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
startLoadingScreen ["","DayZ_loadingScreen"];
|
startLoadingScreen ["","DayZ_loadingScreen"];
|
||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
enableSaving [false, false];
|
enableSaving [false, false];
|
||||||
|
|
||||||
@@ -19,6 +20,9 @@ MaxDynamicDebris = 100; // Default = 100
|
|||||||
dayz_MapArea = 8000; // Default = 10000
|
dayz_MapArea = 8000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -26,6 +27,7 @@ dayz_MapArea = 14000; // Default = 10000
|
|||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 400; // Default = 100
|
|||||||
dayz_MapArea = 9000; // Default = 10000
|
dayz_MapArea = 9000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 700; // Default = 100
|
|||||||
dayz_MapArea = 20000; // Default = 10000
|
dayz_MapArea = 20000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
// new stuff
|
// new stuff
|
||||||
spawnMarkerCount = 10; // Default: 4
|
spawnMarkerCount = 10; // Default: 4
|
||||||
dayz_tameDogs = true;
|
dayz_tameDogs = true;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -28,6 +29,9 @@ dayz_maxLocalZombies = 80; // Default = 40
|
|||||||
dayz_maxGlobalZombies = 60; // Default = 30
|
dayz_maxGlobalZombies = 60; // Default = 30
|
||||||
dayz_maxZeds = 1000; // Default = 500
|
dayz_maxZeds = 1000; // Default = 500
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
// new stuff
|
// new stuff
|
||||||
dayz_paraSpawn = false;
|
dayz_paraSpawn = false;
|
||||||
spawnMarkerCount = 10; // Default: 4
|
spawnMarkerCount = 10; // Default: 4
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -32,6 +33,9 @@ dayz_tameDogs = true;
|
|||||||
DynamicVehicleDamageLow = 0; // Default: 0
|
DynamicVehicleDamageLow = 0; // Default: 0
|
||||||
DynamicVehicleDamageHigh = 100; // Default: 100
|
DynamicVehicleDamageHigh = 100; // Default: 100
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
// DZEdebug = true;
|
// DZEdebug = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 350; // Default = 100
|
|||||||
dayz_MapArea = 12000; // Default = 10000
|
dayz_MapArea = 12000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 150; // Default = 100
|
|||||||
dayz_MapArea = 4000; // Default = 10000
|
dayz_MapArea = 4000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 50; // Default = 100
|
|||||||
dayz_MapArea = 2000; // Default = 10000
|
dayz_MapArea = 2000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 300; // Default = 100
|
|||||||
dayz_MapArea = 8000; // Default = 10000
|
dayz_MapArea = 8000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 30; // Default = 40
|
dayz_maxLocalZombies = 30; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
startLoadingScreen ["","DayZ_loadingScreen"];
|
startLoadingScreen ["","DayZ_loadingScreen"];
|
||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
enableSaving [false, false];
|
enableSaving [false, false];
|
||||||
|
|
||||||
@@ -19,6 +20,9 @@ MaxDynamicDebris = 50; // Default = 100
|
|||||||
dayz_MapArea = 4000; // Default = 10000
|
dayz_MapArea = 4000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 500; // Default = 100
|
|||||||
dayz_MapArea = 12000; // Default = 10000
|
dayz_MapArea = 12000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,6 +26,9 @@ MaxDynamicDebris = 500; // Default = 100
|
|||||||
dayz_MapArea = 12000; // Default = 10000
|
dayz_MapArea = 12000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
@@ -25,7 +26,8 @@ MaxDynamicDebris = 100; // Default = 100
|
|||||||
dayz_MapArea = 4000; // Default = 10000
|
dayz_MapArea = 4000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
DZEdebug = true;
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
//Load in compiled functions
|
//Load in compiled functions
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
startLoadingScreen ["","DayZ_loadingScreen"];
|
startLoadingScreen ["","DayZ_loadingScreen"];
|
||||||
/*
|
/*
|
||||||
INITILIZATION
|
For DayZ Epoch
|
||||||
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
enableSaving [false, false];
|
enableSaving [false, false];
|
||||||
|
|
||||||
@@ -20,6 +21,9 @@ MaxDynamicDebris = 100; // Default = 100
|
|||||||
dayz_MapArea = 8000; // Default = 10000
|
dayz_MapArea = 8000; // Default = 10000
|
||||||
dayz_maxLocalZombies = 40; // Default = 40
|
dayz_maxLocalZombies = 40; // Default = 40
|
||||||
|
|
||||||
|
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"]];
|
||||||
|
dayz_fullMoonNights = true;
|
||||||
|
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
|
||||||
progressLoadingScreen 0.1;
|
progressLoadingScreen 0.1;
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
For DayZ Epoch
|
For DayZ Epoch
|
||||||
// Addons Credits:
|
Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz
|
||||||
*/
|
*/
|
||||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||||
cutText ["","BLACK OUT"];
|
cutText ["","BLACK OUT"];
|
||||||
|
|||||||
Reference in New Issue
Block a user