2016-12-29 18:18:09 +00:00
serverRestart = " false " ; // true sends #shutdown command to server after the time specified in ForceRestartTime
2015-05-07 18:43:36 +00:00
forceRestartTime = 14400 ; // 4 hour restarts
StorageSlotsLimit = 1500 ; // Max storage slots allowed. Warning! Higher the number lower performance.
BuildingSlotsLimit = 1500 ; // Max building slots allowed. Warning! Higher the number lower performance.
// Time based
2016-01-26 17:45:46 +00:00
StaticDateTime [ ] = { } ; // {0,0,0,8,0} would forces the server to start at 8am each time it is started while allowing the year, month and day to stay real time. Any values left at 0 will result in no change.
2015-05-07 18:43:36 +00:00
timeDifference = 0 ; // Server uses real time this will allow you to offset just the hour.
timeMultiplier = 4 ; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems.
lootMultiplier = 0.5 ; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container.
// Events
2015-07-28 17:44:08 +00:00
WeatherStaticForecast [ ] = { } ; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; {19,1,{1,1,40},1,{5,5}}; // Cold Foggy Rainy Overcast Windy; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>}
2015-05-07 18:43:36 +00:00
events [ ] = {
2017-10-24 16:49:00 +00:00
{ 3600 , " CarnivalSpawner " , 0 , 1 , - 1 , { } , { " VR " } } , // SECOND <scalar>, EVENT <string>, INIT <scalar> 1 = run script at startup or 0 normal delay, PREPOSTFIX <scalar> 1 = use pre/postfix path (inside epoch settings pbo) 0 = use full file path, RUNNUMTIMES <scalar> -1 infinite, execVM payload <array>, disallowed worlds <array>
2017-03-04 16:57:14 +00:00
// { 1800, "PaydayEvent", 0, 1},
// { 1200, "MessageServer", 0, 1},
2017-09-17 17:45:25 +00:00
{ 2700 , " AirDrop " , 0 , 1 , - 1 , { } , { " VR " } } ,
{ 2400 , " EarthQuake " , 0 , 1 , - 1 , { } , { " VR " } } ,
{ 2700 , " Satellite " , 0 , 1 , - 1 , { } , { " VR " } } ,
{ 900 , " ChangeWeather " , 1 , 1 , - 1 , { } , { " VR " } } ,
{ 1200 , " ContainerSpawner " , 0 , 1 , - 1 , { } , { " VR " } } ,
2017-10-03 15:25:59 +00:00
{ 1440 , " GardenManager " , 0 , 1 , - 1 , { } , { " VR " } } ,
2017-09-17 17:45:25 +00:00
{ 300 , " PlantSpawner " , 0 , 1 , - 1 , { } , { " VR " } } //No comma on last Entry
2015-05-07 18:43:36 +00:00
} ;
// Antagonists
antagonistChancePDeath = 0.33 ; //33% chance when player was killed from a other player (selfkill doesn't count)
// Player Related
2017-02-10 20:28:00 +00:00
cloneCost = 100 ; // debt incurred on player death
2017-03-04 06:21:59 +00:00
MaxBankDebitforTrade = - 50000 ; // If Player has less money on Bank, Crypto from Trade goes directly to Bank instead to Player
2017-08-15 19:19:03 +00:00
// Default Loadout
2017-05-12 13:57:36 +00:00
defaultUniformFemale = " U_Test_uniform " ;
defaultVestFemale = " V_F41_EPOCH " ;
defaultUniformMale = " U_Test1_uniform " ;
defaultVestMale = " V_41_EPOCH " ;
defaultGoggles = " " ;
defaultHeadgear = " " ;
defaultBackpack = " " ;
2017-08-15 19:19:03 +00:00
defaultprimaryWeapon [ ] = { } ; // {"arifle_MX_pointer_F","","acc_pointer_IR","",{"30Rnd_65x39_caseless_mag",29},{},""};
defaultsecondaryWeapon [ ] = { } ; // {"launch_NLAW_F","","","",{"NLAW_F",1},{},""};
defaulthandgunWeapon [ ] = { } ; // {"hgun_P07_F","","","",{"16Rnd_9x21_Mag",16},{},""};
2017-10-06 17:07:28 +00:00
defaultuniformItems [ ] = { } ; // {{"FAK",1},{"30Rnd_65x39_caseless_mag",2,30},{"Chemlight_green",1,1}};
2017-08-15 19:19:03 +00:00
defaultvestItems [ ] = { } ; // {{"30Rnd_65x39_caseless_mag",3,30},{"16Rnd_9x21_Mag",2,16},{"SmokeShell",1,1},{"SmokeShellGreen",1,1},{"SmokeShellBlue",1,1},{"SmokeShellOrange",1,1},{"Chemlight_green",1,1}};
2017-10-06 17:07:28 +00:00
defaultbackpackItems [ ] = { } ; // {{"Medikit",1},{"FAK",10},{{"hgun_P07_F","","","",{"16Rnd_9x21_Mag",16},{},""},1}};
2017-08-15 19:19:03 +00:00
defaultassignedItems [ ] = { } ; // {"Rangefinder","","","",{},{},""}
2017-10-24 15:50:08 +00:00
defaultlinkedItems [ ] = {
" ItemMap " , // "ItemMap"
" " , // "ItemGPS" or "ItemGeigerCounter_EPOCH",
" EpochRadio0 " , // "EpochRadio0" through "EpochRadio9"
" " , // "ItemCompass"
" " , // "ItemWatch"
" " // "NVG_EPOCH" or "radiation_mask_epoch"
} ;
2015-05-07 18:43:36 +00:00
// vehicles - Max vehicle slots is calculated from per vehicle limits below. Warning! Higher the number lower the performance.
2017-06-19 22:38:14 +00:00
disableAutoRefuel = " true " ; // Removes auto refuel from all buildings at server startup.
2016-12-29 18:18:09 +00:00
simulationHandlerOld = " false " ; // When enabled this feature disables simulation on vehicles that are not nea players. Can help improve client fps at the cost of server fps.
2015-05-07 18:43:36 +00:00
vehicleLockTime = 1800 ; // Controls how many seconds it takes to allow another person/group to unlock vehicle.
2017-11-05 01:47:11 +00:00
VehLockMessages = " true " ; // Give players a hint, that the Vehicle is locked / unlocked
2016-08-31 15:36:57 +00:00
removevehweapons [ ] = { // remove these Weapons from spawned Vehicles
" missiles_DAR " , " gatling_30mm " , " gatling_20mm " , " missiles_DAGR " , " cannon_30mm_Plane_CAS_02_F " , " Missile_AA_03_Plane_CAS_02_F " , " Missile_AGM_01_Plane_CAS_02_F " , " Rocket_03_HE_Plane_CAS_02_F " ,
" Rocket_03_AP_Plane_CAS_02_F " , " Bomb_03_Plane_CAS_02_F " , " Bomb_04_Plane_CAS_01_F " , " Rocket_04_AP_Plane_CAS_01_F " , " Rocket_04_HE_Plane_CAS_01_F " , " Missile_AGM_02_Plane_CAS_01_F " , " Missile_AA_04_Plane_CAS_01_F " ,
" Gatling_30mm_Plane_CAS_01_F " , " GBU12BombLauncher_Plane_Fighter_03_F " , " missiles_ASRAAM " , " missiles_SCALPEL " , " Twin_Cannon_20mm " , " missiles_Zephyr " , " rockets_skyfire " , " gatling_30mm_vtol_02 "
} ;
removevehmagazinesturret [ ] = { // Remove these Magazines from the given Turret from spawned Vehicles
{ " 24Rnd_missiles " , { - 1 } } ,
{ " 200Rnd_40mm_G_belt " , { 0 } }
} ;
2017-10-22 14:05:57 +00:00
disableVehicleTIE = " true " ;
2015-05-07 18:43:36 +00:00
2016-12-11 15:20:39 +00:00
// BaseBuilding
2016-12-29 18:18:09 +00:00
UseIndestructible = " false " ; // Enable / Disable Indestructible BaseObjects
2016-12-11 15:20:39 +00:00
IndestructibleBaseObjects [ ] = { // Can be Names or Classes
" Constructions_static_F " ,
" Buildable_Storage " ,
" PlotPole_EPOCH " ,
" LockBox_EPOCH " ,
" Safe_EPOCH "
} ;
ExceptedBaseObjects [ ] = { // Not Indestructible, also if in a Class of IndestructibleBaseObjects
" CinderWallGarage_EPOCH " ,
" WoodLargeWallDoorL_EPOCH " ,
" WoodLargeWallDoor_EPOCH " ,
" WoodWall4_EPOCH "
} ;
2015-05-07 18:43:36 +00:00
// Traders
taxRate = 0.1 ; // controls the price increase for purchases
starterTraderItems [ ] = { { " ItemSodaBurst " , " meatballs_epoch " , " MortarBucket " , " CinderBlocks " , " VehicleRepair " , " CircuitParts " , " ItemCorrugated " , " PartPlankPack " , " ItemRock " , " ItemRope " , " ItemStick " } , { 5 , 5 , 5 , 5 , 5 , 5 , 5 , 5 , 5 , 5 , 5 } } ; // Starter Items for fresh spawned trader first array is classnames second is quantity.
2017-07-27 15:09:42 +00:00
NPCSlotsLimit = 30 ; // Max number of traders static or dynamic. Warning! Higher the number lower performance.
2016-12-29 18:18:09 +00:00
forceStaticTraders = " true " ; // disables traders moving from work to home
2015-05-07 18:43:36 +00:00
2017-04-05 16:10:28 +00:00
forcedVehicleSpawnTable = " " ; // leave blank for default. Options: "allowedVehiclesList","allowedVehiclesList_CUP","allowedVehiclesList_MAD","allowedVehiclesList_MADCUP"
forcedLootSpawnTable = " " ; // leave blank for default. Options: "CfgLootTable","CfgLootTable_CUP","CfgLootTable_MAD","CfgLootTable_MADCUP"
2015-05-07 18:43:36 +00:00
// Markers
2016-12-29 18:18:09 +00:00
showEarthQuakes = " true " ; // show mineral viens caused by earthquakes
2017-08-30 22:06:18 +00:00
showSatellites = " true " ; // show crashed Satellites
2016-12-29 18:18:09 +00:00
showShippingContainers = " true " ; // Show location of events based loots (plants, shipping container, Carnival)
SHOW_TRADERS = " true " ; // Show locations of traders
SHOW_JAMMERS = " false " ; // Shows location of base jammers
SHOW_BOATLOOT = " true " ; // Shows the location of shipwreck loot
DEBUG_VEH = " false " ; // DEBUG ONLY used to debug spawing of vehicles
2015-05-07 18:43:36 +00:00
// Hive Related
expiresBuilding = " 604800 " ; // expiration date in seconds for buildings
expiresPlayer = " 2592000 " ; // expiration date in seconds for players
expiresBank = " 7776000 " ; // expiration date in seconds for players bank
expiresVehicle = " 604800 " ; // expiration date in seconds for vehicles
expiresAIdata = " 604800 " ; // expiration date in seconds for NPC Trader inventory
2017-08-18 18:12:23 +00:00
expiresCommunityStats = " 7776000 " ; // expiration date in seconds for players community stats
2015-05-07 18:43:36 +00:00
// Admin Features
2016-12-29 18:18:09 +00:00
hiveAdminCmdExec = " false " ; // true = enables extra (To Be Released) feature to allow execution of code via hive.
hiveAdminSavePlayerList = " true " ; // true = enables saving of playerUID array to hive value PLAYERS:#InstanceID.
2015-07-28 17:44:08 +00:00
hiveAdminCmdTime = 5 ; // how many seconds between each command queue call.
2016-07-08 22:34:13 +00:00
// DEBUG
2016-12-29 18:18:09 +00:00
useOldLoadVehicles = " false " ;
2017-04-04 22:36:09 +00:00
enableUnitTestOnStart = 1 ; // enable extra debug for database calls. 1 = enabled.