This guide will help you to reduce lens flares, remove chromatic aberration & motion blur.
Default Configuration Folder
- C:Users%USERNAME%AppDataLocalSirenSavedConfigWindowsNoEditor
Tip: To access it, press “WIN + R” and copy/paste the text above.
Disabling Chromatic Aberration
- Edit the “Engine.ini” using a text editor. (e.g. Notepad, Visual Code)
- Add the following to the file.
[SystemSettings]
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
Disabling Depth of Field
- Edit the “Engine.ini” using a text editor. (e.g. Notepad, Visual Code)
- Add the following to the file.
[SystemSettings]
r.DepthOfFieldQuality=0
Reducing Lens Flares
- Edit the “Engine.ini” using a text editor. (e.g. Notepad, Visual Code)
- Add the following to the file.
[SystemSettings]
r.LensFlareQuality=0
Note: This effect won’t remove all lens flares in the game but it will reduce them.
Pro Tip
If you just want to reduce lens flares and remove chromatic aberration, just add the following lines without adding “[SystemSettings]”
[SystemSettings]
r.LensFlareQuality=0
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
Be the first to comment