Life is Strange: True Colors

Life is Strange: True Colors

评价数不足
Tweaks! (Raw Mouse Input, Bloom, Chromatic Aberration, Lens Flare, Depth of Field)
由 SmegmaEjaculata 制作
This guide will help you to reduce lens flares, remove chromatic aberration & motion blur)
   
奖励
收藏
已收藏
取消收藏
Default configuration folder
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.

1. Edit the "Input.ini" using a text editor. (e.g. Notepad, Visual Code)
2. Add the following to the file:

[/script/engine.inputsettings] bEnableMouseSmoothing=false
Disabling Bloom & Eye Adaptation
1. Edit the "Engine.ini" using a text editor. (e.g. Notepad, Visual Code)
2. Add the following to the file:

[SystemSettings] r.EyeAdaptationQuality=0 r.BloomQuality=0
Disabling Chromatic Aberration
1. Edit the "Engine.ini" using a text editor. (e.g. Notepad, Visual Code)
2. Add the following to the file:

[SystemSettings] r.SceneColorFringe.Max=0 r.SceneColorFringeQuality=0
Disabling Depth of Field
1. Edit the "Engine.ini" using a text editor. (e.g. Notepad, Visual Code)
2. Add the following to the file:

[SystemSettings] r.DepthOfFieldQuality=0
Reducing Lens Flares
1. Edit the "Engine.ini" using a text editor. (e.g. Notepad, Visual Code)
2. 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"
5 条留言
MagicBanana 2024 年 1 月 5 日 上午 11:52 
I also turned off motion blur,

[SystemSettings]
r.MotionBlurQuality=0

overall here's what I used


[SystemSettings]
r.DepthOfFieldQuality=0
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
r.Tonemapper.Sharpen=0
r.PostProcessAAQuality=0
r.MotionBlurQuality=0

Then I added -dx12 in the steam launch commands to enable ray tracing

I used the nvidia control panel to override application anti aliasing and enabled 4x AA, because the built in one is bad but turning it off causes a lot of jagged edges, so the nvidia override gave good results.
AiviLL 2021 年 9 月 10 日 上午 2:00 
[/script/engine.renderersettings]
r.PostProcessAAQuality=0
r.DepthOfFieldQuality=0
r.MotionBlur.Max=0
r.MotionBlurQuality=0
r.DefaultFeature.MotionBlur=0
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
r.Tonemapper.GrainQuantization=0
r.Tonemapper.Quality=0
r.LensFlareQuality=0
r.DefaultFeature.LensFlare=0
r.Tonemapper.Sharpen=1
Lilith 2021 年 9 月 9 日 下午 8:54 
would be a little early to be using unreal 5 considering this game has been in development longer then the release of unreal 5. Thanks for posting the info to turn off chromatic aberration tho
Eisenmonoxid 2021 年 9 月 9 日 下午 7:40 
So it uses Unreal Engine 4 after all ...
Alin. 2021 年 9 月 9 日 下午 5:21 
You are a god.