Tweaked Mod Configs; Fixed SAIN Enabled SAIN Preset

This commit is contained in:
2025-01-06 04:26:19 -05:00
parent d3f9ee754a
commit f3c0d5321e
16 changed files with 206 additions and 47 deletions
@@ -1,12 +1,12 @@
{
"Difficulty": {
"VisibleDistCoef": 1.0,
"GainSightCoef": 1.2,
"ScatteringCoef": 1.5,
"GainSightCoef": 1.05,
"ScatteringCoef": 1.2,
"HearingDistanceCoef": 0.92,
"AggressionCoef": 0.96,
"PrecisionSpeedCoef": 1.2,
"AccuracySpeedCoef": 1.2
"AggressionCoef": 1.05,
"PrecisionSpeedCoef": 1.1,
"AccuracySpeedCoef": 1.1
},
"General": {
"BotsUseGrenades": true,
@@ -59,7 +59,7 @@
},
"Doors": {
"NewDoorOpening": true,
"NoDoorAnimations": true,
"NoDoorAnimations": false,
"InvertDoors": true,
"DisableAllDoors": false
},
@@ -67,8 +67,8 @@
"SAIN_EXTRACT_TOGGLE": true
},
"Flashlight": {
"DazzleEffectiveness": 3.0,
"MaxDazzleRange": 40.0,
"DazzleEffectiveness": 3.5,
"MaxDazzleRange": 45.0,
"AllowLightOnForDarkBuildings": true,
"TurnLightOffNoEnemyPMC": true,
"TurnLightOffNoEnemySCAV": false,
@@ -81,8 +81,8 @@
},
"LootingBots": {
"ExtractFromLoot": true,
"MinLootValPMC": 500000.0,
"MinLootValSCAV": 200000.0,
"MinLootValPMC": 300000.0,
"MinLootValSCAV": 50000.0,
"MinLootValOther": 350000.0,
"MinLootValException": 1500000.0
},