mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
3b5a99d229
- removed debug output with telemetry domains redirections - fixed yaocl's preset issue
24 lines
661 B
Text
24 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
|