brightness fix
This commit is contained in:
parent
e16a58785e
commit
86e4f355f8
2 changed files with 28 additions and 1 deletions
|
|
@ -7,5 +7,5 @@
|
||||||
# Setting type: Single
|
# Setting type: Single
|
||||||
# Default value: 0.25
|
# Default value: 0.25
|
||||||
# Acceptable value range: From 0 to 1
|
# Acceptable value range: From 0 to 1
|
||||||
Shadow Opacity = 0.4049296
|
Shadow Opacity = 0.65
|
||||||
|
|
||||||
|
|
|
||||||
27
BepInEx/config/com.smajlec.lights.cfg
Normal file
27
BepInEx/config/com.smajlec.lights.cfg
Normal file
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue