Centering Game Window
Hey all.

I bought Bioshock 1 & 2, and many people experience problems playing the game, i.e. it easily freezes.

My main problem was it would freeze up at loading screens between levels. Thankfully, I found a work around: playing it in windowed mode.

However, windows always open in the upper left corner, and I would like to put the screen in the center.

For some games I can just open take manager and move the window manually, but other cases I am unable to.

Is there any other way I can center the screen (shortcut, presetting, etc.)?
< >
Showing 1-1 of 1 comments
Vaemer-Riit Mar 12, 2013 @ 8:05am 
If you have autohotkey you can write a script that moves the active window (in this case Bioshock 1 or 2) to the center of the screen.

You could try this (I have tested it on a web browser but not an actual game as of yet):
AppsKey:: WinGetActiveTitle, Title WinGetPos,,, Width, Height,%Title% WinMove, %Title%,, (A_ScreenWidth/2)-(Width/2), (A_ScreenHeight/2)-(Height/2)

This script will center the active window every time you push the application key on your keyboard (It should be where the Application Key is on this image[en.wikipedia.org])
Last edited by Vaemer-Riit; Mar 12, 2013 @ 8:10am
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Mar 12, 2013 @ 7:30am
Posts: 1