Outerra forum

Anteworld - Outerra Game => Tech demo, support, updates => Topic started by: OmniAtlas on November 18, 2015, 01:02:35 am

Title: output to a different desktop
Post by: OmniAtlas on November 18, 2015, 01:02:35 am
Hello, does anyone know how I can output outerra to a different desktop?

I have a projector and LCD connected to my computer but outerra only opens on the main desktop screen and not the projector (extended display).

I am unable to move the outerra window to another screen.

Thank you.
Title: Re: output to a different desktop
Post by: cameni on November 18, 2015, 01:41:27 am
Edit eng.cfg and set wnd_x_pos and wnd_y_pos to position the window on Windows virtual desktop (http://msdn.microsoft.com/en-us/library/windows/desktop/dd145136%28v=vs.85%29.aspx). You may also need to turn off fullscreen there and set wnd_hide_titlebar = true.
Title: Re: output to a different desktop
Post by: OmniAtlas on November 18, 2015, 03:17:24 am
Edit eng.cfg and set wnd_x_pos and wnd_y_pos to position the window on Windows virtual desktop (http://msdn.microsoft.com/en-us/library/windows/desktop/dd145136%28v=vs.85%29.aspx). You may also need to turn off fullscreen there and set wnd_hide_titlebar = true.

Thank you. By turning on the titlebar I am able to drag it to the other desktop. Now I only have to figure out the coordinates!

Perhaps in future builds there will be a simpler method to move and resize the window?