Forum
Commands Help
Created 14th July 2009 @ 10:18
Add A Reply Pages: 1
i’d like to know the default values (fresh new install of the game) of the following commands…
rate
cl_lagcompensation
cl_smooth
cl_smoothtime
cl_interp_threadmodeticks
cl_pred_optimize
cl_interp_ratio
i’ve tried to delete file config and look in it with a fresh one after the deletion but i can’t find them and once i modify those values they stand and i don’t know how to get back to standard values, for testing purpose.
any help is appricieted thx
Type them in console. You’ll see the default values.
Type them in console. You’ll see the default values.
n1 never thought to that lol i’ll try thx m8
“rate” = “10000”
– Max bytes/sec the host can receive data
“cl_lagcompensation” = “1”
– Perform server side lag compensation of weapon firing events.
“cl_smooth” = “0”
– Smooth view/eye origin after prediction errors
“cl_smoothtime” = “0.1” (max 2.000000, min. 0.010000)
– Smooth client’s view after prediction error over this many seconds
“cl_interp_threadmodeticks” = “0”
– Additional interpolation ticks to use when interpolating with threaded engine mode set.
“cl_pred_optimize” = “2”
– Optimize for not copying data if didn’t receive a network update (1), and also for not repredicting if there were no errors (2).
“cl_interp_ratio” = “2.0”
– Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate).
Default values and descriptions.
What Anakin ment: http://u1.imgupload.co.uk/1247526000/4c46_tr_rocket_shooting20027.jpg
“rate” = “10000”
– Max bytes/sec the host can receive data“cl_lagcompensation” = “1”
– Perform server side lag compensation of weapon firing events.“cl_smooth” = “0”
– Smooth view/eye origin after prediction errors“cl_smoothtime” = “0.1” (max 2.000000, min. 0.010000)
– Smooth client’s view after prediction error over this many seconds“cl_interp_threadmodeticks” = “0”
– Additional interpolation ticks to use when interpolating with threaded engine mode set.“cl_pred_optimize” = “2”
– Optimize for not copying data if didn’t receive a network update (1), and also for not repredicting if there were no errors (2).“cl_interp_ratio” = “2.0”
– Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate).Default values and descriptions.
What Anakin ment: http://u1.imgupload.co.uk/1247526000/4c46_tr_rocket_shooting20027.jpg
thx m8 :)
Anytime :D
Add A Reply Pages: 1