Some Config Updates

This commit is contained in:
2025-01-12 06:42:16 -05:00
parent 4c35579b73
commit b8efad481d
7 changed files with 182 additions and 19 deletions
@@ -3,32 +3,84 @@
[Bot Limiter]
## Deactivates bots that are a set distance away from you.
# Setting type: Boolean
# Default value: true
Enable Bot Distance Limiter = true
## Should scavs be disabled?
# Setting type: Boolean
# Default value: true
Limit Scavs = true
## Should pmcs be disabled?
# Setting type: Boolean
# Default value: true
Limit Pmcs = true
## Should bosses be disabled?
# Setting type: Boolean
# Default value: true
Limit Bosses = true
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 50
# Acceptable value range: From 25 to 1000
Factory Distance = 50
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 250
# Acceptable value range: From 150 to 1000
Woods Distance = 250
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 225
# Acceptable value range: From 125 to 1000
Customs Distance = 225
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 175
# Acceptable value range: From 125 to 1000
Interchange Distance = 175
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 175
# Acceptable value range: From 125 to 1000
Reserve Distance = 175
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 250
# Acceptable value range: From 150 to 1000
Shoreline Distance = 250
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 75
# Acceptable value range: From 50 to 1000
Labs Distance = 75
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 225
# Acceptable value range: From 125 to 1000
Lighthouse Distance = 225
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 150
# Acceptable value range: From 75 to 1000
Streets Distance = 150
## Distance at which to disable bots.
# Setting type: Int32
# Default value: 175
# Acceptable value range: From 125 to 1000
GroundZero Distance = 175
[General]
@@ -85,17 +85,17 @@ Show Friendly Player Markers = true
## If enemy player markers should be shown in-raid (generally for debug)
# Setting type: Boolean
# Default value: false
Show Enemy Player Markers = false
Show Enemy Player Markers = true
## If enemy scav markers should be shown in-raid (generally for debug)
# Setting type: Boolean
# Default value: false
Show Scav Markers = false
Show Scav Markers = true
## If enemy boss markers should be shown in-raid
# Setting type: Boolean
# Default value: false
Show Boss Markers = false
Show Boss Markers = true
## If locked door markers should be updated with status based on key acquisition
# Setting type: Boolean
@@ -259,7 +259,7 @@ Centering On Player Zoom Level = 0.15
# Setting type: Single
# Default value: 0
# Acceptable value range: From 0 to 15
Main map zoom = 3.833475
Main map zoom = 7.009592
## The keyboard shortcut to peek at the map
# Setting type: KeyboardShortcut
@@ -1,6 +1,6 @@
{
"PluginEnabled": true,
"DespawnEnabledPMC": false,
"DespawnEnabledPMC": true,
"DespawnEnabledSCAV": true,
"HardCapEnabled": false,
"coolDownTimer": 300.0,
@@ -12,23 +12,23 @@
"ShowRandomFolderChoice": true,
"pmcFaction": "Default",
"forceAllBotType": "Disabled",
"useTimeBasedHardStop": false,
"hardStopOptionPMC": true,
"useTimeBasedHardStop": true,
"hardStopOptionPMC": false,
"hardStopTimePMC": 300,
"hardStopPercentPMC": 70,
"hardStopOptionSCAV": true,
"hardStopPercentPMC": 50,
"hardStopOptionSCAV": false,
"hardStopTimeSCAV": 300,
"hardStopPercentSCAV": 10,
"hotspotBoostPMC": false,
"hotspotBoostSCAV": true,
"hotspotBoostSCAV": false,
"hotspotIgnoreHardCapPMC": false,
"hotspotIgnoreHardCapSCAV": false,
"pmcFactionRatio": 70,
"pmcFactionRatio": 50,
"battleStateCoolDown": 20.0,
"maxRespawnsPMC": 10,
"maxRespawnsSCAV": 16,
"maxRespawnsPMC": 0,
"maxRespawnsSCAV": 0,
"globalMinSpawnDistanceFromPlayerBool": true,
"globalMinSpawnDistanceFromPlayerFactory": 0.0,
"globalMinSpawnDistanceFromPlayerFactory": 35.0,
"globalMinSpawnDistanceFromPlayerCustoms": 60.0,
"globalMinSpawnDistanceFromPlayerReserve": 80.0,
"globalMinSpawnDistanceFromPlayerStreets": 80.0,
@@ -40,7 +40,7 @@
"globalMinSpawnDistanceFromPlayerLighthouse": 70.0,
"globalMinSpawnDistanceFromOtherBotsBool": true,
"globalMinSpawnDistanceFromOtherBotsFactory": 15.0,
"globalMinSpawnDistanceFromOtherBotsCustoms": 40.0,
"globalMinSpawnDistanceFromOtherBotsCustoms": 50.0,
"globalMinSpawnDistanceFromOtherBotsReserve": 50.0,
"globalMinSpawnDistanceFromOtherBotsStreets": 50.0,
"globalMinSpawnDistanceFromOtherBotsWoods": 80.0,
@@ -51,11 +51,11 @@
"globalMinSpawnDistanceFromOtherBotsLighthouse": 60.0,
"replenishInterval": 10.0,
"maxSpawnTriesPerBot": 1,
"despawnInterval": 30.0,
"despawnInterval": 15.0,
"groupWeightDistroLow": "400,90,9,0,0",
"groupWeightDistroDefault": "210,210,45,25,10",
"groupWeightDistroHigh": "0,75,175,175,75",
"maxRaidDelay": 30.0,
"maxRaidDelay": 60.0,
"DebugGizmos": false,
"gizmoRealSize": false,
"spawnName": "Spawn Name Here",