Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Borderless Window Offset Issue

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
2/4/2016 1:10:50 PMUSrankBeamer before revert after revert
7/31/2015 3:17:35 AMUSrankBeamer before revert after revert
7/31/2015 3:14:08 AMUSrankBeamer before revert after revert
7/31/2015 3:13:36 AMUSrankBeamer before revert after revert
Before After
1 Borderless Window is incorrectly aligned with the following steps (on a 1920x1080 monitor): 1 Borderless Window is incorrectly aligned with the following steps (on a 1920x1080 monitor):
2 \n 2 \n
3 With a fresh install, Borderless is chosen by default. springsettings.cfg does not have parameters XResolutionWindowed or YResolutionWindowed. Everything looks correct ingame so far. 3 With a fresh install, Borderless is chosen by default. springsettings.cfg does not have parameters XResolutionWindowed or YResolutionWindowed. Everything looks correct ingame so far.
4 \n 4 \n
5 [This step is not necessary to reproduce the error, but it is still interesting] If I set window to Fullscreen, enter and quit game, and then set window back to Borderless, enter and quit game, springsettings. cfg now has parameters XResolutionWindowed = 1920 and YResolutionWindowed = 1080. This still looks correct in game, but it is interesting that Borderless adds these parameters when they were not in springsettings. cfg initially. 5 [This step is not necessary to reproduce the error, but it is still interesting] If I set window to Fullscreen, enter and quit game, and then set window back to Borderless, enter and quit game, springsettings. cfg now has parameters XResolutionWindowed - 1920 and YResolutionWindowed - 1080. This still looks correct in game, but it is interesting that Borderless adds these parameters when they were not in springsettings. cfg initially.
6 \n 6 \n
7 If I set window to Windowed, enter and quit game, springsettings.cfg adds parameters XResolutionWindowed and YResolutionWindowed if they don't already exist, and sets them to 1916 and 1053, respectively. If I then set window to Borderless, enter and quit game, XResolutionWindowed and YResolutionWindowed do not change back to 1920 and 1080, respectively. This causes the game screen to be slightly offset, which allows the player to click outside the game. Either changing these parameters back to 1920 and 1080, or deleting these parameters, solves the problem. 7 If I set window to Windowed, enter and quit game, springsettings.cfg adds parameters XResolutionWindowed and YResolutionWindowed if they don't already exist, and sets them to 1916 and 1053, respectively. If I then set window to Borderless, enter and quit game, XResolutionWindowed and YResolutionWindowed do not change back to 1920 and 1080, respectively. This causes the game screen to be slightly offset, which allows the player to click outside the game. Either changing these parameters back to 1920 and 1080, or deleting these parameters, solves the problem.
8 \n 8 \n
9 By the way, for things like this, should I post them here, or on the dev website? 9 By the way, for things like this, should I post them here, or on the dev website?