Help !!!

lemmingzappa

Newbie
Joined
Jan 6, 2004
Messages
306
Reaction score
0
Playing online with cs source, I get like lots of jittering and it gets laggy. I always have a low ping of abnout 20 - 25 but it seems to do this still.

AMD 2800+
512mb RAM pc3200 ddr400
x800xt PE 256mb
WD 7200rpm HDD
750k cable

Ive tried so many things for months to fix this and Im still getting the problem. Ive tried cl_smooth 0 and that helps a little bit. But even with the lowest settings I still get the annoying jittering.
 
your rates may be set low .. try this.

cl_updaterate 101
cl_cmdrate 101
rate 20000
cl_smooth
 
If your talking about fps loss .. try copying this and putting it in /cstrike/cfg/autoexec.cfg

mat_dxlevel 81
cl_show_bloodspray "1"
cl_ragdoll_physics_enable "1"
cl_phys_props_enable "0"
cl_ejectbrass "0"
cl_phys_props_max "0"
cl_smooth "0"
cl_lagcomp_errorcheck "1"
cl_forcepreload "1"
cl_radartype "1"
cl_show_bloodspray "1"
cl_show_splashes "0"
cl_scalecrosshair "1"

mat_bumpmap "0"
mat_specular "0"
mat_picmip "1"
mat_trilinear "1"
mat_bloom "0"
mat_clipz "0"
mat_fastnobump "1"
mat_fastspecular "0"
mat_mipmaptextures "1"

r_lod "-5"
r_shadows "0"
r_rainsimulate "0"
r_mmx "1"
r_propsmaxdist "100"
r_rainalpha "0"
r_rainalphapow "0"
r_raindensity "0"
r_rainlength "0"
r_RainProfile "0"
r_rainradius "0"
r_RainSideVel "0"
r_rainspeed "0"
r_rainwidth "0"
r_RainSplashPercentage "0"
r_renderoverlayfragment "0"
r_rootlod "2"
r_shadowmaxrendered "-1"
r_shadowrendertotexture "0"
r_sse "1"
r_sse2 "1"
r_teeth "0"
r_worldlightmin "1"
r_worldlights "1"
r_avglight "0"
r_decal_cullsize "1"
r_decals "50"
r_dispfullradius "2"
r_drawdetailprops "0"
r_drawropes "0"
r_dynamic "0"
r_eyeglintlodpixels "0"
r_eyegloss "0"
r_eyemove "0"
r_eyes "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
r_lightaverage "0"
r_lightinterp "0"
r_drawlights 0
r_3dsky 0

fps_max "100"
fog_enable_water_fog "1"
budget_show_history "0"
mp_decals "50"
muzzleflash_light "0"
snd_mixahead "0.7"
sv_forcepreload "1"
fog_enable "0"

violence_agibs "1"
violence_hgibs "1"
violence_hblood "1"
violence_ablood "1"

You may want to try mat_dxlevel 70 .. it doesn't work on all cards (doesn't on mine) but if it does its a real fps booster.
 
it also may be your interpolation, set it to: cl_interpolate 0
 
Back
Top