
There Are Two Ways
The first and easiest, and also most unfortunate is to simply put post processing to the lowest setting. This will get rid of motion blur but also a whole lot of other actual eye candy.
But luckily, this is an unreal engine game, and one of the ones that allow us to access the config files.
First navigate here:
- C:\Users\yourusername\AppData\Local\ShipGraveyard\Saved\Config\WindowsNoEditor
Per default windows hides the appdata folder, so you may not see it, you’ll have to google how to make it appear yourself.
When you’re in there open the file called Engine.ini
At the bottom of it after the stuff that’s already there add this:
[SystemSettings]
r.MotionBlur.Max=0
r.MotionBlurQuality=0
r.DefaultFeature.MotionBlur=0
And save. And you’re done!
Be the first to comment