A Game About Digging A Hole

A Game About Digging A Hole

Not enough ratings
Ultrawide fix for 21:9 and 32:9 users
By Nebthtet
Get rid of the default zoomed in view on your ultrawide monitor! This is a common problem on UE games. Luckily this one isn't on UE5, so it can be easily fixed.
   
Award
Favorite
Favorited
Unfavorite
Before and after
The default look for ultrawide is like below - this makes the game unplayable (you can't see detectors).

Luckily after implementing a simple fix you can use your full viewing area:


!!! Important !!!
If the fixes don't take, make edited files read-only. Also it may be necessary to redo all the steps after starting a new save. I don't know why but this is how it works :/
Fixing zoomed-in screen (YFOV)
Find engine.ini file - the default location is:

Windows <path-to-game>\DiggingGame\Saved\Config\Windows\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/3244220/pfx/

At the end of the file add:
[/script/engine.localplayer] AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

Save the file, run the game, enjoy proper ultrawide view.
FOV
On top of that you might want to tweak FOV to your liking - remember that this can reset if you change the settings in-game.

Find GameUserSettings.ini file - the default location is:

Windows: <path-to-game>\DiggingGame\Saved\Config\Windows\
Steam Play (Linux): <SteamLibrary-folder>/steamapps/compatdata/3244220/pfx/

Add the following line to the file (pick FOV that suits you best according to preference)
FieldofView=100

Save, run the game, enjoy the result.