1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- # Warframe preset by notahuman
- # https://notabug.org/notahuman/presets
- #effects = dls:clarity:smaa:denoise
- #effects = clarity:fakeHDR:sharp
- #effects = fakeHDR:sharp:denoise
- effects = sharp:magicBloom
- reshadeTexturePath = "/home/user/.config/reshade/textures"
- reshadeIncludePath = "/home/user/.config/reshade/shaders"
- ## PPFX_Bloom ##
- pEnableHDR=0
- pBloomBlendMode=0
- # Bloom brightness - lower is less bright
- pBloomIntensity=0.12539
- # Bloom sensitivity - lower is more sensitive
- pBloomThreshold=0.67
- # Bloom colourfulness - lower is less colourful
- pBloomSaturation=3.2603
- # Bloom decay - lower means bloom travels further.
- # Seems to cause color banding below 1.3 with pBloomBlendMode=0 - try 0.1 and see how bad it looks
- pBloomCurve=1.3
- ## MagicBloom ##
- #fBloom_Intensity=0.70657
- #fBloom_Intensity=0.87407
- fBloom_Intensity=1.5761
- #fBloom_Intensity=1.8041
- #fBloom_Threshold=3.6229
- fBloom_Threshold=7.1209
- iAdapt_Precision=0.07
- fAdapt_Sensitivity=0.7
- # ok
- #fAdapt_Speed=0.043
- fAdapt_Speed=0.002
- ## FakeHDR ##
- #HDRPower=1.25391
- HDRPower=1.39749
- radius1=0.49853
- radius2=0.52223
- #HDRPower=1.25391
- #radius1=0.85213
- #radius2=0.90697
- ## AdaptiveSharpen ##
- curve_height=0.34649
- #curve_height=1.8719
- #curve_height=2.9347
- #curve_height=9.0847
- # oversharp
- #curve_height=4.80207
- L_compr_low=0.17191
- #L_compr_high=0.18413
- L_compr_high=0.15971
- #D_compr_low=1.301
- #D_compr_low=0.69997
- D_compr_low=0.01759
- D_compr_high=0.12703
- ## Denoise ##
- NoiseLevel=0.70139
- LerpCoefficeint=0.81223
- WeightThreshold=0.078
- CounterThreshold=0.082
- GaussianSigma=1.33
- ppfxBloom = /home/user/.config/reshade/shaders/PPFX_Bloom.fx
- magicBloom = /home/user/.config/reshade/shaders/MagicBloom.fx
- sharp = /home/user/.config/reshade/shaders/AdaptiveSharpen.fx
- fakeHDR = /home/user/.config/reshade/shaders/FakeHDR.fx
- depthCapture = off
- toggleKey = Pause
|