TAA cannot be disabled in the game’s menu, so here’s a working alternative.
Guide to Disable TAA in the Evil West Game
What Is TAA?
Temporal anti-aliasing is a spatial anti-aliasing technique for computer-generated video that combines information from past frames and the current frame to remove jaggies in the current frame. In TAA, each pixel is sampled once per frame but in each frame the sample is at a different location within the pixel.
How-To
The game uses the anti-aliasing TAA by default that ends up leaving the image and textures blurry.
To disable the TAA go to:
- C:\Users\YOUR USERNAME\AppData\Local\HighMoon\Saved\Config\WindowsNoEditor
Open the file: Engine.ini and at the end of it add:
[SystemSettings]
r.PostProcessAAQuality=0
Be the first to comment