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
|
# Setting type: Double
|
||||||
# Default value: 1
|
# Default value: 1
|
||||||
# Acceptable value range: From 0 to 3
|
# 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
|
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||||
# Setting type: Double
|
# Setting type: Double
|
||||||
# Default value: 1
|
# Default value: 1
|
||||||
# Acceptable value range: From 0 to 10
|
# 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
|
## 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
|
# Setting type: Double
|
||||||
# Default value: 0.5
|
# Default value: 0.5
|
||||||
# Acceptable value range: From 0 to 1
|
# Acceptable value range: From 0 to 1
|
||||||
ZombieWaveDistribution = 0.5
|
ZombieWaveDistribution = 0.2
|
||||||
|
|
||||||
## Enables zombies to spawn
|
## Enables zombies to spawn
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
# Default value: false
|
# 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
|
## 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
|
# Setting type: Double
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"scavDifficulty": 0.4,
|
"scavDifficulty": 0.4,
|
||||||
|
|
||||||
"scavWaveDistribution": 0.5,
|
"scavWaveDistribution": 0.5,
|
||||||
"scavWaveQuantity": 1,
|
"scavWaveQuantity": 1.5,
|
||||||
|
|
||||||
"startingPmcs": false,
|
"startingPmcs": false,
|
||||||
|
|
||||||
|
@ -13,20 +13,20 @@
|
||||||
"pmcOpenZones": true,
|
"pmcOpenZones": true,
|
||||||
"allOpenZones": false,
|
"allOpenZones": false,
|
||||||
|
|
||||||
"pmcWaveDistribution": 0.7,
|
"pmcWaveDistribution": 0.8,
|
||||||
"pmcWaveQuantity": 1,
|
"pmcWaveQuantity": 1.5,
|
||||||
|
|
||||||
"zombiesEnabled": false,
|
"zombiesEnabled": true,
|
||||||
"zombieWaveDistribution": 0.5,
|
"zombieWaveDistribution": 0.2,
|
||||||
"zombieWaveQuantity": 1,
|
"zombieWaveQuantity": 1,
|
||||||
"zombieHealth": 1,
|
"zombieHealth": 0.5,
|
||||||
|
|
||||||
"maxBotCap": 25,
|
"maxBotCap": 25,
|
||||||
"maxBotPerZone": 5,
|
"maxBotPerZone": 5,
|
||||||
|
|
||||||
"moreScavGroups": false,
|
"moreScavGroups": false,
|
||||||
"morePmcGroups": false,
|
"morePmcGroups": false,
|
||||||
"pmcMaxGroupSize": 4,
|
"pmcMaxGroupSize": 5,
|
||||||
"scavMaxGroupSize": 4,
|
"scavMaxGroupSize": 4,
|
||||||
|
|
||||||
"snipersHaveFriends": false,
|
"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
|
-Unsorted_separator
|
||||||
-Version 1.28.6_separator
|
-Version 1.30.2_separator
|
||||||
-SWAG + DONUTS
|
-SWAG + DONUTS
|
||||||
-Visceral Combat
|
-Visceral Combat
|
||||||
-Backburner_separator
|
-Backburner_separator
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+Unsorted_separator
|
+Unsorted_separator
|
||||||
-Version 1.28.6_separator
|
-Version 1.30.2_separator
|
||||||
-SWAG + DONUTS
|
-SWAG + DONUTS
|
||||||
-Visceral Combat
|
-Visceral Combat
|
||||||
+Backburner_separator
|
+Backburner_separator
|
||||||
|
|
Loading…
Reference in New Issue