Game Development Community

Resolution Settings

by Kyle Cook · in Torque Game Engine · 06/15/2006 (10:49 pm) · 4 replies

By default TGE has four resolution options: 512x384, 640x400, 640x480, and 800x600.

My question is how do you alter what resolutions are available? I would like to add some higher resolutions, maybe even a widescreen setting, and remove those ancient resolutions..

#1
06/15/2006 (11:08 pm)
I'm pretty sure torque adapts to any monitor that it's put on. The resolutions available are also different depending on if torque is in full screen, or windowed mode. Give it a try.

-Max
#2
06/15/2006 (11:10 pm)
I think it depends on your graphics card and if you are running TGE in window mode.
#3
06/16/2006 (12:23 am)
When you load up your game, Torque checks what resolutions your GPU can handle and populates the dropdown menu that you see in OptionsDlg with the values.

If those are the only values that you see, then that's what your computer can handle.. at least according to Torque :p
#4
06/16/2006 (8:01 am)
Awesome, thanks guys.