Mortal Shell – Fixes – Depth of field, Anisotropic filtering (AF), Chromatic Aberration, FOV, Anti-aliasing (AA)
Fixes – Depth of field, Anisotropic filtering (AF), Chromatic Aberration, FOV, Anti-aliasing (AA)
Here is a bunch of fixes;
–%USERPROFILE%\Documents\My Games\MortalShell\Dungeonhaven\Saved\Config\WindowsNoEditor\
-Open up Engine.ini
For higher fov put this;
[/script/engine.localplayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
and if you want to disable DOF or Chromatic Aberration put this;
[SystemSettings]
r.DepthOfFieldQuality=0
r.SceneColorFringeQuality=0
r.OneFrameThreadLag=0
r.MaxAnisotropy=16
and for mouse smoothing put this in Input.ini
[/script/engine.inputsettings]
bEnableMouseSmoothing=False
To Disable TAA
-Open Engine.ini.
-Add the following and save the file.
[SystemSettings]
r.PostProcessAAQuality=0
Custom anisotropic samples
-Open Engine.ini.
-Add the following and save the file.
[SystemSettings]
r.MaxAnisotropy=16