How can I disable Anti-Aliasing?
hi, can someone help me? since the latest patch i can't disable Anti-Aliasing anymore and the graphics look terrible blurry, it's hurting my eyes. Before i always inserted the following lines into the Engine.ini file and it helped.
[/Script/Engine.RendererOverrideSettings]
r.DefaultFeature.Bloom=False
r.DefaultFeature.AmbientOcclusion=False
r.DefaultFeature.AmbientOcclusionStaticFraction=False
r.DefaultFeature.MotionBlur=False
r.DefaultFeature.LensFlare=False
r.DefaultFeature.AntiAliasing=0
But now it would always change back to the original lines when i start the game. Does anyone any other option to disable anti-aliasing?
Comments
-
GameUserSettings.ini has a line sg.AntiAliasingQuality
maybe setting that to 0 disables it
try to put engine.ini to read only
0 -
AntiAliasingQuality was already 0.
what do you mean by putting engine.ini to read only?
0 -
You can fix this by doing the following: In the engine.ini file replace the following [/Script/Engine.RendererOverrideSettings]
with
[/Script/Engine.GarbageCollectionSettings]
5 -
thx this helped. at first i thought this was a joke xD
0 -
I thought it was a joke as well when I saw Garbage collection settings lol
0 -
[/script/engine.streamingsettings]
r.DefaultFeature.AntiAliasing=0
0 -
This actually worked! Thank you very much! I was about to deinstall the game because of this AA bulllshit draining performance and making the game look like garbage.
0 -
I already have to wear glasses to not see stuff blurry. Don't need their AA making everything smudgy and ugly.
2 -
Is there a chance of getting banned?
0 -
haven't been banned yet for it. but devs should give at least the option to turn off anti-aliasing. makes the game look like it's made from a small indie company, which it is, but at least put some effort in the graphics setting.
2 -
No one has been banned yet so probably not.
You should know that this method will probably not work in the next patch so enjoy it while you can. There is no way to disable antialiasing on the PTB.
0 -
Oh then I'm too late for this I guess
0 -
I've had EAC flag the ini file before. I gave up and learned to live with anti-aliasing. I hate it, and half the time I can't see when I'm streaming due to the studio lighting, but we're not getting graphics options in 2020 because reasons I guess.
0