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