AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   what this commands? (https://forums.alliedmods.net/showthread.php?t=228360)

Bibihotz 10-18-2013 12:51

what this commands?
 
Quote:

sv_unlag 1
sv_maxunlag 0.5
i see in some servers cfg but is unknown command

Bacardi 10-18-2013 15:42

Re: what this commands?
 
...first for all, you not need find and add ALL console variables in server config file.
Better leave them with default value.

And those just a hidden cvars, that's all. redundant.
Code:

Unknown command "sv_unlag"
Unknown command "sv_maxunlag"
"sv_unlag" = "1"
 game
 - Enables player lag compensation
"sv_maxunlag" = "1.0" min. 0.000000 max. 1.000000
 game
 - Maximum lag compensation in seconds


[SM] Changed cvar "sv_unlag" to "0".
L 10/18/2013 - 22:37:30: [sm\basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_unlag") (value "0")
[SM] Changed cvar "sv_maxunlag" to "0.5".
L 10/18/2013 - 22:37:47: [sm\basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_maxunlag") (value "0.5")


Bibihotz 10-18-2013 17:00

Re: what this commands?
 
Quote:

Originally Posted by Bacardi (Post 2050455)
...first for all, you not need find and add ALL console variables in server config file.
Better leave them with default value.

And those just a hidden cvars, that's all. redundant.
Code:

Unknown command "sv_unlag"
Unknown command "sv_maxunlag"
"sv_unlag" = "1"
 game
 - Enables player lag compensation
"sv_maxunlag" = "1.0" min. 0.000000 max. 1.000000
 game
 - Maximum lag compensation in seconds


[SM] Changed cvar "sv_unlag" to "0".
L 10/18/2013 - 22:37:30: [sm\basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_unlag") (value "0")
[SM] Changed cvar "sv_maxunlag" to "0.5".
L 10/18/2013 - 22:37:47: [sm\basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_maxunlag") (value "0.5")


and what is this commands? :/ reduce the lag?

ddhoward 10-18-2013 17:10

Re: what this commands?
 
They are not commands, they are cvars.

The first one enables lag compensation, the second one sets how much can be used.

https://developer.valvesoftware.com/...g_compensation


All times are GMT -4. The time now is 00:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.