Game Development Community

Red alert

by Zilla · in Torque X 2D · 08/30/2007 (7:30 am) · 6 replies

The default scene (screen) of TXB on my XP computer is always red and I cannot change it - makes me kind of aggressive ;-). I have removed and installed TXB several times. I also cannot maximize the window because the button is greyed.

www.gymprojects.ch/zilla/images/red.jpg
Where can I change this?

#1
08/30/2007 (8:21 am)
Since when does this happen?
I had trouble with TXB not even starting because I updated my graphics drivers. Re-installing the old ones solved the problem.
#2
08/30/2007 (8:24 am)
I cannot even resize the TXB window and therefore I cannot access all the controls in the edit/project/create panel.
#3
08/30/2007 (8:37 am)
I ran into this at GDC when using TXB on Vista. We never figured out how to fix the red but the resize was something like: setres(1024, 768); or some such.
#4
08/30/2007 (11:22 pm)
Quote:setres(1024, 768);

Where do I find this setting?
#5
08/31/2007 (6:03 am)
Press the '(tilde) key to bring down the console then type setres(*some width*, *some height*) as jonathon says.
#6
08/31/2007 (1:26 pm)
Cool! a console :-)
thank you for the information