Tweaked Bot Limits for DONUTS
This commit is contained in:
parent
ccc7f1c7b6
commit
4347242d3a
|
@ -69,7 +69,7 @@ Gain multiplier = 1
|
|||
# Setting type: Single
|
||||
# Default value: 1.07
|
||||
# Acceptable value range: From 0 to 2
|
||||
Mask size multiplier = 1.07
|
||||
Mask size multiplier = 1.304742
|
||||
|
||||
## Applies gain multiplier to all NVGs
|
||||
# Setting type: Single
|
||||
|
@ -104,12 +104,12 @@ Gain multiplier = 1
|
|||
# Setting type: Single
|
||||
# Default value: 0.2
|
||||
# Acceptable value range: From 0 to 1
|
||||
2. Noise intensity = 0.2
|
||||
2. Noise intensity = 0.04507042
|
||||
|
||||
# Setting type: Single
|
||||
# Default value: 0.1
|
||||
# Acceptable value range: From 0.01 to 0.99
|
||||
3. Noise scale = 0.1
|
||||
3. Noise scale = 0.15
|
||||
|
||||
# Setting type: Single
|
||||
# Default value: 0.96
|
||||
|
|
|
@ -2,30 +2,30 @@
|
|||
{
|
||||
"Name": "live-like",
|
||||
"PMCBotLimitPresets": {
|
||||
"FactoryBotLimit": 6,
|
||||
"InterchangeBotLimit": 9,
|
||||
"LaboratoryBotLimit": 9,
|
||||
"LighthouseBotLimit": 9,
|
||||
"ReserveBotLimit": 9,
|
||||
"ShorelineBotLimit": 9,
|
||||
"WoodsBotLimit": 9,
|
||||
"CustomsBotLimit": 9,
|
||||
"TarkovStreetsBotLimit": 9,
|
||||
"GroundZeroBotLimit": 8,
|
||||
"GroundZeroHighBotLimit": 8
|
||||
"FactoryBotLimit": 8,
|
||||
"InterchangeBotLimit": 10,
|
||||
"LaboratoryBotLimit": 10,
|
||||
"LighthouseBotLimit": 14,
|
||||
"ReserveBotLimit": 14,
|
||||
"ShorelineBotLimit": 16,
|
||||
"WoodsBotLimit": 14,
|
||||
"CustomsBotLimit": 12,
|
||||
"TarkovStreetsBotLimit": 14,
|
||||
"GroundZeroBotLimit": 12,
|
||||
"GroundZeroHighBotLimit": 12
|
||||
},
|
||||
"SCAVBotLimitPresets": {
|
||||
"FactoryBotLimit": 6,
|
||||
"InterchangeBotLimit": 9,
|
||||
"LaboratoryBotLimit": 6,
|
||||
"LighthouseBotLimit": 9,
|
||||
"ReserveBotLimit": 9,
|
||||
"ShorelineBotLimit": 9,
|
||||
"WoodsBotLimit": 9,
|
||||
"CustomsBotLimit": 9,
|
||||
"TarkovStreetsBotLimit": 10,
|
||||
"GroundZeroBotLimit": 8,
|
||||
"GroundZeroHighBotLimit": 8
|
||||
"FactoryBotLimit": 8,
|
||||
"InterchangeBotLimit": 12,
|
||||
"LaboratoryBotLimit": 8,
|
||||
"LighthouseBotLimit": 16,
|
||||
"ReserveBotLimit": 14,
|
||||
"ShorelineBotLimit": 16,
|
||||
"WoodsBotLimit": 14,
|
||||
"CustomsBotLimit": 12,
|
||||
"TarkovStreetsBotLimit": 12,
|
||||
"GroundZeroBotLimit": 10,
|
||||
"GroundZeroHighBotLimit": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -83,16 +83,16 @@
|
|||
}
|
||||
},
|
||||
"MaxBotCap": {
|
||||
"factory": 16,
|
||||
"factory": 20,
|
||||
"customs": 24,
|
||||
"woods": 26,
|
||||
"shoreline": 24,
|
||||
"woods": 28,
|
||||
"shoreline": 28,
|
||||
"lighthouse": 26,
|
||||
"reserve": 24,
|
||||
"interchange": 24,
|
||||
"laboratory": 18,
|
||||
"streets": 26,
|
||||
"groundzero": 22,
|
||||
"reserve": 28,
|
||||
"interchange": 26,
|
||||
"laboratory": 20,
|
||||
"streets": 22,
|
||||
"groundzero": 24,
|
||||
"groundzero_high": 24
|
||||
},
|
||||
"NightMaxBotCap": {
|
||||
|
|
Loading…
Reference in New Issue