Updated MOAR Settings

This commit is contained in:
Rage 2025-01-16 02:06:59 -05:00
parent 4ccd8753d1
commit a84001c8bf
1 changed files with 12 additions and 12 deletions

View File

@ -130,9 +130,9 @@ scavMaxGroupSize = 4
## Max pmc group size ## Max pmc group size
# Setting type: Int32 # Setting type: Int32
# Default value: 5 # Default value: 4
# Acceptable value range: From 0 to 10 # Acceptable value range: From 0 to 10
pmcMaxGroupSize = 5 pmcMaxGroupSize = 4
## Increases chances of pmc groups spawning, doesn't dramatically increase quantity. ## Increases chances of pmc groups spawning, doesn't dramatically increase quantity.
# Setting type: Boolean # Setting type: Boolean
@ -158,9 +158,9 @@ MaxBotCap = 25
## This controls the health of zombies ## This controls the health of zombies
# Setting type: Double # Setting type: Double
# Default value: 0.5 # Default value: 1
# Acceptable value range: From 0 to 3 # Acceptable value range: From 0 to 3
ZombieHealth = 0.5 ZombieHealth = 1
## 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
@ -170,14 +170,14 @@ ZombieWaveQuantity = 1
## 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.2 # Default value: 0.5
# Acceptable value range: From 0 to 1 # Acceptable value range: From 0 to 1
ZombieWaveDistribution = 0.2 ZombieWaveDistribution = 0.5
## Enables zombies to spawn ## Enables zombies to spawn
# Setting type: Boolean # Setting type: Boolean
# Default value: true # Default value: false
zombiesEnabled On/Off = true zombiesEnabled On/Off = false
## 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
@ -187,21 +187,21 @@ 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 ## 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.8 # Default value: 0.7
# Acceptable value range: From 0 to 1 # Acceptable value range: From 0 to 1
PmcWaveDistribution = 0.8 PmcWaveDistribution = 0.7
## 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
ScavWaveQuantity = 0.5 ScavWaveQuantity = 1
## 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
PmcWaveQuantity = 0.5 PmcWaveQuantity = 1
[3.Debug] [3.Debug]