mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +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"];
|
||||
cutText ["","BLACK OUT"];
|
||||
@@ -28,6 +29,9 @@ dayz_maxLocalZombies = 80; // Default = 40
|
||||
dayz_maxGlobalZombies = 60; // Default = 30
|
||||
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
|
||||
dayz_paraSpawn = false;
|
||||
spawnMarkerCount = 10; // Default: 4
|
||||
|
||||
Reference in New Issue
Block a user