3 New Notifications

New Badge Earned
Get 1K upvotes on your post
Life choices of my cat
Earned 210

Drag Images here or Browse from your computer.

Trending Posts
Sorted by Newest First
M
Mind_Flow 20.01.23 03:45 pm

Motion blur, depth of field, poor graphics (High On Life)

Many people cannot put the game in windowed mode, they have a strong blur. Ways to disable Chromatic Aberration, Blur, Depth of Field:

I'm assuming this is a UE4 game given the path to the config files. Put this in engine.ini :

[SystemSettings]
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
r.Tonemapper.GrainQuantization=0
r.Tonemapper.Quality=0
r.MotionBlurQuality=0
r.DepthOfFieldQuality=0

This will forcefully remove the chromatic aberration, motion blur, depth of field, and film grain, if enabled.

For temporal blurring you can put: r.Tonemapper.Sharpen=x Where "x" is from 1 to 10, depending on the strength of the sharpening effect you want. You can also use Reshade, usually use Lumasharpen and Clarity together.
1 Comments
Sort by:
R
RavenW89 20.01.23

where to find the file? I don't see it in the game folder/

UPD - I found it in Steam Discussions

C:Users {yourname} AppDataLocalOregonSavedConfigWindowsNoEditor

https://steamcommunity.com/app/1583230/discussions/0/ 3717189457454679819/