Simply raise or uncap FPS from the default 60 FPS.
HOW TO
- Go to directory “C:\Users\YOUR_USER\AppData\Local\Shinigami\Saved\Config\WindowsNoEditor”
If you don’t know how to get to your AppData folder, press Win+R then search %appdata% - Open file “Engine.ini”
- Add the following to the file:
[/script/engine.engine] bSmoothFrameRate=False bUseFixedFrameRate=True FixedFrameRate=144.0 [SystemSettings] bUseFixedFrameRate=True bSmoothFrameRate=False FixedFrameRate=144.0 FrameRateLimit=144.0
Replace 144.0 with either your desired framerate or 0 for uncapped!
- Save “Engine.ini” and mark it as Read-Only by ticking the box in File Properties
- Done!
NOTE: Raising/Removing the cap might cause weird physics jank, 240 seems to be the limit. Also, devs in community posts are discussing the potential for a FPS cap setting!