|
For ACC (posted on the MXGP Pro Steam forums).
All Milestones UE4 games have been a blurry mess so far, with Gravel being the least blurry, but still blurry to an extent.
This happens because of TAA anti aliasing which is a great anti aliasing to get rid of jaggies, but blurs the image quality, which is why most devs add a Sharpening filter in the graphics options of their UE4 games, something Milestone dont do ofcourse lol.
Anyway follow these instructions, and thank me later lol -
Go to:
C:\Users\YourUserName\AppData\Local\AC2\Saved\Config\WindowsNoEditor
and edit:
Engine.ini
Put this in file below everything else-
[ConsoleVariables]
r.TemporalAACatmullRom=1
r.TemporalAAPauseCorrect=1
r.TemporalAASamples=4
r.Tonemapper.Sharpen=1
You need TAA set to 'High' ingame for this to work properly. |
|