How to Enable Vsync:Tried limiting FPS through Nvidia Control Panel as well as turning on VSync. They sadly do not help.
Go to
%localappdata%\Lake\Saved\Config\WindowsNoEditor\GameUserSettings.ini
and change bUseVSync=False
to bUseVSync=True
--Other tweaks--
How to remove TAA ghosting(weird dots trailing moving grass, edges flicker and hair blurriness):
Go to
%localappdata%\Lake\Saved\Config\WindowsNoEditor\Engine.ini
and add to the end of the file:
[SystemSettings]
r.Tonemapper.sharpen=1
r.TemporalAACurrentFrameWeight=0.2
r.TemporalAASamples=4
How to remove Depth of Field(DOF, the out-of-focus blur during battle and scenes):
Go to
%localappdata%\Lake\Saved\Config\WindowsNoEditor\Engine.ini
and add to the end of the file:
[SystemSettings]
DepthOfFieldQuality=0
Change these .ini files with the game closed.