full screen on a second monitor

Discuss about Blockout II from Jean-Luc, post your feature requests etc.
Post Reply
gandhi
Posts: 3
Joined: Wed Dec 12, 2007 8:35 am

full screen on a second monitor

Post 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.
User avatar
Herc
Posts: 174
Joined: Sun May 20, 2007 12:54 pm

Re:full screen on a second monitor

Post 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.
Post Reply