Better Grpahics Through Config Modification
Ashaman_Joe
Join Date: 2003-11-11 Member: 22559Members, Constellation
<div class="IPBDescription">Looking for it</div> A while back, there had been a post that contained several modifications to the config.cfg that both improved graphics quaility and speed. Unfortunately, I lost the modifications when I had to reinstall Steam. If anyone could drop me a link to it, or post them here, I would appreciate it.
Comments
gl_texturemode "GL_LINEAR_MIPMAP_LINEAR" //(nicer textures with trilinear filtering)
r_mmx "1" // should increase performance
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
gl_texturemode "GL_LINEAR_MIPMAP_LINEAR" //(nicer textures with trilinear filtering)
r_mmx "1" // should increase performance
<!--c2--></td></tr></table><div class='postcolor'><!--ec2--> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
I seem to remember there being more to it.
But its a start (and better than nothing). Thanks!
gl_picmip 0
gl_dither 0 (default is 1, hits performance a lot)
gl_max_size 512
gl_texturemode "GL_LINEAR_MIPMAP_LINEAR" //(nicer textures with trilinear filtering)
r_mmx "1" // should increase performance
<!--c2--></td></tr></table><div class='postcolor'><!--ec2--> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
Does the trilinear code look like this?
gl_texturemode "GL_TRILINEAR_MIPMAP_TRILINEAR"
gl_cull 1
gl_clear 1
gl_keeptjunctions 1
gl_texsort 1
gl_overbright 1
gl_wateramp 1
gl_ztrick 0
gl_dither 0
gl_smoothmodels 1
gl_spriteblend 1
gl_lightholes 1
gl_monolights 0
gl_round_down 0
gl_picmip 0
gl_playermip 0
gl_texturemode GL_LINEAR_MIPMAP_LINEAR
gl_max_size 1024
Put them in your userconfig.cfg file and it will load every time.
gl_texturemode "GL_LINEAR_MIPMAP_LINEAR" //(nicer textures with trilinear filtering)
r_mmx "1" // should increase performance
<!--c2--></td></tr></table><div class='postcolor'><!--ec2--> <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
Does the trilinear code look like this?
gl_texturemode "GL_TRILINEAR_MIPMAP_TRILINEAR" <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
No, the one he posted was trilinear.