//flex table opened by JP

Click to See Complete Forum and Search --> : GLQuake I video


washe
01-13-2002, 07:34 PM
Dudes anyone knows how I can change the videomodes in quake 1, im using glquake, but I only have the normal resolution. Also I lost the bottom bar were it shows the health and the ammo.

How i can turn this on again?

Crass1
01-14-2002, 12:15 AM
check the in-game video settings to change resolution and other settings. For the health and ammo, try the + and - keys to change screen size.

Jimstep
01-17-2002, 05:15 PM
With Glquake you have to set the video mode from the command line via switches. For example, to run in 1600 x 1200 x 16bit color, you would execute:

GLQUAKE -width 1600 -bpp 16

For 800 x 600

GLQUAKE -width 800 -bpp 16

To save time, you can create a shortcut and add this to the target input box in the properties section

I haven't tried any number but 16 for the pixel color. The last time I tried it was with a 3dfx card that only had 16bit color.

I hope this helps. Good Luck!!