mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-04 16:07:19 +03:00
Update Preset to V3
This commit is contained in:
parent
df9d2f8a33
commit
07bf5d6053
1 changed files with 27 additions and 24 deletions
|
@ -1,37 +1,40 @@
|
||||||
# Prime Preset v2 by notahuman
|
# Prime Preset v3 by notahuman
|
||||||
|
# https://notabug.org/notahuman/presets
|
||||||
# Hotkey: Home
|
# Hotkey: Home
|
||||||
|
|
||||||
|
ffects = FakeHDR:Clarity:AdaptiveSharpen
|
||||||
effects = clarity:fakeHDR:sharp
|
|
||||||
|
|
||||||
reshadeTexturePath = "/usr/share/reshade/textures"
|
reshadeTexturePath = "/usr/share/reshade/textures"
|
||||||
reshadeIncludePath = "/usr/share/reshade/shaders"
|
reshadeIncludePath = "/usr/share/reshade/shaders"
|
||||||
|
|
||||||
## FakeHDR ##
|
## FakeHDR ##
|
||||||
HDRPower=1.39841
|
# Setting HDRPower higher makes dark things darker.
|
||||||
radius1=0.85213
|
HDRPower=1.22039
|
||||||
radius2=0.88853
|
# The difference between radius1 and radius2 decides the peak brightness.
|
||||||
|
# Setting radius2 higher than radius1 makes bright things brighter.
|
||||||
## AdaptiveSharpen ##
|
radius1=0.98731
|
||||||
curve_height=0.37657
|
radius2=1.00693
|
||||||
L_compr_low=0.24841
|
|
||||||
L_compr_high=0.43627
|
|
||||||
D_compr_low=1.301
|
|
||||||
D_compr_high=0.3203
|
|
||||||
|
|
||||||
## Clarity ##
|
## Clarity ##
|
||||||
ClarityRadius=4
|
ClarityRadius=2
|
||||||
ClarityOffset=8.0
|
ClarityOffset=0.7
|
||||||
ClarityBlendMode=0
|
ClarityBlendMode=2
|
||||||
ClarityBlendIfDark=60
|
ClarityBlendIfDark=59
|
||||||
ClarityBlendIfLight=137
|
ClarityBlendIfLight=157
|
||||||
ClarityStrength=0.42023
|
ClarityStrength=0.60449
|
||||||
ClarityDarkIntensity=0.6101
|
ClarityDarkIntensity=0.5
|
||||||
ClarityLightIntensity=5.2453
|
ClarityLightIntensity=0.2
|
||||||
|
|
||||||
sharp = /usr/share/reshade/shaders/AdaptiveSharpen.fx
|
## AdaptiveSharpen ##
|
||||||
clarity = /usr/share/reshade/shaders/Clarity.fx
|
curve_height=0.52501
|
||||||
fakeHDR = /usr/share/reshade/shaders/FakeHDR.fx
|
L_compr_low=0.17477
|
||||||
|
L_compr_high=0.43627
|
||||||
|
D_compr_low=0.60133
|
||||||
|
D_compr_high=0.10459
|
||||||
|
|
||||||
|
FakeHDR = /usr/share/reshade/shaders/FakeHDR.fx
|
||||||
|
Clarity = /usr/share/reshade/shaders/Clarity.fx
|
||||||
|
AdaptiveSharpen = /usr/share/reshade/shaders/AdaptiveSharpen.fx
|
||||||
|
|
||||||
depthCapture = off
|
depthCapture = off
|
||||||
toggleKey = Home
|
toggleKey = Home
|
||||||
|
|
Loading…
Reference in a new issue