Revised More Mod Configs
This commit is contained in:
parent
c8cabad5df
commit
d9fc7760a2
|
@ -12,7 +12,7 @@ Starting PMCS On/Off = false
|
|||
# Setting type: Double
|
||||
# Default value: 0.3
|
||||
# Acceptable value range: From 0 to 1.5
|
||||
Pmc difficulty = 0.6
|
||||
Pmc difficulty = 0.3
|
||||
|
||||
## Works with SAIN or SPT to decide the bot's 'difficulty' preset (EASY: 0, easy-MEDIUM: 0.4, easy-MEDIUM-hard: 0.6, medium-hard: 0.85, HARD-impossible: 1, etc..)
|
||||
# Setting type: Double
|
||||
|
@ -174,7 +174,7 @@ zombiesEnabled On/Off = false
|
|||
# Setting type: Double
|
||||
# Default value: 0.5
|
||||
# Acceptable value range: From 0 to 1
|
||||
ScavWaveDistribution = 0.3
|
||||
ScavWaveDistribution = 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
|
||||
|
@ -186,7 +186,7 @@ PmcWaveDistribution = 0.8
|
|||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
ScavWaveQuantity = 0.5
|
||||
ScavWaveQuantity = 1
|
||||
|
||||
## Multiplies wave counts seen in the server's mapConfig.json by this number
|
||||
# Setting type: Double
|
||||
|
|
|
@ -18,7 +18,7 @@ Show Feed = true
|
|||
## Automatically extracts after the extraction countdown. As a host, this will only work if there are no clients connected.
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Auto Extract = false
|
||||
Auto Extract = true
|
||||
|
||||
## Whether to show the extract message after dying/extracting.
|
||||
# Setting type: Boolean
|
||||
|
@ -230,7 +230,7 @@ Ping Sound = SubQuestComplete
|
|||
# Default value: All
|
||||
# Acceptable values: Kills, Item, Location, PlaceBeacon, All
|
||||
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
|
||||
Quest Types = All
|
||||
Quest Types = 0
|
||||
|
||||
## If a notification should be shown when quest progress is shared with out.
|
||||
# Setting type: Boolean
|
||||
|
@ -304,7 +304,7 @@ Use NAT Punching = false
|
|||
# Setting type: Int32
|
||||
# Default value: 15
|
||||
# Acceptable value range: From 5 to 60
|
||||
Connection Timeout = 15
|
||||
Connection Timeout = 30
|
||||
|
||||
## How often per second movement packets should be sent (lower = less bandwidth used, slight more delay during interpolation)
|
||||
## This only affects the host and will be synchronized to all clients.
|
||||
|
|
|
@ -103,7 +103,7 @@ Alignment = Right
|
|||
# Default value: false
|
||||
Cool Kids Mode = false
|
||||
|
||||
Maximum Width (1184p) = 250
|
||||
|
||||
Maximum Width (1024p) = 250
|
||||
|
||||
Maximum Width (1184p) = 250
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"enableBotSpawning": true,
|
||||
|
||||
"pmcDifficulty": 0.3,
|
||||
"pmcDifficulty": 0.6,
|
||||
"scavDifficulty": 0.3,
|
||||
|
||||
"scavWaveDistribution": 0.5,
|
||||
"scavWaveQuantity": 1,
|
||||
"scavWaveDistribution": 0.3,
|
||||
"scavWaveQuantity": 0.5,
|
||||
|
||||
"startingPmcs": false,
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+Unsorted_separator
|
||||
+Visceral Combat
|
||||
-Visceral Combat
|
||||
-SWAG + DONUTS
|
||||
-Alpha Restorations
|
||||
+Backburner_separator
|
||||
|
|
Loading…
Reference in New Issue