Game Development Community

Full screen/ game resolution

by Peter Williamson · in Torque Game Builder · 04/03/2007 (2:44 am) · 4 replies

Enjoying playing with the Windows Beta, however...

- When I go to full screen the menu bar disappears (Can' get out of fullscreen...so can't close it)

- I can't seem to change the default game screen resolution from 800 x 600 either. There doesn't appear to be a prefs.cs file being generated either.

Thanks for any help

#1
04/03/2007 (3:15 am)
And if you press ALT-F4 does it still not kill it?
#2
04/03/2007 (3:24 am)
Btw I have submitted a fix for this.
#3
04/03/2007 (9:23 am)
I have the same problem, no menu bar. Yes I can kill the program but not gracefully.

I guess we wait...

In the meantime where can I find a prefs file to fix this.
#4
04/03/2007 (9:53 am)
For a particular project In common/canvas.cs [line 28] change

%goodRes = $Game::WindowResolution;

to

%goodRes = $Game::Resolution;

To fix it so it will do it for all new projects make the same change in
tgb\gameData\T2DProject\common\gameScripts