- Aug 17, 2018
- 170
- 600
To add on to my previous post about sharpening, adding these lines to
It essentially tones down the heavy blurring that the game's TAA causes by default, while still eliminating aliasing. This solution is much cleaner than
%LocalAppData%\WildLifeC\Saved\Config\WindowsNoEditor\Engine.ini
seems to be much better:
Code:
[SystemSettings]
r.TemporalAACurrentFrameWeight=0.25
r.TemporalAASamples=2
r.Tonemapper.Sharpen
since it's free of the artifacts that post-process sharpening causes.