Archived
Updated MOAR & Tweaked Config
This commit is contained in:
@@ -1,8 +1,23 @@
|
||||
## Settings file was created by plugin MOAR v2.5.6
|
||||
## Settings file was created by plugin MOAR v2.6.7
|
||||
## Plugin GUID: MOAR.settings
|
||||
|
||||
[1. Main Settings]
|
||||
|
||||
## All Bots/Players (excluding bosses) can spawn anywhere (overrides PMC/Player openzone options)
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
PMC/Scav/Player OpenZones On/Off = false
|
||||
|
||||
## Adds a large number of zones (including all scav zones) to pmc bots spawn pool
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
PMC OpenZones On/Off = true
|
||||
|
||||
## Adds a large number of zones to the Player's (you) spawn pool
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Player OpenZones On/Off = false
|
||||
|
||||
## Causes all PMCs to spawn in the first few minutes of the game (performance intensive)
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
@@ -16,9 +31,9 @@ Pmc difficulty = 0.6
|
||||
|
||||
## 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
|
||||
# Default value: 0.3
|
||||
# Default value: 0.4
|
||||
# Acceptable value range: From 0 to 1.5
|
||||
Scav difficulty = 0.3
|
||||
Scav difficulty = 0.4
|
||||
|
||||
## Preset to be used, random pulls a random weighted preset from the PresetWeights.json every time a raid ends
|
||||
# Setting type: String
|
||||
@@ -36,12 +51,6 @@ Preset Announce On/Off = true
|
||||
# Default value:
|
||||
FIKA DETECTED: ALWAYS PRESS THIS FIRST BEFORE MAKING CHANGES!! =
|
||||
|
||||
PMC/Scav/Player OpenZones On/Off = false
|
||||
|
||||
PMC OpenZones On/Off = true
|
||||
|
||||
Player OpenZones On/Off = true
|
||||
|
||||
[2. Custom game Settings]
|
||||
|
||||
## Pushes settings to server
|
||||
@@ -63,7 +72,7 @@ gradualBossInvasion On/Off = true
|
||||
# Setting type: Int32
|
||||
# Default value: 5
|
||||
# Acceptable value range: From 0 to 100
|
||||
bossInvasionSpawnChance = 5
|
||||
bossInvasionSpawnChance = 0
|
||||
|
||||
## Allows the main bosses (not knight,rogues,raiders) to invade other maps with a reduced retinue, by default they will spawn in native boss locations
|
||||
# Setting type: Boolean
|
||||
@@ -123,23 +132,23 @@ scavMaxGroupSize = 4
|
||||
# Setting type: Int32
|
||||
# Default value: 4
|
||||
# Acceptable value range: From 0 to 10
|
||||
pmcMaxGroupSize = 4
|
||||
pmcMaxGroupSize = 5
|
||||
|
||||
## Increases chances of pmc groups spawning, doesn't dramatically increase quantity.
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
morePmcGroups On/Off = false
|
||||
morePmcGroups On/Off = true
|
||||
|
||||
## Increases chances of scav groups spawning, doesn't dramatically increase quantity.
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
moreScavGroups On/Off = false
|
||||
moreScavGroups On/Off = true
|
||||
|
||||
## Max bots permitted in any particular spawn zone, recommend not to touch this.
|
||||
# Setting type: Int32
|
||||
# Default value: 7
|
||||
# Default value: 5
|
||||
# Acceptable value range: From 0 to 15
|
||||
MaxBotPerZone = 7
|
||||
MaxBotPerZone = 5
|
||||
|
||||
## Max bots alive at one time
|
||||
# Setting type: Int32
|
||||
@@ -157,34 +166,34 @@ ZombieHealth = 1
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
ZombieWaveQuantity = 1
|
||||
ZombieWaveQuantity = 1.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
|
||||
# Default value: 0.3
|
||||
# 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
|
||||
# Default value: 0.8
|
||||
# Default value: 0.7
|
||||
# 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
|
||||
# Setting type: Double
|
||||
# Default value: 0.5
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
ScavWaveQuantity = 1
|
||||
|
||||
@@ -192,7 +201,7 @@ ScavWaveQuantity = 1
|
||||
# Setting type: Double
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0 to 10
|
||||
PmcWaveQuantity = 1.2
|
||||
PmcWaveQuantity = 1.5
|
||||
|
||||
[3.Debug]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user