Reduced MOAR Bot Spawn Counts

This commit is contained in:
Rage 2025-01-15 19:38:36 -05:00
parent f004d53072
commit 35e1404f43
5 changed files with 20 additions and 21 deletions

View File

@ -193,15 +193,15 @@ PmcWaveDistribution = 0.8
## 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.5 # Default value: 1.2
# Acceptable value range: From 0 to 10 # Acceptable value range: From 0 to 10
ScavWaveQuantity = 1.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.5 # Default value: 1.2
# Acceptable value range: From 0 to 10 # Acceptable value range: From 0 to 10
PmcWaveQuantity = 1.5 PmcWaveQuantity = 1
[3.Debug] [3.Debug]

View File

@ -1,8 +1,8 @@
{ {
"customs": { "customs": {
"spawnMinDistance": 30, "spawnMinDistance": 30,
"pmcWaveCount": 18, "pmcWaveCount": 14,
"scavWaveCount": 24, "scavWaveCount": 21,
"zombieWaveCount": 9, "zombieWaveCount": 9,
"scavHotZones": [ "scavHotZones": [
"ZoneDormitory" "ZoneDormitory"
@ -15,7 +15,7 @@
"spawnMinDistance": 20, "spawnMinDistance": 20,
"maxBotCapOverride": 12, "maxBotCapOverride": 12,
"maxBotPerZoneOverride": 10, "maxBotPerZoneOverride": 10,
"pmcWaveCount": 8, "pmcWaveCount": 10,
"scavWaveCount": 10, "scavWaveCount": 10,
"zombieWaveCount": 6 "zombieWaveCount": 6
}, },
@ -23,13 +23,13 @@
"spawnMinDistance": 20, "spawnMinDistance": 20,
"maxBotCapOverride": 12, "maxBotCapOverride": 12,
"maxBotPerZoneOverride": 10, "maxBotPerZoneOverride": 10,
"pmcWaveCount": 8, "pmcWaveCount": 10,
"scavWaveCount": 10, "scavWaveCount": 10,
"zombieWaveCount": 6 "zombieWaveCount": 6
}, },
"interchange": { "interchange": {
"spawnMinDistance": 40, "spawnMinDistance": 40,
"pmcWaveCount": 18, "pmcWaveCount": 16,
"scavWaveCount": 32, "scavWaveCount": 32,
"zombieWaveCount": 12, "zombieWaveCount": 12,
"scavHotZones": [ "scavHotZones": [
@ -39,14 +39,14 @@
}, },
"laboratory": { "laboratory": {
"spawnMinDistance": 20, "spawnMinDistance": 20,
"pmcWaveCount": 10, "pmcWaveCount": 12,
"scavWaveCount": 0, "scavWaveCount": 0,
"zombieWaveCount": 12 "zombieWaveCount": 12
}, },
"lighthouse": { "lighthouse": {
"spawnMinDistance": 40, "spawnMinDistance": 40,
"pmcWaveCount": 18, "pmcWaveCount": 14,
"scavWaveCount": 32, "scavWaveCount": 22,
"zombieWaveCount": 10, "zombieWaveCount": 10,
"scavHotZones": [ "scavHotZones": [
"Zone_LongRoad", "Zone_LongRoad",
@ -56,7 +56,7 @@
"rezervbase": { "rezervbase": {
"spawnMinDistance": 40, "spawnMinDistance": 40,
"pmcWaveCount": 14, "pmcWaveCount": 14,
"scavWaveCount": 28, "scavWaveCount": 26,
"zombieWaveCount": 9, "zombieWaveCount": 9,
"scavHotZones": [ "scavHotZones": [
"ZoneRailStrorage" "ZoneRailStrorage"
@ -67,7 +67,7 @@
}, },
"shoreline": { "shoreline": {
"spawnMinDistance": 40, "spawnMinDistance": 40,
"pmcWaveCount": 18, "pmcWaveCount": 16,
"scavWaveCount": 32, "scavWaveCount": 32,
"zombieWaveCount": 12, "zombieWaveCount": 12,
"scavHotZones": [ "scavHotZones": [
@ -79,13 +79,13 @@
}, },
"tarkovstreets": { "tarkovstreets": {
"spawnMinDistance": 40, "spawnMinDistance": 40,
"pmcWaveCount": 18, "pmcWaveCount": 16,
"scavWaveCount": 28, "scavWaveCount": 28,
"zombieWaveCount": 13 "zombieWaveCount": 13
}, },
"woods": { "woods": {
"spawnMinDistance": 40, "spawnMinDistance": 40,
"pmcWaveCount": 20, "pmcWaveCount": 16,
"scavWaveCount": 28, "scavWaveCount": 28,
"zombieWaveCount": 10, "zombieWaveCount": 10,
"scavHotZones": [ "scavHotZones": [
@ -98,13 +98,13 @@
"gzLow": { "gzLow": {
"spawnMinDistance": 30, "spawnMinDistance": 30,
"pmcWaveCount": 12, "pmcWaveCount": 12,
"scavWaveCount": 20, "scavWaveCount": 18,
"zombieWaveCount": 9 "zombieWaveCount": 9
}, },
"gzHigh": { "gzHigh": {
"spawnMinDistance": 30, "spawnMinDistance": 30,
"pmcWaveCount": 12, "pmcWaveCount": 12,
"scavWaveCount": 20, "scavWaveCount": 18,
"zombieWaveCount": 9 "zombieWaveCount": 9
} }
} }

View File

@ -1,6 +1,6 @@
# This file was automatically generated by Mod Organizer. # This file was automatically generated by Mod Organizer.
-Unsorted_separator -Unsorted_separator
-Version 1.35.1_separator -Version 1.35.2_separator
-WTT - Menu Overhaul -WTT - Menu Overhaul
-Custom Asset Importer -Custom Asset Importer
-Visceral Combat -Visceral Combat

View File

@ -1,6 +1,5 @@
# This file was automatically generated by Mod Organizer.
+Unsorted_separator +Unsorted_separator
-Version 1.35.1_separator -Version 1.35.2_separator
-WTT - Menu Overhaul -WTT - Menu Overhaul
-Custom Asset Importer -Custom Asset Importer
-Visceral Combat -Visceral Combat