Overview
How to disable the depth of field effect to reduce blur. Other minor tweaks.
Disable depth of field
Since this game is in UE4, you can turn off Depth of Field in an ini file.
edit the file
C:UsersusernameDocumentsMy GamesOctopath_TravelerConfigWindowsNoEditorEngine.ini
add:
[SystemSettings]
r.DepthOfFieldQuality=0
Other tweaks
Also under [SystemSettings]
You can try:
r.BloomQuality=0
or
r.PostProcessAAQuality=0
to disable those effects. Disabling AA and depth of field makes the game crystal clear and sharp at all depths.
Alternate Mod for Custom DoF [Highly Recommended]
If you would like to have an alternative, tweakable DoF using customized ReShade from a competent modder along with other fixes, please see Kaldaien’s thread here.