ultra wide resolution support (Full Version)

All Forums >> [New Releases from Matrix Games] >> Tigers on the Hunt >> Tech Support



Message


francescoperrone -> ultra wide resolution support (2/3/2017 9:38:31 PM)

please add 3440x1440 resolution support :)




MorningDew -> RE: ultra wide resolution support (2/3/2017 10:11:52 PM)

Agreed!




MorningDew -> RE: ultra wide resolution support (2/13/2017 10:04:57 PM)

Bump




MorningDew -> RE: ultra wide resolution support (3/13/2017 8:26:20 PM)

I have been unable to get this working on my system because I cannot get windowed mode to work. The window shows but the scenario selection window is not scaled for it...I just see part of the screen.




Paullus -> RE: ultra wide resolution support (3/13/2017 9:14:38 PM)

Have you tried the different resolutions supported? like 2560x1440, 1920x1080.




MorningDew -> RE: ultra wide resolution support (3/13/2017 10:51:54 PM)

I have. Whenever I pick Windowed, regardless of the resolution, it seems to try to change the entire screen resolution and then all I get is the middle of my screen showing the attached. This is all I can see (this is a print screen of the entire screen).

[image]local://upfiles/22361/523ECC20974447C78965CFEDCB25196E.jpg[/image]

Here are the settings that produce that:

[Options]
Objectives=Yes
SoundBackground=No
ScenarioDifficulty=1
CoveredArc=No
ExitHex=Yes
FireRange=No
LOSTool=Yes
Windowed=Yes
Sizex=1920
Sizey=1080
FireInterruption=Yes
DisplayRoutTool=Yes
DisplayMarkers=Yes
SoundFX=Yes
HexDot=Yes




CapnDarwin -> RE: ultra wide resolution support (3/13/2017 10:58:31 PM)

Andrew, what is your OS? Also what is your font scaling?




MorningDew -> RE: ultra wide resolution support (3/14/2017 1:15:47 AM)

HP Envy 34"
Windows 10 Pro
Font scaling is 100%




Paullus -> RE: ultra wide resolution support (3/14/2017 4:50:12 PM)

This got to be able to fix with some setting so we'll keep throwing ideas to you. What graphics card do you have?




CapnDarwin -> RE: ultra wide resolution support (3/14/2017 7:13:35 PM)

Windows 10 has two scaling controls. The first is Settings/Display. That has the custom scale slider. If you click the Advanced Display Settings link at the bottom of the screen, you will go that page. At the bottom of that page is a link called Advanced sizing of text and other items. Clicking that opens a dialog box. Under Change size of items is a link called "set a custom scaling level". Click that. What is the percentage in the box and what point size and UI font is called out under the ruler?




MorningDew -> RE: ultra wide resolution support (3/14/2017 9:00:56 PM)

100%



[image]local://upfiles/22361/F3DED507BFF444D1B94B795AE18154DC.jpg[/image]




MorningDew -> RE: ultra wide resolution support (3/14/2017 9:02:20 PM)

Intel HD Graphics 530




dave68124 -> RE: ultra wide resolution support (3/14/2017 11:19:07 PM)

I have a wide monitor that isn't supported as well. Take the game out of windowed mode. Use the Windows 10 setting to get a resolution supported by the game, and fire up the game to see what you get. I have no issues with mine and wondering if the windowed mode is screwing you up.




MorningDew -> RE: ultra wide resolution support (windowed mode issue solved) (3/15/2017 10:22:30 PM)

I figured it out. Under the EXE properties, the compatibility tab had Run in 640 x 480 screen resolution checked.Once I unchecked it windows mode is working fine.




CapnDarwin -> RE: ultra wide resolution support (windowed mode issue solved) (3/15/2017 10:31:59 PM)

Glad to here it was a simple fix. Once you happen to find it. [:D]




Paullus -> RE: ultra wide resolution support (windowed mode issue solved) (3/16/2017 5:38:05 AM)

Great work AndrewKurtz [:)]




Qwixt -> RE: ultra wide resolution support (4/20/2017 3:09:48 AM)


quote:

ORIGINAL: dave68124

I have a wide monitor that isn't supported as well. Take the game out of windowed mode. Use the Windows 10 setting to get a resolution supported by the game, and fire up the game to see what you get. I have no issues with mine and wondering if the windowed mode is screwing you up.


I wish I had seen this post before buying last night as I definitely would not have bought it. It's very simple to set screen resolution. At the very least, it should be possible to config a fullscreen resolution, then the program could set that resolution. Because changing the desktop resolution to run a game is ridiculous, and the only window that works on my display in a window is 50% smaller than the display. I should be able to set a fullscreen resolution of 1920x1080, which would allow my monitor to stretch the image.

I could add the code to add this feature if needed. I have code that I used in the past for this purpose, if an example is needed. It uses User32.dll, so it's not like it will add additional requirements to use. Basically, it should save current resolution, enumDisplaySettings, then call ChangeDisplaySettings with the correct devmode matched from enum call, then when exiting, reset to original resolution.




Paullus -> RE: ultra wide resolution support (4/22/2017 8:01:47 AM)

Well no it is unfortunately not that simple. That is down to the way the LOS engine is working.




Qwixt -> RE: ultra wide resolution support (4/22/2017 2:12:13 PM)


quote:

ORIGINAL: Paullus

Well no it is unfortunately not that simple. That is down to the way the LOS engine is working.


I was talking about picking one of the approved resolutions (e.g. 1920x1080) via config file or whatever and setting the monitor to it.




dox44 -> RE: ultra wide resolution support (4/22/2017 4:36:37 PM)

Qwixt apologize beforehand as i may not be understanding you.

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




Paullus -> RE: ultra wide resolution support (4/22/2017 5:53:48 PM)

Oh okay, I see what you mean. I'll forward your thoughts to Peter




Qwixt -> RE: ultra wide resolution support (4/22/2017 7:09:52 PM)

quote:

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.




Qwixt -> RE: ultra wide resolution support (4/22/2017 9:50:32 PM)

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.




Qwixt -> RE: ultra wide resolution support (4/22/2017 9:51:20 PM)

Here is the source code for VS2015 express.





Paullus -> RE: ultra wide resolution support (4/23/2017 7:43:25 AM)

Great work Qwixt. Many thanks for sharing.




dox44 -> RE: ultra wide resolution support (4/23/2017 5:42:01 PM)

Qwixt thanks!

very nice...

casebier




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
5.703125