Martan wrote:
Any chance we can find a solution to run it in UWS?
It's a Unity based game. So it has the classic registry entry for ScreenManager, but changing values does nothing pernament.
Entering UWS resolution using Screenmanager Resolution Height / Width reg. entries and launching the game works only for a brief moment then the game reverts & locks to 1080p with black bars.
Thanks a lot!
https://store.steampowered.com/app/447120Right click the game in the Steam library> General> Click 'Set launch options' and put this into it (don't forget to replace the placeholders with your actual resolution):
Code:
-screen-width width -screen-height height
Most Unity games support those launch parameters, but you might encounter problems with menus, etc.