Compare commits

...

3 commits

Author SHA1 Message Date
2c933fd1f0 MOAR ai tweaks 2025-07-18 23:45:33 -07:00
33dab33366 increase looting dist 2025-07-18 23:45:09 -07:00
43b5ccfb47 moar changes 2025-07-18 23:44:52 -07:00
6 changed files with 22 additions and 22 deletions

View file

@ -44,12 +44,12 @@ Moar Preset = Random
## Enable/Disable preset announce preset on raid start ## Enable/Disable preset announce preset on raid start
# Setting type: Boolean # Setting type: Boolean
# Default value: true # Default value: true
Preset Announce On/Off = true Preset Announce On/Off = false
## Announces preset ## Announces preset
# Setting type: KeyboardShortcut # Setting type: KeyboardShortcut
# Default value: End # Default value: End
Announce Key = End Announce Key = False
## Pulls all server settings from server ## Pulls all server settings from server
# Setting type: String # Setting type: String
@ -201,9 +201,9 @@ ScavWaveDistribution = 0.6
## Determines the weighting of spawns, (0.1) waves will spawn mostly at the beginning, (1) Default: waves are spread evenly, or (1.9) spawns will appear near the end of the raid of the raid ## Determines the weighting of spawns, (0.1) waves will spawn mostly at the beginning, (1) Default: waves are spread evenly, or (1.9) spawns will appear near the end of the raid of the raid
# Setting type: Double # Setting type: Double
# Default value: 0.3 # Default value: 0.5
# Acceptable value range: From 0.1 to 1.9 # Acceptable value range: From 0.1 to 1.9
PmcWaveDistribution = 0.3 PmcWaveDistribution = 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

View file

@ -18,7 +18,7 @@ Enable corpse line of sight check = false
## Distance (in meters) a bot is able to detect a corpse ## Distance (in meters) a bot is able to detect a corpse
# Setting type: Single # Setting type: Single
# Default value: 80 # Default value: 80
Detect corpse distance = 80 Detect corpse distance = 120
## Enables container looting for the selected bot types ## Enables container looting for the selected bot types
# Setting type: BotType # Setting type: BotType
@ -35,7 +35,7 @@ Enable container line of sight check = false
## Distance (in meters) a bot is able to detect a container ## Distance (in meters) a bot is able to detect a container
# Setting type: Single # Setting type: Single
# Default value: 80 # Default value: 80
Detect container distance = 80 Detect container distance = 120
## Enables loose item looting for the selected bot types ## Enables loose item looting for the selected bot types
# Setting type: BotType # Setting type: BotType
@ -52,7 +52,7 @@ Enable item line of sight check = false
## Distance (in meters) a bot is able to detect an item ## Distance (in meters) a bot is able to detect an item
# Setting type: Single # Setting type: Single
# Default value: 80 # Default value: 80
Detect item distance = 80 Detect item distance = 120
## Enable different levels of log messages to show in the logs ## Enable different levels of log messages to show in the logs
# Setting type: LogLevel # Setting type: LogLevel

View file

@ -1,11 +1,11 @@
{ {
"more-scavs-and-pmcs": 45, "more-scavs-and-pmcs": 100,
"rogue-invasion": 10, "rogue-invasion": 0,
"raider-invasion": 10, "raider-invasion": 0,
"minor-boss-invasion": 10, "minor-boss-invasion": 0,
"main-boss-guaranteed": 10, "main-boss-guaranteed": 0,
"main-boss-guaranteed-roaming": 10, "main-boss-guaranteed-roaming": 0,
"insanity": 5, "insanity": 0,
"live-like": 0, "live-like": 0,
"quiet-raids": 0, "quiet-raids": 0,
"more-scavs": 0, "more-scavs": 0,

View file

@ -25,10 +25,10 @@
"more-scavs-and-pmcs": { "more-scavs-and-pmcs": {
"scavGroupChance": 0.3, "scavGroupChance": 0.3,
"scavMaxGroupSize": 5, "scavMaxGroupSize": 5,
"pmcGroupChance": 0.3, "pmcGroupChance": 0.5,
"pmcMaxGroupSize": 5, "pmcMaxGroupSize": 5,
"scavWaveQuantity": 1.4, "scavWaveQuantity": 2.2,
"pmcWaveQuantity": 1.2 "pmcWaveQuantity": 2.0
}, },
"delayed-scavs": { "delayed-scavs": {
"scavWaveDistribution": 1.5 "scavWaveDistribution": 1.5

View file

@ -9,7 +9,7 @@
"scavWaveQuantity": 1, "scavWaveQuantity": 1,
"startingPmcs": true, "startingPmcs": true,
"pmcWaveDistribution": 0.3, "pmcWaveDistribution": 0.5,
"pmcWaveQuantity": 1, "pmcWaveQuantity": 1,
"randomSpawns": false, "randomSpawns": false,

View file

@ -132,9 +132,9 @@
"mapCullingNearPointValuePlayer": 12, "mapCullingNearPointValuePlayer": 12,
"mapCullingNearPointValuePmc": 6, "mapCullingNearPointValuePmc": 6,
"mapCullingNearPointValueScav": 6, "mapCullingNearPointValueScav": 6,
"maxBotCapOverride": 18, "maxBotCapOverride": 30,
"spawnMinDistance": 30, "spawnMinDistance": 30,
"pmcWaveCount": 10, "pmcWaveCount": 15,
"scavWaveCount": 20, "scavWaveCount": 20,
"zombieWaveCount": 13 "zombieWaveCount": 13
}, },
@ -163,7 +163,7 @@
"mapCullingNearPointValuePlayer": 6, "mapCullingNearPointValuePlayer": 6,
"mapCullingNearPointValuePmc": 5, "mapCullingNearPointValuePmc": 5,
"mapCullingNearPointValueScav": 1, "mapCullingNearPointValueScav": 1,
"maxBotCapOverride": 15, "maxBotCapOverride": 25,
"spawnMinDistance": 15, "spawnMinDistance": 15,
"pmcWaveCount": 10, "pmcWaveCount": 10,
"scavWaveCount": 18, "scavWaveCount": 18,
@ -176,7 +176,7 @@
"mapCullingNearPointValuePlayer": 6, "mapCullingNearPointValuePlayer": 6,
"mapCullingNearPointValuePmc": 5, "mapCullingNearPointValuePmc": 5,
"mapCullingNearPointValueScav": 1, "mapCullingNearPointValueScav": 1,
"maxBotCapOverride": 15, "maxBotCapOverride": 25,
"spawnMinDistance": 15, "spawnMinDistance": 15,
"pmcWaveCount": 12, "pmcWaveCount": 12,
"scavWaveCount": 18, "scavWaveCount": 18,