mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-21 09:21:49 +03:00
25 lines
661 B
Text
25 lines
661 B
Text
|
# Basic sharpening preset by yagocl
|
||
|
# Hotkey: Home
|
||
|
|
||
|
|
||
|
# Note: smaa will make in-game text blurry. If you don't mind losing some crispness
|
||
|
# from the image, remove smaa from here and use the in-game antialiasing.
|
||
|
# In-game SMAA and TAA are really blurry, so make sure to turn up casSharpness to
|
||
|
# something like 0.7
|
||
|
effects = cas:smaa
|
||
|
|
||
|
reshadeTexturePath = "/usr/share/reshade/textures"
|
||
|
reshadeIncludePath = "/usr/share/reshade/shaders"
|
||
|
depthCapture = off
|
||
|
|
||
|
#toggleKey toggles the effects on/off
|
||
|
toggleKey = Home
|
||
|
|
||
|
casSharpness = 0.3
|
||
|
dlsSharpness = 0.2
|
||
|
dlsDenoise = 0.2
|
||
|
smaaThreshold = 0.2
|
||
|
smaaMaxSearchSteps = 8
|
||
|
smaaMaxSearchStepsDiag = 6
|
||
|
smaaCornerRounding = 80
|