Skip to content

Instantly share code, notes, and snippets.

@oneup
Created July 15, 2009 21:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oneup/148002 to your computer and use it in GitHub Desktop.
Save oneup/148002 to your computer and use it in GitHub Desktop.
widescreen quake 3 is nicer , also GL_NEAREST
// Quake 3
// config for iMac 2.4 GHz Core 2 Duo
// custom aspect ratio for 1680x1050 wide-screen
//
seta r_mode "-1"
seta r_fullscreen "1"
seta r_customheight "1050"
seta r_customwidth "1680"
// disable downsampling of textures -> crisper & higher image quality
seta r_picmip "0"
seta gl_highres_textures "1"
seta r_detailtextures "1"
seta r_texturemode "gl_nearest"
// q3f specific
seta com_soundMegs "18"
seta com_hunkMegs "180"
seta com_zoneMegs "24"
// put this in ~/Library/Application Support/Quake 3/baseq3/autoexec.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment