Updated Mod Configs
- Tweaked MOAR Custom & Default Settings - Added Interactable Exfils API Config
This commit is contained in:
parent
7fee303436
commit
437ad4203d
|
@ -160,24 +160,24 @@ MaxBotCap = 25
|
|||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 3
|
||||
ZombieHealth = 1
|
||||
ZombieHealth = 0.5
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
ZombieWaveQuantity = 1
|
||||
ZombieWaveQuantity = 0.5
|
||||
|
||||
## Determines the weighting of spawns at the beginning (1) spread evenly throughout (0.5) or at the end(0) of the raid
|
||||
# Setting type: Double
|
||||
# Default value: 0.5
|
||||
# Acceptable value range: From 0 to 1
|
||||
ZombieWaveDistribution = 0.5
|
||||
ZombieWaveDistribution = 0.2
|
||||
|
||||
## Enables zombies to spawn
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
zombiesEnabled On/Off = false
|
||||
zombiesEnabled On/Off = true
|
||||
|
||||
## Determines the weighting of spawns at the beginning (1) spread evenly throughout (0.5) or at the end(0) of the raid
|
||||
# Setting type: Double
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"scavDifficulty": 0.4,
|
||||
|
||||
"scavWaveDistribution": 0.5,
|
||||
"scavWaveQuantity": 1,
|
||||
"scavWaveQuantity": 1.5,
|
||||
|
||||
"startingPmcs": false,
|
||||
|
||||
|
@ -13,20 +13,20 @@
|
|||
"pmcOpenZones": true,
|
||||
"allOpenZones": false,
|
||||
|
||||
"pmcWaveDistribution": 0.7,
|
||||
"pmcWaveQuantity": 1,
|
||||
"pmcWaveDistribution": 0.8,
|
||||
"pmcWaveQuantity": 1.5,
|
||||
|
||||
"zombiesEnabled": false,
|
||||
"zombieWaveDistribution": 0.5,
|
||||
"zombiesEnabled": true,
|
||||
"zombieWaveDistribution": 0.2,
|
||||
"zombieWaveQuantity": 1,
|
||||
"zombieHealth": 1,
|
||||
"zombieHealth": 0.5,
|
||||
|
||||
"maxBotCap": 25,
|
||||
"maxBotPerZone": 5,
|
||||
|
||||
"moreScavGroups": false,
|
||||
"morePmcGroups": false,
|
||||
"pmcMaxGroupSize": 4,
|
||||
"pmcMaxGroupSize": 5,
|
||||
"scavMaxGroupSize": 4,
|
||||
|
||||
"snipersHaveFriends": false,
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
## Settings file was created by plugin InteractableExfilsAPI v1.5.1
|
||||
## Plugin GUID: Jehree.InteractableExfilsAPI
|
||||
|
||||
[1: Settings]
|
||||
|
||||
## Extract Timer Starts Automatically
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Auto-Extract = false
|
||||
|
||||
## Unavailable Extracts Display as Unavailable
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Show unavailable extracts = false
|
||||
|
||||
[2: Debug]
|
||||
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Enable Debug Actions = false
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
# This file was automatically generated by Mod Organizer.
|
||||
-Unsorted_separator
|
||||
-Version 1.28.6_separator
|
||||
-Version 1.30.2_separator
|
||||
-SWAG + DONUTS
|
||||
-Visceral Combat
|
||||
-Backburner_separator
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+Unsorted_separator
|
||||
-Version 1.28.6_separator
|
||||
-Version 1.30.2_separator
|
||||
-SWAG + DONUTS
|
||||
-Visceral Combat
|
||||
+Backburner_separator
|
||||
|
|
Loading…
Reference in New Issue