Maximum Quake

6 replies [Last post]
UnknownUser807
Reno's picture
Offline
Joined: Sep 2006
Posts:

Anyone got a cfg for the "best possible" Quake 3 graphic settings. Just want to make a few tests etc

"Beer is proof that God loves us and wants us to be happy." - Benjamin Franklin

-C4-TYRANTuk.tyrant
Offline
Joined: Sep 2005
Posts:
Maximum Quake

maybe 1 or 2 settings missed but these are the main ones Happy

~tyrant!~ZoO.ConcreteDonkey

mow Q [EN]
Offline
Joined: Nov 2003
Posts:
Maximum Quake

put ingame on highest grafic, than put picmip 0

further use following settings:
r_lodBias -2 (no low detail models)
r_subdivisions 1 (more triangles in curves)
r_lodCurveError 10000 (extended curve rows)
r_stencilbits 8 (enable 8 bit stencil buffer)
cg_shadows 2 (enable stencil shadows)
r_textureMode "GL_LINEAR_MIPMAP_LINEAR"

(pls put shadows back to minimum 1 if u play on pb server Laughing

(a lot of tyrs commands are quite useless for e+ or baseq3)

and pls dont forget to backup ur real config.

RONiN
YasDaMan's picture
Offline
Joined: Dec 2005
Posts:
Maximum Quake

what about settings for minimum quake?

{D*R*T} FAITH
Faith's picture
Offline
Joined: Dec 2004
Posts:
Maximum Quake
UnknownUser807 wrote:

Anyone got a cfg for the "best possible" Quake 3 graphic settings. Just want to make a few tests etc

[code:1]//Quake3 & TeamArena
seta cg_oldRail "0"
seta cg_oldRocket "0"
seta cg_oldPlasma "0"
seta cg_noProjectileTrail "0"
seta cg_hudFiles "ui/hud.txt"
seta r_inGameVideo "1"
seta s_doppler "1"
seta cg_scorePlums "1"
seta r_ext_compressed_textures "0"
seta r_ext_compress_textures "0"
seta com_blood "1"
seta cg_simpleItems "0"
seta cg_draw3dIcons "1"
seta cg_gibs "1"
seta cg_marks "1"
seta cg_brassTime "2000"
seta cg_shadows "1"
seta r_picmip "0"
seta r_finish "0"
seta r_roundImagesDown "0"
seta r_lodBias "-2"
seta r_swapInterval "0"
seta r_subdivisions "1"
seta r_lodCurveError "10000"
seta r_colorbits "32"
seta r_texturebits "32"
seta r_stencilbits "8"
seta r_depthbits "24"
seta r_dynamiclight "1"
seta r_drawSun "1"
seta r_fastsky "0"
seta r_flares "1"
seta r_textureMode "GL_LINEAR_MIPMAP_LINEAR"
seta r_vertexLight "0"
seta s_loadas8bit "0"
seta s_compression "0"
seta s_khz "22"
seta s_musicvolume "0"
seta s_mixahead "0.2"[/code:1]

RONiN wrote:

what about settings for minimum quake?

[code:1]//Quake3 & TeamArena
seta cg_oldRail "1"
seta cg_oldRocket "1"
seta cg_oldPlasma "1"
seta cg_noProjectileTrail "1"
seta cg_hudFiles "ui/hud2.txt"
seta r_inGameVideo "0"
seta s_doppler "0"
seta cg_scorePlums "0"
seta r_ext_compressed_textures "1"
seta r_ext_compress_textures "1"
seta com_blood "0"
seta cg_draw3dIcons "0"
seta cg_simpleItems "1"
seta cg_gibs "0"
seta cg_marks "0"
seta cg_brassTime "0"
seta cg_shadows "0"
seta r_picmip "2"
seta r_finish "0"
seta r_roundImagesDown "2"
seta r_lodBias "2"
seta r_swapInterval "0"
seta r_subdivisions "90"
seta r_lodCurveError "125"
seta r_colorbits "16"
seta r_texturebits "16"
seta r_stencilbits "0"
seta r_depthbits "16"
seta r_dynamiclight "0"
seta r_drawSun "0"
seta r_fastsky "0"
seta r_flares "0"
seta r_textureMode "GL_LINEAR_MIPMAP_NEAREST"
seta r_vertexLight "1"
seta s_loadas8bit "1"
seta s_compression "1"
seta s_khz "11"
seta s_musicvolume "0"
seta s_mixahead "0.14"[/code:1]

http://ucguides.savagehelp.com/Quake3/FPS_visuals.html

UnknownUser807
Reno's picture
Offline
Joined: Sep 2006
Posts:
Maximum Quake

nice work cheers Happy

"Beer is proof that God loves us and wants us to be happy." - Benjamin Franklin

.
Offline
Joined: May 2005
Posts:
Maximum Quake

Quote:
seta cg_hudFiles "ui/hud.txt"

Does this command have any effect in e+ and can u change some hud settings?