Silent Forcing Client Settings: Difference between revisions
(Created page with "silEnT server is able to force client cvars to certain values or ranges by using forcecvar and sv_cvar commands. sv_cvarempty will clear all the sv_cvar commands the server ha...") |
No edit summary |
||
Line 1: | Line 1: | ||
= Description = | |||
To use the possibility, the g_mapConfigs must be set. All forcecvar and sv_cvar commands that are placed in the default.cfg, will be executed on every map start. Those settings can be overloaded by using a map specific cfg | silEnT server is able to force client cvars to certain values or ranges by using forcecvar and sv_cvar commands. '''sv_cvarempty''' will clear all the sv_cvar commands the server has loaded. | ||
To use the possibility, the g_mapConfigs must be set. All forcecvar and sv_cvar commands that are placed in the mapconfig files. The default.cfg, will be executed on every map start. Those settings can be overloaded by using a map specific cfg ([mapname].cfg). | |||
This page is still a stub. More detailed documentation to come. | This page is still a stub. More detailed documentation to come. | ||
= forcecvar = | |||
Forcecvar command can be used to force client cvars into a single value. | |||
'''Example:''' | |||
forcecvar snaps 20 | |||
This forces the snaps cvar to 20 on all players. | |||
= sv_cvar = |
Revision as of 21:10, 18 September 2014
Description
silEnT server is able to force client cvars to certain values or ranges by using forcecvar and sv_cvar commands. sv_cvarempty will clear all the sv_cvar commands the server has loaded.
To use the possibility, the g_mapConfigs must be set. All forcecvar and sv_cvar commands that are placed in the mapconfig files. The default.cfg, will be executed on every map start. Those settings can be overloaded by using a map specific cfg ([mapname].cfg).
This page is still a stub. More detailed documentation to come.
forcecvar
Forcecvar command can be used to force client cvars into a single value.
Example:
forcecvar snaps 20
This forces the snaps cvar to 20 on all players.