Game Development Community

Running TorqueX 2D in Windowed Mode

by Kareem Glover · in Torque X 2D · 11/01/2009 (7:03 pm) · 2 replies

I have been scrolling through the forums for a few hours now and still have not really found a answer to this problem. I recently purchased TorqueX 2D and I've been trying to figure out how to have it start in windowded mode instead of full screen. I am currently running Vista.

I have made the following changes to commonPrefs.cs

$pref::Video::fullScreen = "0";
$pref::Video::resolution = "1280 800 16";
$pref::Video::windowedRes = "1280 800 16";

and also
$levelEditor::DesignResolutionX = "1280";
$levelEditor::DesignResolutionY = "800";

The software is still launching in full-screen mode which makes it extremely hard to multitask.

Regards,

-Kareem

#1
11/01/2009 (8:04 pm)
I found a post that should be helpful to others Intially it did not work for me but after I changed my resolution
1280x760 32bit I was able to work in window mode.

mobile intel 945 chipset
Lenova / Vista

http://www.garagegames.com/community/forums/viewthread/67132
#2
11/02/2009 (11:53 am)
Changed the title of the thread to TorqueX 2D rather than TGB to avoid confusion.