From 86e4f355f85612a4a713b37748323ddfb968f090 Mon Sep 17 00:00:00 2001 From: GetParanoid Date: Tue, 14 Apr 2026 01:51:26 -0700 Subject: [PATCH] brightness fix --- .../7Bpencil.ReduceFakeInteriorShadow.cfg | 2 +- BepInEx/config/com.smajlec.lights.cfg | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 BepInEx/config/com.smajlec.lights.cfg diff --git a/BepInEx/config/7Bpencil.ReduceFakeInteriorShadow.cfg b/BepInEx/config/7Bpencil.ReduceFakeInteriorShadow.cfg index 31ae93a..c979d78 100644 --- a/BepInEx/config/7Bpencil.ReduceFakeInteriorShadow.cfg +++ b/BepInEx/config/7Bpencil.ReduceFakeInteriorShadow.cfg @@ -7,5 +7,5 @@ # Setting type: Single # Default value: 0.25 # Acceptable value range: From 0 to 1 -Shadow Opacity = 0.4049296 +Shadow Opacity = 0.65 diff --git a/BepInEx/config/com.smajlec.lights.cfg b/BepInEx/config/com.smajlec.lights.cfg new file mode 100644 index 0000000..472b838 --- /dev/null +++ b/BepInEx/config/com.smajlec.lights.cfg @@ -0,0 +1,27 @@ +## Settings file was created by plugin SmajlecLights v1.2.0 +## Plugin GUID: com.smajlec.lights + +[Main] + +## Enable post-processing tweaks +# Setting type: Boolean +# Default value: true +Enabled = true + +## Toggle tweaks on hotkey +# Setting type: KeyboardShortcut +# Default value: None +Hotkey = + +## Added brightness +# Setting type: Single +# Default value: 1 +# Acceptable value range: From 0 to 1 +Brightness = 0.80 + +## Extended exposure range, mainly affects dark areas +# Setting type: Single +# Default value: 0.3 +# Acceptable value range: From 0 to 0.5 +Exposure = 0.15 +