
Here is a quick guide to disable motion blur…
Motion Blur
To disable Motion blur is quietly simple… All you need is an Editing program like Notepad++ which is a free Editor tool. Please do never use the Windows Editor to edit game files because you could destroy it’s formatting this way!
Now navigate to:
- AppData\Local\LF\Saved\Config\WindowsNoEditor\Engine.ini
All you have to do now, is to open the Engine.ini file with Notepad++ and add the following to the “end” of the file:
- [SystemSettings]
- r.MotionBlur.Max=0
- r.MotionBlurQuality=0
- r.DefaultFeature.MotionBlur=0
Preview:

Be the first to comment