cfg help pls

hello guys

i need some help with my cfg. I just registerd here so maybe some can help me.



I need a new cfg with higher details (skin from players/walls/trees should have more details) but no smoke or tracers from myself.


i dont know how to get these things in my cfg:

resolution:
1680 x 1050 (if ET can handle this) if not .. 1280x1024

Colordepth: 32 bit
Texture quality: 32 bit
Texture filter: Trilinear
Depth buffer: 32 bit

I dont know whats important to get a higher detailed cfg.

my system:
- quad core thingie
- gtx280
- 4 GB ddr3


who can help me? Feel free to pm me
Comments
3
set r_mode -1
set r_customwidth 1680
set r_customheight 1050

vid_restart
seta r_detailtextures "1"
seta r_depthbits "32"
seta r_customheight "1050"
seta r_customwidth "1680"
seta r_mode "-1"
seta r_customaspect "1"
seta r_picmip "1"
seta r_picmip2 "1"
seta r_texturebits "32"
seta r_colorbits "32"

vid_restart
seta r_picmip "0"

seta r_textureMode "GL_LINEAR_MIPMAP_LINEAR"

vid_restart

for high details
Back to top