Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
// My lerp and rates, aggressive and efficient, should work good for everybody, however commons and survivors might lack of smoothness
// I strongly recommend to avoid using 0 lerp by personal experience.
// Don't hesistate to check some alternatives below...
rate "30000";
cl_cmdrate "50";
cl_updaterate "30";
cl_interp "0.01";
cl_interp_ratio "0";
cl_lagcompensation "1";
// For good to perfect connections
//rate "100000";
//cl_cmdrate "100";
//cl_updaterate "100";
//cl_interp "0.02";
//cl_interp_ratio "1";
//cl_lagcompensation "1";
// For average and below connections
//rate "50000";
//cl_cmdrate "58";
//cl_updaterate "50";
//cl_interp "0.035";
//cl_interp_ratio "1";
//cl_lagcompensation "1";