FOV Fix
Open folder:
- %USERNAME%\AppData\Local\WayOfTheHunter\Saved\Config\WindowsNoEditor\
Make a copy of engine.ini file (a backup).
Edit the original engine.ini file by adding these two lines.
[/script/engine.localplayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
Explanation:
This solution does not change your FOV, that will remain at 60 which is where Nordic set it. But it does prevent the incredible zoom-in experienced by ultra-widescreen users by changing FOV scaling.
Unreal Engine 4 games usually increase the vertical field of view when using ultrawide screens. This happens unless the game developer adds specific support for increasing the horizontal field of view on ultrawide screens. In games where you can’t change the field of view yourself, you can get a wider view by switching from horizontal to vertical field of view scaling.
Always make a backup copy before making any changes to .ini files in case you experience any issues or errors.
Be the first to comment