Interface administrators, moderator
2,603
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:CVars}} | {{DISPLAYTITLE:CVars}} | ||
CVars are values that affect specific game features. For example, the "Traffic" cvar will toggle the server traffic on/off, depending on the value provided. | CVars are values that affect specific game features. For example, the "Traffic" cvar will toggle the server traffic on/off, depending on the value provided. Use the cvar tag in your [[ServerConfiguration|server config]] to add them. Below is a list of built in cvars and values for each. You can also add custom cvars and access any cvar with [[server.getCVar|server.getCVar]]. CVars added to server config are not case sensitive. | ||
'''All CVars set in server config are sent to clients, so don't use any sensitive info in them!''' | '''All CVars set in server config are sent to clients, so don't use any sensitive info in them!''' |