Game Development Community

Can't run -- windowing available?

by Russell · in General Game Discussion · 10/12/2003 (8:32 pm) · 1 replies

I can only display video in 1024x768, and cannot go to lower resolutions. So when I try to play the game, it messes up my monitor. Is there a way to play in a higher resolution, possibly in a window?

Russell

About the author

Recent Threads


#1
10/29/2003 (8:10 am)
You can edit the config.cfg file in the script directory

change
render_fullscreen 1.000000
to
render_fullscreen 0.000000

to run in a window

or
render_resolution 1.000000
to
render_resolution 3.000000
for 1024x768