Category:Cvars: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
'''set''': change the cvar value. | '''set''': change the cvar value. | ||
'''seta''': set the cvar as having the Archive flag, meaning it gets stored in the configuration. | '''seta''': set the cvar as having the Archive flag, meaning it gets stored in the configuration. | ||
'''setu''': set the cvar as having the [[User Info]] flag, which has no real noted effect. | '''setu''': set the cvar as having the [[User Info]] flag, which has no real noted effect. | ||
'''sets''': set the cvar as having the [[Server Info]] flag, meaning the cvar is displayed in the Advanced Info section of the server browser. | '''sets''': set the cvar as having the [[Server Info]] flag, meaning the cvar is displayed in the Advanced Info section of the server browser. |
Revision as of 00:47, 22 February 2013
Short for Console Variable, a cvar is a variable that can be set via typing it into the console, followed by a valid value. (For example "g_gametype 0" would set the to FFA). Cvars can be set with a number of different modifiers. Just typing the cvar defaults to "set":
set: change the cvar value.
seta: set the cvar as having the Archive flag, meaning it gets stored in the configuration.
setu: set the cvar as having the User Info flag, which has no real noted effect.
sets: set the cvar as having the Server Info flag, meaning the cvar is displayed in the Advanced Info section of the server browser.
Pages in category "Cvars"
The following 8 pages are in this category, out of 8 total.