Page 1 of 1

full screen on a second monitor

Posted: Fri Dec 14, 2007 2:28 pm
by gandhi
I\'m trying to find out if there is anyway to play this game fullscreen on a secondary monitor, as everytime I try to play full screen, it defaults to the primary. If anyone can help me with this, it would be awesome, thanks.

Re:full screen on a second monitor

Posted: Thu Jan 03, 2008 2:29 am
by Herc
this ULTRAMON - tool might help:

http://www.realtimesoft.com/ultramon/

with that you can do all kind of multi-monitor magic. hope it helps.. otherwise find some programmer who can modify blockout source code, its really just a matter of setting the window position (x,y) to something like (1280,0), i.e. to place the fullscreenwindow to the secondary monitor wich x position starts usually at width of the primary monitor in pixel (for example 1280px)

try to locate this:

CreateWindowEx(dwExStyle,\"OpenGL\", title, dwStyle |WS_CLIPSIBLINGS |WS_CLIPCHILDREN, x, y, ....

and change x accordingly.