Welcome to our Life is Strange True Colors Tweaks guide. This guide will help you to Raw Mouse Input, Bloom, Chromatic Aberration, Lens Flare, Depth of Field…
Life is Strange True Colors Tweaks
Default Configuration Folder – Tweaks
C:\Users\%USERNAME%\AppData\Local\Siren\Saved\Config\WindowsNoEditor\
Pro tip: To access it, press “WIN + R” and copy/paste the text above.
After tweaking your configuration file, set “Engine.ini” as read-only by right clicking it and going to “Properties”
Enable Raw Mouse Input
For those playing with a KB&M. This disables the mouse acceleration caused in certain scenes & gameplay.
- Edit the “Input.ini” using a text editor. (e.g. Notepad, Visual Code)
- Add the following to the file:
[/script/engine.inputsettings]
bEnableMouseSmoothing=false
Disabling Bloom & Eye Adaptation – Life is Strange Tweaks
- Edit the “Engine.ini” using a text editor. (e.g. Notepad, Visual Code)
- Add the following to the file:
[SystemSettings]
r.EyeAdaptationQuality=0
r.BloomQuality=0
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 – Life is Strange True Colors Tweaks
- 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
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
After tweaking your configuration file, set “Engine.ini” as read-only by right clicking it and going to “Properties”.