Post Reply 
 
Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change game resolution?
11-07-2014, 03:35 PM
Post: #1
Change game resolution?
Is it possible to change game resolution as I am having a hard time squinting at the game's UI?
Find all posts by this user
Quote this message in a reply
11-07-2014, 04:02 PM
Post: #2
RE: Change game resolution?
Agreed, UI should scale with screen resolution and to boot the Zoom option is ridiculous.
Find all posts by this user
Quote this message in a reply
11-07-2014, 10:40 PM
Post: #3
RE: Change game resolution?
I agree as well. The UI on any large display is very difficult to see. The zoom option is helpful in theory, but needs some work.
Find all posts by this user
Quote this message in a reply
11-09-2014, 05:09 PM (This post was last modified: 11-09-2014 06:37 PM by Muze.)
Post: #4
RE: Change game resolution?
I struggled with this as well. 30inch monitor @ 2560x1600. The game seems to default to the native resolution of your monitor. Even when I set the desktop to 1920x1200 the game was still in the higher res. So the solution is to edit your config.xml. This file is located in files/saves/

Code:
<options>
  <video>
    <horizontal n="1920" />
    <vertical n="1200" />
    <fullscreen n="true" />

    snip


    <forcedFullscreenHorizontal n="1" />
    <forcedFullscreenVertical n="1" />
  </video>

Your choice of resolution. You still have to set the desktop res to what you want in-game, or the wrong res will get written back into this file. In this case I have my desktop set to 1920x1200, then I load the game. When I load my save, the game is not fullscreen even though it is checked off in options. I go to the video options and apply, then the game is fullscreen 1920x1200.
Find all posts by this user
Quote this message in a reply
01-08-2016, 04:27 PM (This post was last modified: 01-08-2016 04:28 PM by fxfighter.)
Post: #5
RE: Change game resolution?
More to the point about the UI size/scale, edit the config.xml and change

Code:
<GUIzoom n="50" />

50 looks pretty good @ 2560x1440
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 3 Guest(s)