All Games
Variables
sv_unlag | Boolean
Enables or disables VALVe's lag compensation mechanism. It's recomended to enable it as it will help people with slower Internet connections. Examples:
sv_unlag 0 Disables the lag compensation
sv_unlag 1 Enables the lag compensation (default)
sv_maxunlag | Integer
Sets the maximum ammount of seconds that the netcode compensates for someone's ping. Examples:
sv_maxunlag 0.5 The netcode will compensate for 500ms. (default)
mp_flashlight 0.35 The netcode will compensate for 350ms.
sv_unlagsamples | Integer
Sets the ammount of packets that will be averages to find the ping to compensate for. Examples:
sv_unlagsamples 1 The netcode will calculate the ping from the last sample. (default)
sv_unlagsamples 2 The netcode will calculate the ping from the average of the last two samples.