From b5f6115e6d456631ba4fb19b93f78cf06648988c Mon Sep 17 00:00:00 2001 From: Rage Date: Wed, 8 Jan 2025 11:51:15 -0500 Subject: [PATCH] Adjusted AI Difficulty & Graphics Settings --- .../BepInEx/config/com.Amanda.Graphics.cfg | 4 ++-- .../BepInEx/config/com.ssh.tarkymenu.cfg | 18 +++++++++--------- .../Default [Modified]/GlobalSettings.json | 14 +++++++------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/mods/Config Files/BepInEx/config/com.Amanda.Graphics.cfg b/mods/Config Files/BepInEx/config/com.Amanda.Graphics.cfg index eced679..5a55bfa 100644 --- a/mods/Config Files/BepInEx/config/com.Amanda.Graphics.cfg +++ b/mods/Config Files/BepInEx/config/com.Amanda.Graphics.cfg @@ -373,7 +373,7 @@ SunMeshBrightness = 2 # Setting type: Single # Default value: 1 # Acceptable value range: From 0.1 to 2 -SkyBrightness = 0.5629108 +SkyBrightness = 1 [AmandsGraphics Features] @@ -391,7 +391,7 @@ DebugMode = HBAO # Setting type: Single # Default value: 0.5 # Acceptable value range: From 0 to 1 -Brightness = 0.6549296 +Brightness = 0.3967136 # Setting type: EGlobalTonemap # Default value: ACES diff --git a/mods/Config Files/BepInEx/config/com.ssh.tarkymenu.cfg b/mods/Config Files/BepInEx/config/com.ssh.tarkymenu.cfg index ecf740a..640f7a3 100644 --- a/mods/Config Files/BepInEx/config/com.ssh.tarkymenu.cfg +++ b/mods/Config Files/BepInEx/config/com.ssh.tarkymenu.cfg @@ -75,7 +75,7 @@ Move While Healing = false ## Invincibility # Setting type: Boolean # Default value: false -God mode = false +God mode = true ## Only ur head and thorax are invincible # Setting type: Boolean @@ -84,11 +84,11 @@ Demi-God = false # Setting type: Single # Default value: 1 -Damage Multiplier = 10 +Damage Multiplier = 1 # Setting type: KeyboardShortcut # Default value: -Heal = +Heal = F5 # Setting type: Boolean # Default value: false @@ -109,23 +109,23 @@ Stealth Infinite Stamina = false ## Always Replenish Stamina Instantly # Setting type: Boolean # Default value: false -Infinite Stamina = false +Infinite Stamina = true # Setting type: Boolean # Default value: false -Instant Search = false +Instant Search = true ## Insta-Kills on melee # Setting type: Boolean # Default value: false -Max Melee = false +Max Melee = true [Player | Weights] ## Weight, Aiming and other speed limiters are off # Setting type: Boolean # Default value: false -No Speed Limiters = false +No Speed Limiters = true [Weapon | Recoil] @@ -173,7 +173,7 @@ Reload Speed = 1 # Setting type: Boolean # Default value: false -Infinite Ammo = false +Infinite Ammo = true # Setting type: Boolean # Default value: false @@ -223,7 +223,7 @@ TP All Bear To You = # Setting type: KeyboardShortcut # Default value: -TP All Scav To You = F5 +TP All Scav To You = # Setting type: KeyboardShortcut # Default value: diff --git a/mods/Config Files/BepInEx/plugins/SAIN/Presets/Default [Modified]/GlobalSettings.json b/mods/Config Files/BepInEx/plugins/SAIN/Presets/Default [Modified]/GlobalSettings.json index 7d644b0..9f0ce95 100644 --- a/mods/Config Files/BepInEx/plugins/SAIN/Presets/Default [Modified]/GlobalSettings.json +++ b/mods/Config Files/BepInEx/plugins/SAIN/Presets/Default [Modified]/GlobalSettings.json @@ -1,10 +1,10 @@ { "Difficulty": { - "VisibleDistCoef": 1.0, + "VisibleDistCoef": 1.1, "GainSightCoef": 1.05, - "ScatteringCoef": 1.1, - "HearingDistanceCoef": 0.98, - "AggressionCoef": 0.98, + "ScatteringCoef": 1.08, + "HearingDistanceCoef": 1.1, + "AggressionCoef": 1.08, "PrecisionSpeedCoef": 1.06, "AccuracySpeedCoef": 1.05 }, @@ -26,19 +26,19 @@ }, "AILimit": { "LimitAIvsAIGlobal": true, - "AILimitUpdateFrequency": 3.2, + "AILimitUpdateFrequency": 3.0, "AILimitRanges": { "Far": 150.0, "VeryFar": 250.0, "Narnia": 400.0 }, - "LimitAIvsAIVision": false, + "LimitAIvsAIVision": true, "MaxVisionRanges": { "Far": 200.0, "VeryFar": 100.0, "Narnia": 50.0 }, - "LimitAIvsAIHearing": false, + "LimitAIvsAIHearing": true, "MaxHearingRanges": { "Far": 100.0, "VeryFar": 60.0,