Disable post-processing effects (bloom/glare/lens flare)
Replies

EDIT: Thanks James, beat me to it! Didn't refresh before posting.
I discovered that it's possible to achieve this by editing PAYDAY 3's Unreal 4 config files.
Not sure whether it's possible to turn it into a mod, but for a manual solution:
Open up %LOCALAPPDATA%\PAYDAY3\Saved\Config\WinGDK\Engine.ini
or %LOCALAPPDATA%\PAYDAY3\Saved\Config\WindowsNoEditor\Engine.ini
(depending on platform).
At the bottom of the file, add the following:
[SystemSettings]
;Disable bloom
r.BloomQuality=0
;Disable lens flare
r.LensFlareQuality=0
;Disable blur
r.FastBlurThreshold=0
r.BlurGBuffer=0
r.MotionBlurQuality=0
;Disable chromatic aberration
r.SceneColorFringeQuality=0
Save the file, and launch the game.
I know you can disable some of it in the engine.ini file.
AppData\Local\PAYDAY3\Saved\Config\WindowsClient\Engine.ini > open engine.ini > find [/script/engine.renderersettings] > add r.BloomQuality=0 as well as r.LensFlareQuality=0.