This solution is exact the same I did for sherlock holmes game, which is also using unreal engine that helps you to fix vertical view for wide resolutions.
Edit unreal engine ini file
1. Open game settings folder located at:
C:\Users\<user>\AppData\Local\PenDriverPro\Saved\Config\WindowsNoEditor
Open Engine.ini2. Add these lines at the end
C:\Users\<user>\AppData\Local\PenDriverPro\Saved\Config\WindowsNoEditor
Open Engine.ini2. Add these lines at the end
[/script/engine.localplayer] AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
3. Open Engine.ini file properties and set read-only check box.
works flawless even with 32:9 5120×1440
Thanks to PITER PENN for their excellent guide; all credit belongs to their effort. If this guide helps you, please support and rate it here. Enjoy the game.
Related Posts:
- Pacific Drive: How to Use Tinker Station to Remove Quirks
- Pacific Drive: Where to Find the Spike Logs
There was no “Engine.ini2” file, but I added this to the end of “Engine.ini” file. Works. Great success! Thank you!