mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-30 05:28:15 +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
|
||||
|
||||
|
||||
effects = clarity:fakeHDR:sharp
|
||||
ffects = FakeHDR:Clarity:AdaptiveSharpen
|
||||
|
||||
reshadeTexturePath = "/usr/share/reshade/textures"
|
||||
reshadeIncludePath = "/usr/share/reshade/shaders"
|
||||
|
||||
## FakeHDR ##
|
||||
HDRPower=1.39841
|
||||
radius1=0.85213
|
||||
radius2=0.88853
|
||||
|
||||
## AdaptiveSharpen ##
|
||||
curve_height=0.37657
|
||||
L_compr_low=0.24841
|
||||
L_compr_high=0.43627
|
||||
D_compr_low=1.301
|
||||
D_compr_high=0.3203
|
||||
# Setting HDRPower higher makes dark things darker.
|
||||
HDRPower=1.22039
|
||||
# The difference between radius1 and radius2 decides the peak brightness.
|
||||
# Setting radius2 higher than radius1 makes bright things brighter.
|
||||
radius1=0.98731
|
||||
radius2=1.00693
|
||||
|
||||
## Clarity ##
|
||||
ClarityRadius=4
|
||||
ClarityOffset=8.0
|
||||
ClarityBlendMode=0
|
||||
ClarityBlendIfDark=60
|
||||
ClarityBlendIfLight=137
|
||||
ClarityStrength=0.42023
|
||||
ClarityDarkIntensity=0.6101
|
||||
ClarityLightIntensity=5.2453
|
||||
ClarityRadius=2
|
||||
ClarityOffset=0.7
|
||||
ClarityBlendMode=2
|
||||
ClarityBlendIfDark=59
|
||||
ClarityBlendIfLight=157
|
||||
ClarityStrength=0.60449
|
||||
ClarityDarkIntensity=0.5
|
||||
ClarityLightIntensity=0.2
|
||||
|
||||
sharp = /usr/share/reshade/shaders/AdaptiveSharpen.fx
|
||||
clarity = /usr/share/reshade/shaders/Clarity.fx
|
||||
fakeHDR = /usr/share/reshade/shaders/FakeHDR.fx
|
||||
## AdaptiveSharpen ##
|
||||
curve_height=0.52501
|
||||
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
|
||||
toggleKey = Home
|
||||
|
|
Loading…
Reference in a new issue