
Here is a quick guide to disable motion blur…
Motion Blur
You can disable Motion Blur by editing a game file. You’ll need Notepad++, which is a free program you can download. Important: Don’t use the basic Windows Notepad for this – it can damage your game files.
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