AI limits tweaks

This commit is contained in:
GetParanoid 2026-04-14 07:49:26 -07:00
parent fb33a83f23
commit 58f22f45ad
5 changed files with 22 additions and 19 deletions

View file

@ -17,7 +17,7 @@
"maxGroupCount": 4, "maxGroupCount": 4,
"mapLimits": { "mapLimits": {
"bigmap": { "bigmap": {
"max": 10, "max": 12,
"min": 8 "min": 8
}, },
"factory4_day": { "factory4_day": {
@ -29,40 +29,40 @@
"min": 5 "min": 5
}, },
"interchange": { "interchange": {
"max": 13, "max": 12,
"min": 9 "min": 8
}, },
"laboratory": { "laboratory": {
"max": 9, "max": 10,
"min": 7 "min": 7
}, },
"lighthouse": { "lighthouse": {
"max": 10, "max": 13,
"min": 7 "min": 8
}, },
"rezervbase": { "rezervbase": {
"max": 10, "max": 12,
"min": 8 "min": 8
}, },
"sandbox": { "sandbox": {
"max": 11, "max": 12,
"min": 8 "min": 8
}, },
"sandbox_high": { "sandbox_high": {
"max": 11, "max": 12,
"min": 8 "min": 8
}, },
"shoreline": { "shoreline": {
"max": 13, "max": 15,
"min": 9 "min": 13
}, },
"tarkovstreets": { "tarkovstreets": {
"max": 10, "max": 15,
"min": 7 "min": 10
}, },
"woods": { "woods": {
"max": 13, "max": 15,
"min": 9 "min": 10
}, },
"labyrinth": { "labyrinth": {
"max": 0, "max": 0,
@ -74,7 +74,7 @@
"enable": true, "enable": true,
"allowPmcsOnLabyrinth": false, "allowPmcsOnLabyrinth": false,
"ignoreMaxBotCaps": true, "ignoreMaxBotCaps": true,
"groupChance": 10, "groupChance": 33,
"maxGroupSize": 2, "maxGroupSize": 2,
"maxGroupCount": 3, "maxGroupCount": 3,
"maxBotsPerWave": 5, "maxBotsPerWave": 5,

View file

@ -4,10 +4,10 @@
"compatibilityConfig": { "compatibilityConfig": {
"enableModdedWeapons": true, "enableModdedWeapons": true,
"enableModdedEquipment": true, "enableModdedEquipment": true,
"enableModdedClothing": false, "enableModdedClothing": true,
"enableModdedAttachments": true, "enableModdedAttachments": true,
"initalTierAppearance": 3, "initalTierAppearance": 3,
"pmcWeaponWeights": 8, "pmcWeaponWeights": 10,
"scavWeaponWeights": 1, "scavWeaponWeights": 1,
"followerWeaponWeights": 6, "followerWeaponWeights": 6,
"enableSafeGuard": true, "enableSafeGuard": true,
@ -915,7 +915,7 @@
"additionalOptions": { "additionalOptions": {
"enablePrestiging": true, "enablePrestiging": true,
"enablePrestigeAnyLevel": true, "enablePrestigeAnyLevel": true,
"seasonalPmcAppearance": true, "seasonalPmcAppearance": false,
"ammoTierSliding": { "ammoTierSliding": {
"enable": false, "enable": false,
"slideAmount": 1, "slideAmount": 1,