• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

sniper ghost warrior in window mode

mb103051

Senior member
does anyone know how to play this game in a window mode as opposed to full screen?
alt + enter does not work and google dosent come up with the answer...
 
I did it, but I dont remember how. I think it was in the video cfg file. I'll post back later tonight when I get home if no one responds. Its was funky however, as you couldn't move the window, it was just your desktop, and then the game would occupy the upper left corner to your resolution. So you needed to arrange the other windows you wanted to see before starting up the game.

EDIT:

Quick google search refreshed my memory.

Edit Video.scr
Code:
C:\Program Files (x86)\City Interactive\Sniper Ghost Warrior\Game\out\Settings\Video.scr*

*different for Steam.

Set:

Code:
 Fullscreen()
to
Code:
 Fullscreen(1)

Although doing this resulted in the behavior I described above. You can probably use
Code:
WindowOffset(i,i)
to set an initial window position.
 
Last edited:
Back
Top