TRIANGLE STRATEGY: How to Remove DoF/blur/Bloom by Editing Engine.ini

Here is a brief guide originally created by Luna Rosa on how to remove terrible Graphics settings modern game devs force on us.

 

How to Remove DoF/blur/Bloom by Editing Engine.ini

Locations for Windows

Documents\My Games\TRIANGLE_STRATEGY\Steam\Config\WindowsNoEditor
Locations for Steam Deck
Default Steam Deck file location:
~/.steam/steam/steamapps/compatdata/1850510/pfx/drive_c/users/steamuser/Documents/My Games/…/Config/WindowsNoEditor
How to Edit:
engine.ini edits for people who want to use them
Documents\My Games\TRIANGLE_STRATEGY\Steam\Config\WindowsNoEditor
r.DepthOfFieldQuality=0 (removes ugly DoF)
r.MaxAnisotropy=16 (Anisotropy x16)
r.DetailMode=2
r.BloomQuality=0 (removes the really really bad Bloom)
r.Tonemapper.Quality=0 (Vignette effects)
r.SceneColorFringeQuality=0 (Chromatic stuff)
r.MotionBlur.Max=0 (removes blur if game has it)
r.MotionBlurQuality=0
r.DefaultFeature.MotionBlur=0

There are lots of other UE4 Commands a person can fiddle with if they want

Leave a Comment