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]