
In this quick tutorial you will learn how to disable the DOF (depth of field).
Disable Depth of Field
There is a config file for this. The file located here:
- C:\Users\[Your_Nick]\AppData\Local\DFC\Saved\Config\WindowsNoEditor
Open engine.ini and paste this at the bottom:
[SystemSettings]
r.DepthOfFieldQuality=0
r.SceneColorFringeQuality=0
Disable FOD + Motion Blur
For more advanced settings you can use these parameters:
[SystemSettings]
r.MotionBlur.PreferCompute=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
Be the first to comment