Improve AA and Visual Quality
Avowed is poorly optimised at the moment, there’s a lot of ghosting and softening on the games visuals which is caused by the poorly implemented TAA. Regardless if you use FSR or DLSS as your Upscaler the TAA is still forced under the layer of Upscaling as a base AA, this is common in many UE5 games.
This mod tries to tackle that by slightly improving the TAA. Your advised to use TSR as your Upscaler or anything else like FSR or DLSS.
Installation:
C:\Users\YOURNAME\AppData\Local\Alabama\Saved\Config\Windows – There will be a file called Engine.ini and within that you must change the lines yourself by copy pasting or you can just copy paste my file in the download section and replace.
The Lines you need to Copy Paste into the Engine.ini:
[/Script/Engine.RendererSettings]
r.TSR.Velocity.WeightClampingSampleCount=0
r.TSR.ShadingRejection.Flickering.Period=0
r.TSR.History.SampleCount=8
r.TemporalAACurrentFrameWeight=0.35
r.TemporalAAFilterSize=0.2
r.TemporalAASamples=1
If there are any visual defects occurring for you then I advise switching these numbers around to your liking.