Archived
Some Config Updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user