From sl.Wiki
This article is currently work in process
cvar Prefixes
Most cvars have a prefix which indicates the intended usage.
| b_
| ETPro settings (b like bani).
|
| bot_
| Bot settings (unused in Enemy Territory).
|
| cg_
| Client game settings.
|
| cf_
| Game stats.
|
| cl_
| Client engine settings.
|
| com_
| Common settings.
|
| fs_
| Filesystem settings.
|
| g_
| Game settings (server).
|
| in_
| Input settings.
|
| m_
| Mouse settings.
|
| net_
| Netcode.
|
| r_
| Renderer settings.
|
| s_
| Sound settings.
|
| sv_
| Server settings.
|
| ui_
| User interface and ingame browser settings.
|
| vote_
| Used for votes.
|
cvar Flags
The flags indicate usage and availability of cvars.
| S
| ServerInfo cvar.
|
| U
| UserInfo cvar.
|
| R
| Read only cvar.
|
| I
| Initializing cvar.
|
| A
| Archived cvar (cvar will be read from and written to config).
|
| L
| Latched cvar (require a restart to take effect, e.g. with a vid_restart command).
|
| C
| Cheat protected cvar (require enabled cheats or can't be changed).
|
cvar List
A
| cvar Name
| Flags
| Default
| Mods
| Comments
|
| activeAction
|
| ""
| etmain
| Executed upon receiving the first snapshot from a server when connecting.
|
| arch
|
|
| etmain
| The current system (architecture) the game runs on, e.g. "winnt" for Windows NT and Windows XP.
|
B
| cvar Name
| Flags
| Default
| Mods
| Comments
|
| bot_debug
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_developer
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_enable
| A
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_fastchat
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_grapple
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_groundonly
|
| "1"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_minplayers
| A
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_nochat
|
| "1"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_norcd
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_reachability
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_reloadcharacters
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_rocketjump
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_testichat
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_testrchat
|
| "0"
| etmain
| Unused, since Enemy Territory has no bot support.
|
| bot_thinktime
|
| "50"
| etmain
| Unused, since Enemy Territory has no bot support.
|
C
D