From cb47e35eb9a9a731c9e6a4eb6e30533ebd158c87 Mon Sep 17 00:00:00 2001 From: GetParanoid Date: Sat, 19 Jul 2025 00:46:57 -0500 Subject: [PATCH] sain 2 --- BepInEx/plugins/SAIN/CoreOverrides.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 BepInEx/plugins/SAIN/CoreOverrides.json diff --git a/BepInEx/plugins/SAIN/CoreOverrides.json b/BepInEx/plugins/SAIN/CoreOverrides.json new file mode 100644 index 0000000..db212c2 --- /dev/null +++ b/BepInEx/plugins/SAIN/CoreOverrides.json @@ -0,0 +1,18 @@ +{ + "README": "Dont change anything here unless you know exactly what you are doing. Changes here require game restart! Not all settings do what the name suggests.", + "SCAV_GROUPS_TOGETHER": false, + "DIST_NOT_TO_GROUP": 50.0, + "CAN_SHOOT_TO_HEAD": true, + "SOUND_DOOR_OPEN_METERS": 40.0, + "SOUND_DOOR_BREACH_METERS": 70.0, + "JUMP_SPREAD_DIST": 65.0, + "BASE_WALK_SPEREAD2": 65.0, + "GRENADE_PRECISION": 10, + "PRONE_POSE": 1.0, + "MOVE_COEF": 1.0, + "LOWER_POSE": 1.0, + "MAX_POSE": 1.0, + "FLARE_POWER": 1.75, + "FLARE_TIME": 2.5, + "SHOOT_TO_CHANGE_RND_PART_DELTA": 2.0 +} \ No newline at end of file