ultra wide resolution support

Post bug reports and ask for game support here.

Moderators: Paullus, Peter Fisla

Paullus
Posts: 1098
Joined: Tue Jun 09, 2015 1:41 am
Location: Sweden

RE: ultra wide resolution support

Post by Paullus »

Oh okay, I see what you mean. I'll forward your thoughts to Peter
For my part, I shall do my duty as a general; I shall see to it that you are given the chance of a successful action. /Lucius Aemilius Paullus
User avatar
Qwixt
Posts: 901
Joined: Mon Jun 19, 2006 6:33 am

RE: ultra wide resolution support

Post by Qwixt »

ORIGINAL: casebier

Qwixt apologize beforehand as i may not be understanding you.

1920x1080 (full screen res) works for me (i7 4.2 32gb 6gb 1060 nvidia).

If you have a monitor that is natively not at one of the approved resolutions, the game fails to launch. So you must either set the game to run windowed mode, which is quite a bit smaller, or go change the desktop resolution for windows to one of the approved resolutions, which is a bit annoying in my opinion.
User avatar
Qwixt
Posts: 901
Joined: Mon Jun 19, 2006 6:33 am

RE: ultra wide resolution support

Post by Qwixt »

So I created a program that will change the resolution before launching the game and back to original resolution on exit, called ResSetter.exe. It is a .net 4.5 application.

It will launch the game with the passed resolution settings, then launch the game. I created a desktop shortcut (right-click "tigers on the hunt.exe" and send to desktop), then changed the target line to this:

E:\ResSetter.exe -sx 1920 -sy 1080 "D:\Games\Tigers On The Hunt\Tigers on the Hunt.exe"


E:\ResSetter.exe is the name and location of my program. I put it at the root of my E: drive because I am lazy and hate typing paths.

Parameters:

-sx # = screen width
-sy # = screen height

"D:\Games\Tigers On The Hunt\Tigers on the Hunt.exe" is the full path to the program to execute. It's important to use the double quotes due to spaces in the name.

Source code to follow in next post.
Attachments
ResSetterExe.zip
(8.7 KiB) Downloaded 19 times
User avatar
Qwixt
Posts: 901
Joined: Mon Jun 19, 2006 6:33 am

RE: ultra wide resolution support

Post by Qwixt »

Here is the source code for VS2015 express.

Attachments
ResSetterCode.zip
(23.02 KiB) Downloaded 13 times
Paullus
Posts: 1098
Joined: Tue Jun 09, 2015 1:41 am
Location: Sweden

RE: ultra wide resolution support

Post by Paullus »

Great work Qwixt. Many thanks for sharing.
For my part, I shall do my duty as a general; I shall see to it that you are given the chance of a successful action. /Lucius Aemilius Paullus
dox44
Posts: 653
Joined: Sun May 07, 2000 8:00 am
Location: the woodlands, texas

RE: ultra wide resolution support

Post by dox44 »

Qwixt thanks!

very nice...

casebier
Post Reply

Return to “Tech Support”