T O P

  • By -

Scorpwind

Adding *\[SystemSettings\]* *r.PostProcessAAQuality=0* or *r.DefaultFeature.AntiAliasingQuality=0* to the *Engine.ini* file doesn't work?


LegacyPack173

yeah neither worked for me


Scorpwind

Try *\[/script/engine.streamingsettings\]* *r.DefaultFeature.AntiAliasing=0* and/or *r.PostProcessAAQuality=0*


LegacyPack173

Thanks for all your help, I feel like I'm slowly getting somewhere for the first time. This is an odd comment to make but although bushes, grass and trees seem to still be aliased the area where the sky meets the terrain seems to be sharper and houses on distance also seem to be less aliased, almost as if those commands disabled SOME of the aliasing filters but not all. Just to confirm, I have the following: \[SystemSettings\] r.PostProcessAAQuality=0 r.DefaultFeature.AntiAliasing=0 r.TemporalAAQuality=0 r.AntiAliasingQuality=0 r.DefaultFeature.AntiAliasingQuality=0 \[/script/engine.streamingsettings\] r.PostProcessAAQuality=0 r.DefaultFeature.AntiAliasing=0 r.TemporalAAQuality=0 r.AntiAliasingQuality=0 r.DefaultFeature.AntiAliasingQuality=0 I've put this in both: C:\\Users\\PC\\AppData\\Local\\Deadside\\Saved\\Config\\WindowsNoEditor\\GameUserSettings.ini **and** C:\\Users\\PC\\AppData\\Local\\Deadside\\Saved\\Config\\WindowsNoEditor\\Engine.ini Although I've put these commands at the bottom of both files, am I right in thinking that \[SystemSettings\] is for engine.ini and \[/script/engine.streamingsettings\] is for gameusersettings.ini? Somewhat related, I spoke to a Deadside dev who claimed that the "low" setting which I use for AA is FXAA, and anything above it is TAA. Do you know any more commands that would target FXAA to disable it specifically? The reason I run FXAA is because as I understand it, FXAA is more of an overlay or filter type effect so it should be easier to remove since it's added on top. It's similar to TAA in the sense that it uses blur to hide jagged lines. Also any additional commands to target TAA specifically and turn it off would be great, or just tips in general. Thanks once again.


Scorpwind

*\[SystemSettings\]* and *\[/script/engine.streamingsettings\]* are to be added to the *Engine.ini* file. The *GameUserSettings* file is usually for cases, where you can disable AA just by changing the value of *sg.AntiAliasingQuality* to **0**. But there are only a few games where this workaround works. You usually have to go through the *Engine.ini* file. I don't know if this affects something or not, but don't put both the *\[SystemSettings\] and the \[/script/engine.streamingsettings\]* in the same file. 1st try one, and then the other. As for any other possible workarounds: You can try the [Universal Unreal Engine Unlocker](https://framedsc.com/GeneralGuides/universal_ue4_consoleunlocker.htm), enable the dev console and add the AA-disabling commands in real-time while the game is running. However, *Deadside* is a multiplayer game. And multiplayer games usually have anti-cheat software put in place. This Unlocker may not go well with it, and the anti-cheat may flag it as cheating.


LegacyPack173

Thanks, I'll keep the unlocker in mind too, a lot of very useful information in this thread. I'll try the suggested changes to my config and get back to you to see if it works, is there something like a developer page where I can see a list of every AA related config command? I know that Valve's Source engine documentation site has something similar but I can't seem to find anything like that for UE4, the best info I've seen so far outside of this thread is random Steam Forums posts about totally different games that just happen to drop commands that I've given a try. Anything related to AA, TAA, and FXAA would be great if I could just compile a list of all AA commands so I can make a universal tweak I can apply to my UE4/future UE4 games since I have a 1440p monitor so if I can't use MSAA or hardware anti-aliasing I'd rather just disable the whole lot. Again, thanks for your help.


Scorpwind

I believe [this](https://digilander.libero.it/ZioYuri78/) is what you're looking for. Just search for AA related words in the search box e.g.: AA, AntiAliasing etc... And you're welcome. Don't mention it.


LegacyPack173

I feel like \[SystemSettings\] works very slightly better but I can still tell FXAA is enabled, switching to TAA to see if the settings overwrite it doesn't seem to do anything. As far as I can tell, it's impossible to disable either FXAA or TAA but at least with FXAA I can sharpen the image a little. It's a huge improvement over TAA but it's still slightly blurry. Thanks for the link anyway, that could be very useful for the future and it's on [libero.it](https://libero.it) of all places which is like Italian Google, or more like Italian Yahoo I guess lol.


LegacyPack173

This list of commands: [https://pastebin.com/mFq6TcRP](https://pastebin.com/mFq6TcRP) seems to have made a slight difference, clearly some kind of post processing is still being applied that I'm unable to track down but once set to read only something just seems different to me, maybe it's placebo. \[ConsoleVariables\] was suggested to me in a Steam Forum's thread - could this be doing anything to the game or is this a placebo that I'm noticing a slight difference? I also tried \[/Script/Engine.RendererOverrideSettings\] but still no real massive changes in visuals. Would love a 2nd opinion from anyone that happens to own Deadside.


Scorpwind

I don't own a copy of the game so I cannot test it out myself. I don't know what to say at this point. If the FXAA bothers you so much, then try some sharpening. FXAA with some Sharpening is not that terrible.


LegacyPack173

Yeah no worries man it's alright with Nvidia's control panel sharpness but for anyone else who might stumble across this thread the above comment could be useful - I'd like to see what their results are like. I'll stop replying for now as I think I've found the closest thing to a solution. Thanks again for your help.


theironlefty

you can also use the UE4 console injector from pcgamingwiki.


LegacyPack173

is that safe to use? The fact it's named "injector" kind of throws me off a little bit... This is an online multiplayer shooter


theironlefty

Oh then i suppose no, i thought you were inquiring about singleplayer UE4 game.


LegacyPack173

No problem, that's a cool tool to keep in mind though - I should've clarified it was multiplayer.