AI limits tweaks
This commit is contained in:
parent
fb33a83f23
commit
58f22f45ad
5 changed files with 22 additions and 19 deletions
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
"maxGroupCount": 4,
|
||||
"mapLimits": {
|
||||
"bigmap": {
|
||||
"max": 10,
|
||||
"max": 12,
|
||||
"min": 8
|
||||
},
|
||||
"factory4_day": {
|
||||
|
|
@ -29,40 +29,40 @@
|
|||
"min": 5
|
||||
},
|
||||
"interchange": {
|
||||
"max": 13,
|
||||
"min": 9
|
||||
"max": 12,
|
||||
"min": 8
|
||||
},
|
||||
"laboratory": {
|
||||
"max": 9,
|
||||
"max": 10,
|
||||
"min": 7
|
||||
},
|
||||
"lighthouse": {
|
||||
"max": 10,
|
||||
"min": 7
|
||||
"max": 13,
|
||||
"min": 8
|
||||
},
|
||||
"rezervbase": {
|
||||
"max": 10,
|
||||
"max": 12,
|
||||
"min": 8
|
||||
},
|
||||
"sandbox": {
|
||||
"max": 11,
|
||||
"max": 12,
|
||||
"min": 8
|
||||
},
|
||||
"sandbox_high": {
|
||||
"max": 11,
|
||||
"max": 12,
|
||||
"min": 8
|
||||
},
|
||||
"shoreline": {
|
||||
"max": 13,
|
||||
"min": 9
|
||||
"max": 15,
|
||||
"min": 13
|
||||
},
|
||||
"tarkovstreets": {
|
||||
"max": 10,
|
||||
"min": 7
|
||||
"max": 15,
|
||||
"min": 10
|
||||
},
|
||||
"woods": {
|
||||
"max": 13,
|
||||
"min": 9
|
||||
"max": 15,
|
||||
"min": 10
|
||||
},
|
||||
"labyrinth": {
|
||||
"max": 0,
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
"enable": true,
|
||||
"allowPmcsOnLabyrinth": false,
|
||||
"ignoreMaxBotCaps": true,
|
||||
"groupChance": 10,
|
||||
"groupChance": 33,
|
||||
"maxGroupSize": 2,
|
||||
"maxGroupCount": 3,
|
||||
"maxBotsPerWave": 5,
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
"compatibilityConfig": {
|
||||
"enableModdedWeapons": true,
|
||||
"enableModdedEquipment": true,
|
||||
"enableModdedClothing": false,
|
||||
"enableModdedClothing": true,
|
||||
"enableModdedAttachments": true,
|
||||
"initalTierAppearance": 3,
|
||||
"pmcWeaponWeights": 8,
|
||||
"pmcWeaponWeights": 10,
|
||||
"scavWeaponWeights": 1,
|
||||
"followerWeaponWeights": 6,
|
||||
"enableSafeGuard": true,
|
||||
|
|
@ -915,7 +915,7 @@
|
|||
"additionalOptions": {
|
||||
"enablePrestiging": true,
|
||||
"enablePrestigeAnyLevel": true,
|
||||
"seasonalPmcAppearance": true,
|
||||
"seasonalPmcAppearance": false,
|
||||
"ammoTierSliding": {
|
||||
"enable": false,
|
||||
"slideAmount": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue