Updated Bot Hot Zones; Tweaked SAIN AI Difficulties
This commit is contained in:
parent
7c9d3b246a
commit
02aac2b4da
|
@ -259,7 +259,7 @@ Centering On Player Zoom Level = 0.15
|
||||||
# Setting type: Single
|
# Setting type: Single
|
||||||
# Default value: 0
|
# Default value: 0
|
||||||
# Acceptable value range: From 0 to 15
|
# Acceptable value range: From 0 to 15
|
||||||
Main map zoom = 2.593422
|
Main map zoom = 2.080739
|
||||||
|
|
||||||
## The keyboard shortcut to peek at the map
|
## The keyboard shortcut to peek at the map
|
||||||
# Setting type: KeyboardShortcut
|
# Setting type: KeyboardShortcut
|
||||||
|
|
|
@ -113,7 +113,7 @@ Infinite Stamina = true
|
||||||
|
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
# Default value: false
|
# Default value: false
|
||||||
Instant Search = false
|
Instant Search = true
|
||||||
|
|
||||||
## Insta-Kills on melee
|
## Insta-Kills on melee
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
|
@ -125,7 +125,7 @@ Max Melee = true
|
||||||
## Weight, Aiming and other speed limiters are off
|
## Weight, Aiming and other speed limiters are off
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
# Default value: false
|
# Default value: false
|
||||||
No Speed Limiters = false
|
No Speed Limiters = true
|
||||||
|
|
||||||
[Weapon | Recoil]
|
[Weapon | Recoil]
|
||||||
|
|
||||||
|
|
|
@ -101,7 +101,7 @@ Alignment = Right
|
||||||
## Join the cool kids club
|
## Join the cool kids club
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
# Default value: false
|
# Default value: false
|
||||||
Cool Kids Mode = false
|
Cool Kids Mode = true
|
||||||
|
|
||||||
Maximum Width (1184p) = 250
|
Maximum Width (1184p) = 250
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
"Difficulty": {
|
"Difficulty": {
|
||||||
"VisibleDistCoef": 1.0,
|
"VisibleDistCoef": 1.0,
|
||||||
"GainSightCoef": 1.05,
|
"GainSightCoef": 1.05,
|
||||||
"ScatteringCoef": 1.2,
|
"ScatteringCoef": 1.1,
|
||||||
"HearingDistanceCoef": 0.92,
|
"HearingDistanceCoef": 0.98,
|
||||||
"AggressionCoef": 1.05,
|
"AggressionCoef": 0.98,
|
||||||
"PrecisionSpeedCoef": 1.1,
|
"PrecisionSpeedCoef": 1.06,
|
||||||
"AccuracySpeedCoef": 1.1
|
"AccuracySpeedCoef": 1.05
|
||||||
},
|
},
|
||||||
"General": {
|
"General": {
|
||||||
"BotsUseGrenades": true,
|
"BotsUseGrenades": true,
|
||||||
|
|
|
@ -5,10 +5,14 @@
|
||||||
"scavWaveCount": 21,
|
"scavWaveCount": 21,
|
||||||
"zombieWaveCount": 9,
|
"zombieWaveCount": 9,
|
||||||
"scavHotZones": [
|
"scavHotZones": [
|
||||||
"ZoneDormitory"
|
"ZoneDormitory",
|
||||||
|
"ZoneCrossRoad",
|
||||||
|
"ZoneGasStation"
|
||||||
],
|
],
|
||||||
"pmcHotZones": [
|
"pmcHotZones": [
|
||||||
"ZoneDormitory"
|
"ZoneDormitory",
|
||||||
|
"ZoneGasStation",
|
||||||
|
"ZoneCustoms"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"factoryDay": {
|
"factoryDay": {
|
||||||
|
@ -35,6 +39,11 @@
|
||||||
"scavHotZones": [
|
"scavHotZones": [
|
||||||
"ZoneCenterBot",
|
"ZoneCenterBot",
|
||||||
"ZoneCenter"
|
"ZoneCenter"
|
||||||
|
],
|
||||||
|
"pmcHotZones": [
|
||||||
|
"ZoneIDEA",
|
||||||
|
"ZoneOLI",
|
||||||
|
"ZoneCenter"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"laboratory": {
|
"laboratory": {
|
||||||
|
@ -50,7 +59,12 @@
|
||||||
"zombieWaveCount": 10,
|
"zombieWaveCount": 10,
|
||||||
"scavHotZones": [
|
"scavHotZones": [
|
||||||
"Zone_LongRoad",
|
"Zone_LongRoad",
|
||||||
"Zone_LongRoad"
|
"Zone_Village"
|
||||||
|
],
|
||||||
|
"pmcHotZones": [
|
||||||
|
"Zone_DestroyedHouse",
|
||||||
|
"Zone_Chalet",
|
||||||
|
"Zone_Village"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"rezervbase": {
|
"rezervbase": {
|
||||||
|
@ -59,10 +73,13 @@
|
||||||
"scavWaveCount": 24,
|
"scavWaveCount": 24,
|
||||||
"zombieWaveCount": 9,
|
"zombieWaveCount": 9,
|
||||||
"scavHotZones": [
|
"scavHotZones": [
|
||||||
"ZoneRailStrorage"
|
"ZoneRailStrorage",
|
||||||
|
"ZoneBunkerStorage",
|
||||||
|
"ZoneBarrack"
|
||||||
],
|
],
|
||||||
"pmcHotZones": [
|
"pmcHotZones": [
|
||||||
"ZoneBarrack"
|
"ZoneBarrack",
|
||||||
|
"ZoneBunkerStorage"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"shoreline": {
|
"shoreline": {
|
||||||
|
@ -71,17 +88,34 @@
|
||||||
"scavWaveCount": 32,
|
"scavWaveCount": 32,
|
||||||
"zombieWaveCount": 12,
|
"zombieWaveCount": 12,
|
||||||
"scavHotZones": [
|
"scavHotZones": [
|
||||||
"ZoneSanatorium1"
|
"ZoneSanatorium1",
|
||||||
|
"ZoneGasStation",
|
||||||
|
"ZonePowerStation",
|
||||||
|
"ZoneBusStation",
|
||||||
|
"ZoneStartVillage"
|
||||||
],
|
],
|
||||||
"pmcHotZones": [
|
"pmcHotZones": [
|
||||||
"ZoneSanatorium2"
|
"ZoneSanatorium2",
|
||||||
|
"ZoneGasStation",
|
||||||
|
"ZonePowerStation"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tarkovstreets": {
|
"tarkovstreets": {
|
||||||
"spawnMinDistance": 40,
|
"spawnMinDistance": 40,
|
||||||
"pmcWaveCount": 16,
|
"pmcWaveCount": 16,
|
||||||
"scavWaveCount": 28,
|
"scavWaveCount": 28,
|
||||||
"zombieWaveCount": 13
|
"zombieWaveCount": 13,
|
||||||
|
"scavHotZones": [
|
||||||
|
"ZoneHotel_2",
|
||||||
|
"ZoneHotel_1",
|
||||||
|
"ZoneConstruction",
|
||||||
|
"ZoneCarShowroom"
|
||||||
|
],
|
||||||
|
"pmcHotZones": [
|
||||||
|
"ZoneSanatorium2",
|
||||||
|
"ZoneCinema",
|
||||||
|
"ZoneConcordiaParking"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"woods": {
|
"woods": {
|
||||||
"spawnMinDistance": 40,
|
"spawnMinDistance": 40,
|
||||||
|
@ -89,10 +123,15 @@
|
||||||
"scavWaveCount": 28,
|
"scavWaveCount": 28,
|
||||||
"zombieWaveCount": 10,
|
"zombieWaveCount": 10,
|
||||||
"scavHotZones": [
|
"scavHotZones": [
|
||||||
"ZoneWoodCutter"
|
"ZoneWoodCutter",
|
||||||
|
"ZoneClearVill",
|
||||||
|
"ZoneScavBase2",
|
||||||
|
"ZoneRedHouse"
|
||||||
],
|
],
|
||||||
"pmcHotZones": [
|
"pmcHotZones": [
|
||||||
"ZoneWoodCutter"
|
"ZoneWoodCutter",
|
||||||
|
"ZoneBigRocks",
|
||||||
|
"ZoneHighRocks"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gzLow": {
|
"gzLow": {
|
||||||
|
|
Loading…
Reference in New Issue