=================== List of CVARs =================== Enemy Territory: Legacy, just like the original Wolfenstein: Enemy Territory, offers a wide range of console variables, so-called *CVARs*. These are options that can be used to customize the game's behaviour, setup and appearance to accommodate the player's needs or preferences. Most can be set from the menu. But all can be set from inside a configuration file _(.cfg)_ , the command line or, in most cases from the console. Version goes here: .. contents:: `Table of contents` :depth: 1 :local: -------- .. |ETL logo| image:: https://raw.githubusercontent.com/etlegacy/etlegacy-assets/master/logo/regular_black.png :width: 1592 px :height: 1990 px :scale: 2 % .. |ss| raw:: html .. |se| raw:: html *Miscellaneous CVARS* ---------------------------------------- .. contents:: `CVAR Types` :depth: 1 :local: Player cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *dedicated* """""""""""""""""""""""""""""""""""""""" {TODO} *What is this used for? "Unknown CVAR" ingame* - *Default:* "0" = hidden| *Possible values:* "0" = hidden; "1" = LAN; "2" = Internet - Non-user CVAR used to set mode of server? -------- *etVersion* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only cvar to see the version of the game | +-----------------+-----------------------------------------------------------------------------------+ -------- *logfile* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables logging of engine output to etconsole.log | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enable logging, buffer log | +-------+---------------------------------------------------------------------------------------------+ | **2** | Enable logging, flush after each print | +-------+---------------------------------------------------------------------------------------------+ - Not to be confused with the engine cvar `cg_logfile`_ -------- *name* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "ETLegacyPlayer" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used to set the name you play with. Colors can be used. See | | | `color guide `_ | +-----------------+-----------------------------------------------------------------------------------+ -------- *rate* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 25000 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Rate by which resources are downloaded from the server when http/ftp is not | | | available | +-----------------+-----------------------------------------------------------------------------------+ -------- *password* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | The value is send to the server when connecting to authenticate with password | | | protected servers | +-----------------+-----------------------------------------------------------------------------------+ -------- *sensitivity* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 5 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Defines the sensitivity of mouse movements. E.g. looking around. Higher is faster | +-----------------+-----------------------------------------------------------------------------------+ -------- *snaps* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 20 - server `sv_fps`_ value | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Determines how many times per second the server sends updates to your client | +-----------------+-----------------------------------------------------------------------------------+ -------- *timedemo* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | When playing a demo back, the game can just keep reading messages from the demo | | | file until the cgame definitely has valid snapshots to interpolate between. A | | | timedemo will always use a deterministic set of time samples no matter what speed | | | machine it is run on, while a normal demo may have different time samples each | | | time it is played back. | +-----------------+-----------------------------------------------------------------------------------+ -------- Developer cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *activeAction* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | For the first frame of active play, execute the contents of activeAction. This | | | is to allow scripting a timedemo to start right after loading. | +-----------------+-----------------------------------------------------------------------------------+ -------- *developer* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles developer mode. Prints more info to console and provides more commands. | +-----------------+-----------------------------------------------------------------------------------+ -------- *fixedtime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Modifies time for debugging purpose, in *milli-seconds*. Effectively cant be | | | lower than 1. | +-----------------+-----------------------------------------------------------------------------------+ -------- *timescale* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Scale of which time passes by | +-----------------+-----------------------------------------------------------------------------------+ -------- *showdrop* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles information of dropped packet traffic | +-----------------+-----------------------------------------------------------------------------------+ -------- *showpackets* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles information of packet traffic | +-----------------+-----------------------------------------------------------------------------------+ -------- *version* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "ET 2.60b " CPUSTRING " May 8 2006" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Contains the installed version. CPUSTRING is platform specific. | +-----------------+-----------------------------------------------------------------------------------+ -------- *viewlog* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used for dedicated server to control the state of viewlog | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Hidden / Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | visible | +-------+---------------------------------------------------------------------------------------------+ | **2** | Minimized | +-------+---------------------------------------------------------------------------------------------+ -------- *CG_* (Client Game) ---------------------------------------- .. contents:: `CVAR Types` :depth: 1 :local: Player cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *cg_activateLean* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Lean using left/right strafe keys when :code:`+activate` is held | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_allowGeoIP* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Allows sending your geolocation based off your IP address to the server | +-----------------+-----------------------------------------------------------------------------------+ - The location is used to display countryflags on scoreboard, and append country to connection message -------- *cg_altHud* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Choose from different premade HUD styles | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Default HUD | +-------+---------------------------------------------------------------------------------------------+ | **1** | Alternative hud 1 | +-------+---------------------------------------------------------------------------------------------+ | **2** | Alternative hud 2 | +-------+---------------------------------------------------------------------------------------------+ | **3** | `Alternative hud 3`_ | +-------+---------------------------------------------------------------------------------------------+ - Works in combination with `cg_altHudFlags`_. .. _Alternative hud 3: https://i.imgur.com/6dKSdbB.jpg -------- *cg_altHudFlags* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Move the spawn timer and mission timer and other HUD elements to an alternative | | | location. | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Default HUD | +-------+---------------------------------------------------------------------------------------------+ | **1** | `Moves timers to a alternative position`_ | +-------+---------------------------------------------------------------------------------------------+ | **2** | Removes ranks | +-------+---------------------------------------------------------------------------------------------+ | **4** | Moves popups to a alternative position | +-------+---------------------------------------------------------------------------------------------+ - This cvar will be removed in the future, see `HUD Rework`_. .. _Moves timers to a alternative position: https://i.imgur.com/lGjIJmo.jpg .. _HUD Rework: https://github.com/etlegacy/etlegacy/issues/1967 -------- *cg_announcer* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles the announcer voice on map start "FIGHT!" and "Prepare to Fight!" | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_atmosphericEffects* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles display of atmospheric map effects like rain and snow | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_autoAction* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Automatically start the selected actions when a match starts | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | No action | +-------+---------------------------------------------------------------------------------------------+ | **1** | Record demo at start of map / round | +-------+---------------------------------------------------------------------------------------------+ | **2** | Screenshot at end of map / round | +-------+---------------------------------------------------------------------------------------------+ | **4** | Save player stats to .txt file on disk | +-------+---------------------------------------------------------------------------------------------+ - See `Path and File Structure `_ for where to find the saved files. -------- *cg_autoActivate* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles automatically picking up items such as ammo/health packs, weapons, | | | objectives, etc | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_autoFolders* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Store screenshots, stats and demos created by `cg_autoAction`_ to a subfolder | | | named :code:`YYYY-MM` | +-----------------+-----------------------------------------------------------------------------------+ - Also applies to :code:`autoScreenshot` command. -------- *cg_autoMapZoom* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 5.159 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Adjust the zoom level of the compass minimap. Menu is limited to 7.43. | | | Higher value is more zoomed in. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_autoReload* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Automatically reload weapon when clip becomes empty. | | | Keep in mind that reloading can't be cancelled! | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_autoSwitch* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Automatically switch to a new weapon when picking one up | +-----------------+-----------------------------------------------------------------------------------+ - *CAREFUL:* Do not confuse with `cg_noAmmoAutoSwitch`_! -------- *cg_bannerTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 10000 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set the time a banner stays visible, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_bloodDamageBlend* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0.0 - 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Opacity of on-screen blood splatter effect when you are being shot | +-----------------+-----------------------------------------------------------------------------------+ - Menu entries are None, Light, Medium, Heavy, Full. Value increased by 0.25 per step respectively. -------- *cg_bloodFlash* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0.0 - 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Opacity of blood flashes displayed at the edges of the screen when getting shot | +-----------------+-----------------------------------------------------------------------------------+ - Menu entries are None, Light, Medium, Heavy, Full. Value increased by 0.25 per step respectively. - The flash position around the screen edges indicates the direction from which you are being shot from -------- *cg_bloodFlashTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1500 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration of blood flashes, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_bloodTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 120 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration of blood puddle effects _(walls, floors, etc.)_ in *seconds* | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cg_brassTime`_ and `cg_markTime`_ -------- *cg_bobbing* """""""""""""""""""""""""""""""""""""""" +------------------+----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +------------------+----------------------------------------------------------------------------------+ | **Default** | 1 | +------------------+----------------------------------------------------------------------------------+ | **Description** | Toggle bobbing effect. Bobbing simulates head movement by bobbing | | | the view when moving around. | +------------------+----------------------------------------------------------------------------------+ - This combines the historical :code:`cg_runpitch`, :code:`cg_runroll`, :code:`cg_bobup`, :code:`cg_bobpitch` and :code:`cg_bobroll` into one cvar - Also affects sniper scopes when moving around while scoped -------- *cg_brassTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 2500 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration ejected bullet shells last for, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ - Menu entries are Off, Med, High. Values are 0, 2500 and 15000 respectively. - See also: `cg_bloodTime`_ and `cg_markTime`_ -------- *cg_centerTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 5 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration for which center print popups are displayed, in *seconds* | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - *See also:* `cg_fontScaleCP`_ -------- *cg_chatAlpha* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0.0 - 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set chat opacity | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_chatBackgroundAlpha* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.66 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0.0 - 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set chat background opacity | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_chatFlags* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Draw team flags on chat | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_chatLineWidth* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 70 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set number of characters in chat before a line break (includes player | | | name and possible location string) | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_chatScale* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set chat scale | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_chatShadow* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Draw shadow on chat | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_chatX* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 160 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set chat x position, in *pixels* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_chatY* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 478 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set chat y position, in *pixels* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_complaintPopUp* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display the UI popup to file complaints against teammates who teamkill you | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - When disabled, you'll automatically send a "no" response -------- *cg_coronaFarDist* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1536 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Maximum distance coronas are displayed before fading from view | +-----------------+-----------------------------------------------------------------------------------+ - Menu entries are Off, Near, Normal, Far. Values are 0, 800 and 1536, 4096, 16000 respectively. - See `cg_coronas`_ for toggling the effect. -------- *cg_coronas* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles the display of coronas | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled | +-------+---------------------------------------------------------------------------------------------+ | **2** | Traces everything and ignores `cg_coronaFarDist`_ | +-------+---------------------------------------------------------------------------------------------+ - See `cg_coronaFarDist`_ for adjusting the draw distance of the effect. -------- *cg_countryflags* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays players' country flags in scoreboard | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - If a player has `cg_allowGeoIP`_ disabled, their flag will be shown as a UN flag. -------- *cg_crosshairAlpha* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0.0 - 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Transparency level for the primary crosshair image | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_crosshairAlphaAlt* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0.0 - 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Transparency level for the secondary crosshair image | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_crosshairColor* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "white" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set the colour for the primary crosshair image. For menu values see | | | :ref:`menu-colors`. You can also use custom Hex colour codes | | | in this format: 0xFF1E00 | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_crosshairColorAlt* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "white" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set the colour for the secondary crosshair image. For menu values see | | | :ref:`menu-colors`. You can also use custom Hex colour codes | | | in this format: 0xFF1E00 | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_crosshairHealth* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Colors the crosshair based on current health. Overrides `cg_crosshairColor`_ | | | settings | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_crosshairPulse* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Increases the crosshair spread/sizing while moving, shooting, etc. to provide | | | a visual representation of actual weapon spread | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_crosshairSize* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 48 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Size of the displayed crosshair, in *pixels* | +-----------------+-----------------------------------------------------------------------------------+ - Menu entries are Tiny, Small, Medium, Large, Huge. Values are 24, 32, 48, 64 and 96 respectively. - See `example `__ -------- *cg_crosshairX* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive/negative integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Offset of the crosshair position on-screen, in *pixels*. Moves left or right. | +-----------------+-----------------------------------------------------------------------------------+ - Max left value = (Your resolution / 2) * -1 - Max right value = (Your resolution / 2) - See `example `__ -------- *cg_crosshairY* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive/negative integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Offset of the crosshair position on-screen, in *pixels*. Moves up or down. | +-----------------+-----------------------------------------------------------------------------------+ - Max left value = (Your resolution / 2) * -1 - Max right value = (Your resolution / 2) - See `example `__ -------- *cg_cursorHints* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays hint and information icons for certain actions when near interactive | | | objects | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Size Pulse | +-------+---------------------------------------------------------------------------------------------+ | **2** | Strobe Pulse | +-------+---------------------------------------------------------------------------------------------+ | **3** | Alpha Pulse | +-------+---------------------------------------------------------------------------------------------+ | **4** | Solid | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ -------- *cg_cycleAllWeaps* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | When enabled loops around while cycling through inventory. Include non-weapon | | | items when cycling through inventory. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_drawBreathPuffs* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles drawing puffs of breath when standing on 'snow' surfaces | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_drawCompass* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display the HUD compass | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disable compass | +-------+---------------------------------------------------------------------------------------------+ | **1** | Selects default compass | +-------+---------------------------------------------------------------------------------------------+ | **2** | Selects alternative compass | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_drawCompassIcons* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 7 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Show icons on compass | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | No icons | +-------+---------------------------------------------------------------------------------------------+ | **1** | All icons | +-------+---------------------------------------------------------------------------------------------+ | **2** | No secondary objective icons | +-------+---------------------------------------------------------------------------------------------+ | **4** | No primary objective icons | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_drawCrosshair* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Choose from different premade crosshairs | +-----------------+-----------------------------------------------------------------------------------+ - See :ref:`crosshairs` -------- *cg_drawCrosshairInfo* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 3 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays player info when the crosshair is over a teammate | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Shows player class | +-------+---------------------------------------------------------------------------------------------+ | **2** | Shows player rank | +-------+---------------------------------------------------------------------------------------------+ | **4** | Shows player prestige | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ - Flag 4 requires server to have :code:`g_prestige` enabled -------- *cg_drawCrosshairNames* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display names of teammates when hovering over them with your crosshair | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled, white names | +-------+---------------------------------------------------------------------------------------------+ | **2** | Enabled, coloured names | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ - *See also:* `cg_fontScaleCN`_ -------- *cg_drawCrosshairPickups* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Give pickup items a highlight. Very subtle. | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled when aiming at objective | +-------+---------------------------------------------------------------------------------------------+ | **2** | Always enabled | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ - Value 1 requires you to be within 255 in-game units of the objective for highlighting to be visible. -------- *cg_drawEnvAwareness* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 7 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display objective icons on HUD | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | No icons | +-------+---------------------------------------------------------------------------------------------+ | **1** | All icons | +-------+---------------------------------------------------------------------------------------------+ | **2** | No secondary objective icons | +-------+---------------------------------------------------------------------------------------------+ | **4** | No primary objective icons | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_drawFireteamOverlay* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display Fireteam HUD window. | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_drawFPS* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display a FPS counter in the HUD below the compass. | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_drawGun* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display equipped weapon | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled | +-------+---------------------------------------------------------------------------------------------+ | **2** | Don't draw primary and secondary weapons | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ -------- *cg_drawNotifyText* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggle prefixing certain messages with :code:`[skipnotify]`. | | | Only applies to logfiles and TTY output. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_drawPing* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display the ping in the HUD below the compass | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_drawReinforcementTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display reinforcement(spawn) timer for your team in the HUD below the compass | | | (in light blue) | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - *See also:* `cg_drawRoundTimer`_ -------- *cg_drawRoundTimer* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display remaining mission time in the HUD below the compass | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - *NOTE:* Also disables `cg_drawReinforcementTime`_ -------- *cg_drawSmallPopupIcons* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Use small icons for obituary messages | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - *See also:* `cg_fontScaleSP`_ -------- *cg_drawSnapshot* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display the snapshot counter in the HUD | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_drawSpectatorNames* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 2 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display names of players when spectating or playing demos | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled, white names | +-------+---------------------------------------------------------------------------------------------+ | **2** | Enabled, coloured names | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_drawSpeed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays current player speed in the HUD below the compass | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - Unit of speed can be changed with `cg_drawUnit`_ -------- *cg_drawSpreadScale* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays a coloured bar on the left of the screen showing the current weapon | | | spread. Increases when turning around, shooting, etc. | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled, for scoped weapons | +-------+---------------------------------------------------------------------------------------------+ | **2** | Enabled, for all weapons | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ -------- *cg_drawTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display local time | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled (required for other options) | +-------+---------------------------------------------------------------------------------------------+ | **2** | Draw seconds | +-------+---------------------------------------------------------------------------------------------+ | **4** | Use 12h clock | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ -------- *cg_drawUnit* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set unit system | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Unit | +-------+---------------------------------------------------------------------------------------------+ | **1** | Metric | +-------+---------------------------------------------------------------------------------------------+ | **2** | Imperial | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_drawWeaponIconFlash* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Flashes the weapon icon on the bottom right during certain events | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_descriptiveText* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays help text about following other players while spectating/in limbo, | | | or about tapping out when wounded and waiting for a medic | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_draw2D* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display all UI and HUD elements | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - Crosshair is drawn even when disabled -------- *cg_dynamicIcons* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggle player icon scaling for command map | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_dynamicIconsDistance* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 400 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Distance between players when scaling down starts, in *in-game units* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_dynamicIconsMaxScale* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Max scale of icons. When 'cg_dynamicIconsMaxScale' and `cg_dynamicIconsMinScale`_ | | | are equal the icons will stay the same size, allowing you to control just the | | | size of the icons when enabling dynamic icons. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_dynamicIconsMinScale* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.5 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Max scale of icons. When 'cg_dynamicIconsMinScale' and `cg_dynamicIconsMaxScale`_ | | | are equal the icons will stay the same size, allowing you to control just the | | | size of the icons when enabling dynamic icons. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_dynamicIconsSize* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 20 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Player icon size, in *pixels* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_fireteamAlpha* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Sets the opacity of the fireteam overlay including text etc. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_fireteamBgAlpha* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.3 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Sets the background opacity of the fireteam overlay | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_fireteamLatchedClass* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Draw latched class of fireteam members in the fireteam overlay | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_fireteamLocationAlign* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies alignment of location string in fireteam overlay | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **-1**| Left align (static) | +-------+---------------------------------------------------------------------------------------------+ | **0** | Left align (dynamic) | +-------+---------------------------------------------------------------------------------------------+ | **1** | Right align (static/dynamic) | +-------+---------------------------------------------------------------------------------------------+ - Combine this with `cg_locationMaxChars`_ to reserve space for location field in fireteam overlay. When `cg_locationMaxChars`_ is set, using -1 or 1 will force the location field to be staticly sized with the location string aligned to left or right respectively. -------- *cg_fireteamNameAlign* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | ESpecifies alignment of player names in fireteam overlay | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **-1**| Left align (static) | +-------+---------------------------------------------------------------------------------------------+ | **0** | Left align (dynamic) | +-------+---------------------------------------------------------------------------------------------+ | **1** | Right align (static/dynamic) | +-------+---------------------------------------------------------------------------------------------+ -Combine this with `cg_fireteamNameMaxChars`_ to reserve space for name field in fireteam overlay. When `cg_fireteamNameMaxChars`_ is set, using -1 or 1 will force the name field to be staticly sized with the player names aligned to left or right respectively. -------- *cg_fireteamNameMaxChars* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - 36 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specify a max amount of characters drawn per name in the fireteam overlay. | | | 0 = no limit | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_fireteamSprites* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Draw small triangles above players’ heads who are part of your fireteam | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_fontScaleCN* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.25 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Font scale for entitiy/player names when aiming crosshair at them | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - *See:* `cg_drawCrosshairNames`_ -------- *cg_fontScaleCP* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.22 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Font scale for center prints | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - *See also:* `cg_centerTime`_ -------- *cg_fontScaleSP* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.22 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Font scale for side prints | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ - *See also:* `cg_drawSmallPopupIcons`_ and `cg_graphicObituaries`_ -------- *cg_fontScaleTP* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.35 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Font scale for top of the screen prints | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_etVersion* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Shows client mod version when connected to a server | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_fov* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 90 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 75 - 160 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Sets the Field of View | +-----------------+-----------------------------------------------------------------------------------+ - Legacy mod uses *Hor+* FOV calculation, while original ET (and most mods) use *Vert-*. See `field of view scaling methods `__. -------- *cg_gibs* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | When enabled, body parts are created when players get gibbed | | | (exploded, crushed etc.) | +-----------------+-----------------------------------------------------------------------------------+ - Also requires `cg_showBlood`_ to be enabled -------- *cg_graphicObituaries* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display simple graphic kill messages instead of text-based messages | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Victim -> Weapon -> Killer | +-------+---------------------------------------------------------------------------------------------+ | **2** | Killer -> Weapon -> Victim | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ - *See also:* `cg_fontScaleSP`_ -------- *cg_gunX* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 (center) | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive or negative decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Offset of equipped weapon on screen along the X-axis, in *in-game units* | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_gunY* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 (center) | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive or negative decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Offset of equipped weapon on screen along the Y-axis, in *in-game units* | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_gunZ* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 (center) | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive or negative decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Offset of equipped weapon on screen along the Z-axis, in *in-game units* | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_healthDynamicColor* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | When enabled, health text on HUD will be colored dynamically based off | | | your current health | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_hitSounds* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set active hit sounds. Current implementation does not adhere to default | | | bitflag behaviour | +-----------------+-----------------------------------------------------------------------------------+ +--------+---------------------------------------------------------------------------------------------+ | Value | Effect | +========+=============================================================================================+ | **0** | None | +--------+---------------------------------------------------------------------------------------------+ | **1** | All | +--------+---------------------------------------------------------------------------------------------+ | **3** | Disable body hitsounds | +--------+---------------------------------------------------------------------------------------------+ | **5** | Disable headshot hitsounds | +--------+---------------------------------------------------------------------------------------------+ | **7** | Disable body and headshot hitsounds | +--------+---------------------------------------------------------------------------------------------+ | **11** | Disable body and team hitsounds | +--------+---------------------------------------------------------------------------------------------+ | **13** | Disable headshot and team hitsounds | +--------+---------------------------------------------------------------------------------------------+ | **25** | Disable team hitsounds | +--------+---------------------------------------------------------------------------------------------+ -------- *cg_instantTapOut* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Puts you directly into the respawn queue without waiting for a revive. | | | Only works in LMS game mode or on servers with limited lives set. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_lagometer* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays a lag'o'meter in the HUD below the compass checking for lag spikes | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_letterbox* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Adds an overlay to the game underneath the HUD at the bottom and top of the | | | screen simulating widescreen | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_locationMaxChars* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - 128 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specify a max amount of characters drawn for locations. 0 = no limit | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_locations* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 3 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies how locations are displayed. Uses data from loc.dat file. | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Off | +-------+---------------------------------------------------------------------------------------------+ | **1** | Show locations in fireteam | +-------+---------------------------------------------------------------------------------------------+ | **2** | Show locations in team chat and fireteam chat | +-------+---------------------------------------------------------------------------------------------+ | **4** | Show location where landmines are spotted | +-------+---------------------------------------------------------------------------------------------+ | **8** | Substitute "Unknown" locations with coordinates | +-------+---------------------------------------------------------------------------------------------+ | **16**| Show only coordinates | +-------+---------------------------------------------------------------------------------------------+ | **32**| Show distance to other clients | +-------+---------------------------------------------------------------------------------------------+ - Team chat and fireteam chat will always display coordinates even when set to 0 - Flag 32 cannot be combined with locations or coordinates -------- *cg_logFile* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | If set, will write a logfile containing chat to :code:`fs_homepath/legacy` | | | folder with the name provided. If empty, logging is disabled. | +-----------------+-----------------------------------------------------------------------------------+ - Not to be confused with the engine cvar `logfile`_ -------- *cg_markTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 20000 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration of bullet marks on walls, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cg_brassTime`_ and `cg_bloodTime`_ -------- *cg_muzzleFlash* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles display of muzzle flash when shooting | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_noAmmoAutoSwitch* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Automatically switch to a new weapon when out of ammunition | +-----------------+-----------------------------------------------------------------------------------+ - This only takes effect when totally running out of ammo, see also `cg_autoReload`_ - *CAREFUL:* Do not confuse with `cg_autoSwitch`_! -------- *cg_optimizePrediction* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables unlagged optimized prediction | +-----------------+-----------------------------------------------------------------------------------+ - See `unlagged page `__ for technical information. -------- *cg_popupFadeTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 2500 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration of the fading effect of popup messages, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ - This is added on top of `cg_popupStayTime`_ - *See also:* `cg_popupStayTime`_ and `cg_popupFilter`_ -------- *cg_popupBigFilter* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Filter promotion popups | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Filter skill promotions | +-------+---------------------------------------------------------------------------------------------+ | **2** | Filter rank promotions | +-------+---------------------------------------------------------------------------------------------+ | **4** | Filter prestige promotions | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_popupFilter* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Filter message popups | +-----------------+-----------------------------------------------------------------------------------+ +--------+---------------------------------------------------------------------------------------------+ | Value | Effect | +========+=============================================================================================+ | **0** | Disabled | +--------+---------------------------------------------------------------------------------------------+ | **1** | Filter connect | +--------+---------------------------------------------------------------------------------------------+ | **2** | Filter team join | +--------+---------------------------------------------------------------------------------------------+ | **4** | Filter mission | +--------+---------------------------------------------------------------------------------------------+ | **8** | Filter pickup | +--------+---------------------------------------------------------------------------------------------+ | **16** | Filter death | +--------+---------------------------------------------------------------------------------------------+ - *See also:* `cg_popupStayTime`_ and `cg_popupFadeTime`_ -------- *cg_popupShadow* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Draw shadow on popups | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_popupStayTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 2000 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration for which popup messages stay active, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cg_popupFadeTime`_ and `cg_popupFilter`_ -------- *cg_popupTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration between popups appearing. A side effect is that it increases stay time | | | as well. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_predefinedDemoKeys* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Use predefined key bindings to control actions in a demo such as fast forward. | | | This way existing binds are ignored. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_predictItems* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables prediction for item pickups | +-----------------+-----------------------------------------------------------------------------------+ - TODO: remove, item pickups are always predicted in ET (also remove from clientflags) -------- *cg_printObjectiveInfo* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints important game messages to the console | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_quickChat* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specify receiver of quick radio messages. Quick radio messages are triggered | | | when using :code:`weapalt` and holding a specific weapon. | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Team chat | +-------+---------------------------------------------------------------------------------------------+ | **2** | Fireteam chat | +-------+---------------------------------------------------------------------------------------------+ - List of possible quick chats: - Dynamite - Explore the area! - Smoke grenade - Go undercover/Infiltrate! - Airstrike can/grenades - Fire in the hole! - Pliers = Cover me/I need backup/Clear the path! - Satchel = Let's go! - Medkit/syringe = I'm a medic. - Ammokit = I'm a field ops. -------- *cg_quickMessageAlt* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles using numbers instead of letters for the quick chat menu | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_scopedSensitivityScaler* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.6 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set scoped mouse sensitivity. The value is a scalar used to calculate the | | | sensitivity depending on field of view when scoped(zoom value). This makes it | | | possible to have a other sensitivity while scoped. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_scoreboard* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used to cycle between XP and Skill Rating (SR) scoreboard | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | XP | +-------+---------------------------------------------------------------------------------------------+ | **1** | Skill Rating | +-------+---------------------------------------------------------------------------------------------+ | **2** | Prestige | +-------+---------------------------------------------------------------------------------------------+ - Skill rating and Prestige scoreboards require server to have :code:`g_skillRating` and :code:`g_prestige` enabled, respectively - This cvar is automatically cycled when double tapping :code:`+scores`` - See `example `__ -------- *cg_shadows* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display player shadows underneath the player | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Blob | +-------+---------------------------------------------------------------------------------------------+ | **2** | Stencil | +-------+---------------------------------------------------------------------------------------------+ | **3** | Projection | +-------+---------------------------------------------------------------------------------------------+ | **4** | Polygon | +-------+---------------------------------------------------------------------------------------------+ - *NOTE*: Stencil, Projection and Polygon are currently disabled. - See `example `__ -------- *cg_sharetimerText* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specify a custom text to announce the next enemy spawn. Use *${nextspawn}* and | | | *${enemylimbotime}* as variables. See the *sharetimer* :ref:`commands ` | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_shoutcastDrawHealth* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display player health above them in shoutcaster mode | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Show health as text | +-------+---------------------------------------------------------------------------------------------+ | **2** | Show health as a bar | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_shoutcastDrawMinimap* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display minimap while in shoutcaster mode | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_shoutcastDrawPlayers* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display player lists while in shoutcaster mode | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_shoutcastDrawTeamNames* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display team names while in shoutcaster mode | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_shoutcastGrenadeTrail* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display red trail for grenades while in shoutcaster mode | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_shoutcastTeamNameBlue* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "Allies" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set allies team name ('allies' if empty) while in shoutcaster mode | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_shoutcastTeamNameRed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "Axis" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set axis team name ('Axis' if empty) while in shoutcaster mode | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_showBlood* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles showing blood spurt effect when players are shot | +-----------------+-----------------------------------------------------------------------------------+ - Must be enabled for `cg_gibs`_ to work. -------- *cg_showMiss* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Print faulty predictions into the console, for debugging purposes | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Generic prediction errors | +-------+---------------------------------------------------------------------------------------------+ | **2** | Display number of predicted/played back frames per snapshot | +-------+---------------------------------------------------------------------------------------------+ | **4** | Prints current cg_pmove servertime and local cgame time | +-------+---------------------------------------------------------------------------------------------+ | **8** | Prints information about prediction error return codes | +-------+---------------------------------------------------------------------------------------------+ - Flag 2 requires `cg_optimizePrediction`_ to be enabled - See `example `__ -------- *cg_simpleItems* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Use minimalistic icons for item pick-ups | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled except objectives | +-------+---------------------------------------------------------------------------------------------+ | **2** | Enabled for all items | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ -------- *cg_simpleItemsScale* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0.25 - 1.50 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set scale of simple items | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_skybox* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggle visibility of skyportal geometry, if a map has one. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_specHelp* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggle display of spectator help, *only* in multiview | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_stats* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints client frame in the console, for debugging purposes | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_teamChatHeight* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 8 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - 8 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Amount of lines of chat messages displayed at once (maximum) | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_teamChatMention* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prefixes messages with a yellow '> ' where you are mentioned. Mentioning someone | | | is done through '@playername', but is required to have a space before it. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_teamChatsOnly* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Filers global chat messages and only displays team and fireteam chat | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_teamChatTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 8000 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration of chat messages that are kept on display, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_tracers* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Choosing which tracers to display | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | None | +-------+---------------------------------------------------------------------------------------------+ | **1** | All tracers | +-------+---------------------------------------------------------------------------------------------+ | **2** | Own tracers only | +-------+---------------------------------------------------------------------------------------------+ | **3** | Other's tracers only | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_useWeapsForZoom* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Weapon switch will zoom in and out while scoped, rather than switch weapons | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_visualEffects* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Draws additional visual effects (airstrike planes, debris) | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_voiceChats* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Play voice chat sound file in-game when using quick chat e.g. v21 for Need a | | | Medic! | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cg_voiceText`_ -------- *cg_voiceText* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Show voice text lines in-game when using quick chat e.g. v21 for Need a Medic! | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cg_voiceChats`_ -------- *cg_voiceSpriteTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 6000 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Duration of chat icons shown above players their head, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ - Ammo and medic request icons are displayed for twice the duration - See `example `__ -------- *cg_weapAltReloads* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Allows reloading weapons without alternate fire mode by pressing :code:`weapalt` | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_weapaltSwitches* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Provide an alternative way to use an alt weapon by pressing the respective | | | weaponbank bind | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_weapAnims* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 15 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set which weapon animations to play | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | None | +-------+---------------------------------------------------------------------------------------------+ | **1** | Move | +-------+---------------------------------------------------------------------------------------------+ | **2** | Firing | +-------+---------------------------------------------------------------------------------------------+ | **4** | Reload | +-------+---------------------------------------------------------------------------------------------+ | **8** | Switch | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_weaponCycleDelay* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 150 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Ignores additional weapon switches for the set duration after a weapon switch | | | has begun, preventing accidental double weapon switches. Value in *milliseconds.* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_zoomDefaultSniper* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 20 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 4 - 32 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set the default zoom level for sniper scopes and binoculars | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_zoomStepSniper* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 2 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - 28 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies the amount of levels one key activation zooms in or out. | +-----------------+-----------------------------------------------------------------------------------+ - Applies to scoped Garand/K43 and binoculars. - See `cg_zoomDefaultSniper`_ for the step range. -------- Developer cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ A cheat protected cvar is usually used by developers to help during development. *cg_animSpeed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display of player animations | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cg_noPlayerAnims`_ -------- *cg_debugAnim* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used to debug player model and weapon animations by printing info | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Player animations | +-------+---------------------------------------------------------------------------------------------+ | **2** | Weapon animations | +-------+---------------------------------------------------------------------------------------------+ | **3** | Old and current weapon animations | +-------+---------------------------------------------------------------------------------------------+ | **4** | Print debug when time > lf->frameTime | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ -------- *cg_debugBullets* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays a line from bullet start point to end point | +-----------------+-----------------------------------------------------------------------------------+ - Works similar to :code:`g_debugBullets`, but is client sided only - See `cg_railTrailTime`_ -------- *cg_debugEvents* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used to debug entity events. When enabled, prints debug information in the | | | console. | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_debugPlayerHitboxes* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Bitflag ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used to debug player hitboxes | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Other players | +-------+---------------------------------------------------------------------------------------------+ | **2** | Self | +-------+---------------------------------------------------------------------------------------------+ -------- *cg_debugPosition* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used to debug player entity yaw angle. When enabled, prints debug information | | | in the console. | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_debugSkills* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints debug information to console when gaining a skill level and/or xp. Exact | | | circumstances are unknown. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_errorDecay* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 100 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - 500 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Decay prediction errors over several frames instead of correcting in one jerk, in | | | *frames* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_gun_frame* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - Maximum frame of current gun animation | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Disable weapon animations and only display the animation frame specified | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_noPlayerAnims* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles display of player animations. If enabled, animation is fixed in a single | | | frame. | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cg_animSpeed`_ -------- *cg_noPredict* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles prediction of player actions e.g. movement | +-----------------+-----------------------------------------------------------------------------------+ -------- cg_railTrailTime """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 750 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies the time the trail a bullet takes is visualized, in *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ - See also `cg_debugBullets`_ and `cg_debugPlayerHitboxes`_ -------- *cg_swingSpeed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.1 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Speed at which the thirdperson player model turns around when looking around | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_thirdPerson* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables a thirdperson perspective | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_thirdPersonAngle* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - 360 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies the angle of the thirdperson perspective, angle in degrees | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_thirdPersonRange* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 80 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies the distance from camera to player origin, in *in-game units* | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cg_tracerChance* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0.4 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0.0 - 1.0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Probability that a shot creates a bullet tracer, % in decimal | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_tracerLength* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 160 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Length of bullet tracers, in *in-game units* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_tracerSpeed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 4500 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Speed of bullet tracers, in *in-game units* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_tracerWidth* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Width of bullet tracers | +-----------------+-----------------------------------------------------------------------------------+ -------- *cg_uinfo* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "0" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Displays three numbers representing client flags, :code:`cl_timenudge` and | | | :code:`cl_maxpackets`. Client flags is a bitflag value consisting of | | | various cvars. | +-----------------+-----------------------------------------------------------------------------------+ - Client flags include `cg_autoReload`_, `cg_autoAction`_, `cg_autoactivate`_, `cg_predictItems`_ and `cg_activateLean`_. -------- *CL_* (Client Engine) ---------------------------------------- .. contents:: `CVAR Types` :depth: 1 :local: *CL_ related CVARS without prefix* - `etVersion`_ - `name`_ - `rate`_ - `password`_ - `sensitivity`_ - `snaps`_ - `timedemo`_ - `activeAction`_ Player cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *cl_allowDownload* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Download missing files when available | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled | +-------+---------------------------------------------------------------------------------------------+ | **2** | Enabled, with sound suppressed | +-------+---------------------------------------------------------------------------------------------+ - *See also:* `cl_wwwDownload`_ -------- *cl_angleSpeedKey* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1.5 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Adjust speed for turning when walking (+speed) | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_aviDemo* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies framerate, must be a divisor of the audio rate | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_aviDemoType* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display names of players when spectating or playing demos | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **1** | Something with screenshots | +-------+---------------------------------------------------------------------------------------------+ | **2** | Something with getting a frame from video | +-------+---------------------------------------------------------------------------------------------+ -------- *cl_aviMotionJpeg* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables motion quality in JPEG | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_cacheGathering* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables data caching in the renderer. Maps load faster when loaded again. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_conXOffset* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Indents notify messages | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `con_drawNotify`_ -------- *cl_consoleKeys* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "~ ` 0x7e 0x60" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Bind opening the console to the specified key or key code | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `in_keyboardDebug`_ -------- *cl_debugMove* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display a bar on the bottom of the screen containing bar charts representing | | | mouse movement | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cl_doubleTapDelay* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 350 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set the delay time between keypresses required to be a double-tap, in | | | *milliseconds* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_extrapolationMargin* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Margin between server and client time used for extrapolation | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_forceAviDemo* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_freeLook* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables 'freelook'. When "disabled" only left/right camera movement is possible, | | | up/down is deactivated. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_freezeDemo* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Lock or freeze a demo in its current frame. Useful for per frame advances. | +-----------------+-----------------------------------------------------------------------------------+ - *NOTE:* This freezes both time *and* movement. Spectator camera can't be moved around. -------- *cl_lang* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "en" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set the language of the game. See :ref:`Supported Languages `| +-----------------+-----------------------------------------------------------------------------------+ - ET: Legacy comes with translations created by the community. In case you would like to contribute, please refer to "Transifex":https://www.transifex.com/etlegacy/etlegacy/ -------- *cl_langDebug* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints a list of missing translations for the selected language to console and | | | also creates a text file with missing translations | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_maxPackets* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 125 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 15 - 125 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Cap for upstream data packet transmissions | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_maxPing* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 800 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 100 - 999 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specify the max allowed ping to a server. Servers exceeding this ping will not be | | | displayed in the server browser. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_mouseAccel* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies how fast your mouse accelerates in-game. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_noPrint* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Disable printing of information in the console. Currently only recording info | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_packetDup* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - 5 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Number of duplicate packets for every data sent upstream, minimized packetloss | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_pitchSpeed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 140 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specify the speed of +up and +down keys | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_renderer* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "opengl1" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set your desired renderer | +-----------------+-----------------------------------------------------------------------------------+ - *Possible values:* "opengl1"; "opengl2" - *NOTE:* "opengl2" remains in experimental state for now. -------- *cl_run* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggle between walking and running | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_serverStatusResendTime* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 750 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive decimal | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Time between resending server status requests if no response is received, in | | | *milli-seconds* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_showMouseRate* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints the speed of mouse movement to the console in 'x' and 'y' direction | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cl_showNet* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Display names of players when spectating or playing demos | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Prints size of received messages to console | +-------+---------------------------------------------------------------------------------------------+ | **2** | Prints readcount of received message its type | +-------+---------------------------------------------------------------------------------------------+ | **3** | Prints delta from previously received message in addition to information from 'cl_showNet 2'| +-------+---------------------------------------------------------------------------------------------+ | **4** | Prints stats received message in addition to information from 'cl_showNet 2' | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ -------- *cl_showNumEnts* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints the number of entities per packet to the console | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cl_showSend* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints each sent packet to the console | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cl_showServerCommands* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Print received server commands to console | +-----------------+-----------------------------------------------------------------------------------+ - Only works if in debug mode e.g. developer = 1 -------- *cl_showTimeDelta* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints the time delta of each packet to the console | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cl_timeNudge* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | -30 - 30 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Allows more or less latency to be added in the interest of better smoothness or | | | better responsiveness. A better alternative is antilag. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_timeout* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 200 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | duration of receiving nothing from server for client to decide it must be | | | disconnected, in *seconds* | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_waveFileRecord* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Start recording a .wav audio file upon loading a demo | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_wwwDownload* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables faster downloads through http/ftp when configured correctly by the server | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cl_allowDownload`_ and `sv_wwwBaseURL`_ -------- *cl_yawSpeed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 140 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specify the speed of +left and +right keys | +-----------------+-----------------------------------------------------------------------------------+ -------- Developer cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *cl_packetDelay* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Simulates packet delay, which can lead to packet loss | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `showpackets`_, `cl_packetLoss`_, `sv_packetloss`_ and `sv_packetdelay`_ -------- *cl_packetLoss* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Simulates packet loss | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `showpackets`_, `cl_packetDelay`_, `sv_packetloss`_ and `sv_packetdelay`_ -------- *cl_autoRecord* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggles automatically recording a demo. This happens upon loading of a map | | | instead of the start of a round like `cg_autoAction`_ does. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_bypassMouseInput* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used to bypass mouse input in-game while menus are active. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_defaultProfile* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR setting the default user profile. Go to the PROFILE section in the | | | main menu to set a default profile. | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cl_profile`_ -------- *cl_demoFileName* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR used for demo recording | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_demoOffset* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR used for demo recording | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_demoRecording* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR internally used to know when the game is recording. e.g. used for | | | showing to the player that a demo is being recorded. | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_downloadName* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Stores name of file you're downloading when connecting to a server | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *cl_guid* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | A GUID, sometimes also referred to as "etkey", is an automatically generated | | | alpha-numerical sequence used to uniquely identify players | +-----------------+-----------------------------------------------------------------------------------+ - It is stored in the etkey file `Path and File Structure `_ and in-game in this read-only CVAR. -------- *cl_noDelta* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | When enabled sets last snapshot / frame to NULL so there is nothing to delta from | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_paused* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR to toggle functionality of paused games | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_profile* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR specifying the currently selected profile. To change the profile, | | | you need to go to the "PROFILE" section in the main menu. | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `cl_defaultProfile`_ -------- *cl_running* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Can be used to check the status of the client game | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_waveFileName* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "white" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR used for wave demo recording | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_waveOffset* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR used for wave demo recording | +-----------------+-----------------------------------------------------------------------------------+ -------- *cl_waveRecording* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR used for wave demo recording | +-----------------+-----------------------------------------------------------------------------------+ -------- *COM_* (Common) ---------------------------------------- .. contents:: `CVAR Types` :depth: 1 :local: *COM_related CVARS without prefix* - `logfile`_ - `timedemo`_ - `dedicated`_ - `developer`_ - `fixedtime`_ - `timescale`_ - `version`_ - `viewlog`_ Player cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *com_altivec* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Toggle altivec support. Enables SIMD for specific processors. See | | | `altivec `_ | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_ansiColor* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables color output in the system console | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_buildScript* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Force loading of all possible data and error on failures for automated data | | | building scripts | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_hunkMegs* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 128 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 64 and above. (1 if dedicated) | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Amount of memory (RAM) assigned to the hunk, *in MB* | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `com_soundMegs`_ and `com_zoneMegs`_ -------- *com_maxFPS* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 125 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 20 -333 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies the maximum frames per second the game can reach for a stable render | | | rate | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_soundMegs* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 160 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Amount of memory (RAM) allocated for loading sound files, *in MB* | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `com_hunkMegs`_ and `com_zoneMegs`_ -------- *com_zoneMegs* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 64 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 64 and above | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Amount of memory (RAM) allocated for the random block zone, *in MB* | +-----------------+-----------------------------------------------------------------------------------+ - *NOTE:* "com_zoneMegs" can only be set on the command line, and not in etconfig.cfg or Com_StartupVariable. - *See also:* `com_hunkMegs`_ and `com_soundMegs`_ -------- Developer cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *com_crashed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Set in case of a crash, prevents CVAR_UNSAFE variables from being set from a cfg | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `com_ignoreCrash`_ -------- *com_downloadURL* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "http://mirror.etlegacy.com/etmain" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Specifies the address which is used for the download command | +-----------------+-----------------------------------------------------------------------------------+ - See the "download" command in :ref:`commands ` -------- *com_hunkUsed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | 0 - value of com_hunkMegs`_ * 1024 * 1024 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Size of the currently used hunk, *in bytes* | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_errorDiagnoseIP* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Stores the address when connecting and gets cleared when connection is successful | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_ignoreCrash* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Let ET override CVAR_UNSAFE in case of crash | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `com_crashed`_ -------- *com_introPlayed* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Was used to determine if the intro should be played or not | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_journal* / *journal* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | When enabled, writes events and its data to "journal.dat" and journaldata.dat" | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_masterServer* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "master.etlegacy.com" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Sets the address for the master server. Default port 27950. | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `sv_master1`_ and `sv_master2`_ -------- *com_minimized* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Used to catch the state of the game. Is the window minimized or not? | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_missingFiles* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Storing information regarding missing files, used for displaying error messages | | | to the user | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_motd* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Enables automatically requesting the message of the day to be able to display it | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_motdServer* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "motd.etlegacy.com" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Allow to override the default motd server. Default port 27951. | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_motdString* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | The official ET: Legacy "message of the day" string used to communicate news to | | | players | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_pid* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | No default | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Read-only CVAR storing process id | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_pidFile* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "profiles/name/profile.pid" = client, "etlegacy_server.pid" = server | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Full path to the pid file (contains process id) | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_recommendedSet* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | When enabled, the game uses default (recommended) values during profile creation | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_showTrace* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints trace information to the console. Used for debugging. | +-----------------+-----------------------------------------------------------------------------------+ - See `example `__ -------- *com_speeds* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints speed information per frame to the console. Used for debugging. | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Disabled | +-------+---------------------------------------------------------------------------------------------+ | **1** | Enabled, print frame speed information to console | +-------+---------------------------------------------------------------------------------------------+ | **3** | Enabled, print server packet time and frame speed information to console | +-------+---------------------------------------------------------------------------------------------+ - See `example `__ -------- *com_unfocused* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | A state cvar to change behaviour when window is active or not. If unfocused, | | | mouse cursor is not captured. | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_updateAvailable* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`List ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | If there is a new version of the client available compared to the version | | | installed, this CVAR is enabled. Read-only internally used. | +-----------------+-----------------------------------------------------------------------------------+ +-------+---------------------------------------------------------------------------------------------+ | Value | Effect | +=======+=============================================================================================+ | **0** | Signals no update available | +-------+---------------------------------------------------------------------------------------------+ | **1** | Signals update available | +-------+---------------------------------------------------------------------------------------------+ | **2** | Will set `com_updatefiles`_ with the files to update and when forceUpdate is enabled | | | will auto-update | +-------+---------------------------------------------------------------------------------------------+ -------- *com_updateFiles* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Stores information regarding remaining files needed for the update | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `com_updateAvailable`_ -------- *com_updateMessage* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "New version available. Do you want to update now?" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Stores the string used for the pop-up when there is a new update | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_updateServer* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "update.etlegacy.com" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Allow to override the default update server. Default port is 27951. | +-----------------+-----------------------------------------------------------------------------------+ -------- *com_watchdog* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 60 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | used to check whether the game died with an ERR_DROP or any situation leading to | | | server running with no map | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `com_watchdog_cmd`_ -------- *com_watchdog_cmd* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | CVAR specifying the actions in an event where com_watchdog triggers. When empty | | | the default command used is quit. This is not reflected by the default value | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `com_watchdog`_ -------- *CON_* (Console) ---------------------------------------- Player cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *con_autoClear* """""""""""""""""""""""""""""""""""""""" {TODO} *CVAR looks unused.* - *Default:* "1" | *Possible values:* - Description needed. -------- Developer cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *con_drawNotify* """""""""""""""""""""""""""""""""""""""" {TODO} *CVAR to be reworked! "Ticket":https://dev.etlegacy.com/issues/1258* - *Default:* "0" = disabled | *Possible values:* "0" = disabled; "1" = enabled - Prints the last few lines of console output transparently on the top of the screen. - *See also:* `con_notifyTime`_, `con_numNotifies`_ -------- *con_notifyTime* """""""""""""""""""""""""""""""""""""""" - *Default:* "7" | *Possible range:* "0" = disabled; < ? - Duration for which the notification prints on the top of the screen are displayed, in *seconds*. - *See also:* `con_drawNotify`_, `con_numNotifies`_ -------- *con_numNotifies* """""""""""""""""""""""""""""""""""""""" - *Default:* "7" | *Possible range:* "0" = disabled; < ? - Change number of drawable notifies. Allows to draw up to 10 lines. - *See also:* `con_drawNotify`_, `con_numNotifies`_ -------- *NET_* (Network) ---------------------------------------- .. contents:: `CVAR Types` :depth: 1 :local: *NET_ related CVARS without prefix* - `showdrop`_ - `showpackets`_ Developer cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *net_dropsim* """""""""""""""""""""""""""""""""""""""" {TODO} *What's the point of this CVAR?* - *Default:* "0.0" = disabled| *Possible range:* "0.0" < "1.0" - Simulated packet drops. -------- *DEMO_* (Demo) ---------------------------------------- *demo_autoTimeScale* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "1" = enabled| *Possible values:* "0" = disabled; "1" = enabled - Automatically adjust demo playback speed depending on currently active weapon? -------- *demo_autoTimeScaleWeapons* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "0" = disabled| *Possible values:* "0" = disabled; "1" = enabled - Define timescales for different weapons? -------- *demo_avifpsF1* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "0" | *Possible values:* - Presets for the rate of avi demos, in *screenshots per second*. -------- *demo_avifpsF2* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "10" | *Possible values:* - Presets for the rate of avi demos, in *screenshots per second*. -------- *demo_avifpsF3* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "15" | *Possible values:* - Presets for the rate of avi demos, in *screenshots per second*. -------- *demo_avifpsF4* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "20" | *Possible values:* - Presets for the rate of avi demos, in *screenshots per second*. -------- *demo_avifpsF5* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "24" | *Possible values:* - Presets for the rate of avi demos, in *screenshots per second*. -------- *demo_drawTimeScale* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Only works if set before loading the demo. Can't be changed during runtime of demo. Timescale pop-up only remains on-screen for a few seconds and then can't be brought back.* - *Default:* "1" = enabled| *Possible values:* "0" = disabled; "1" = enabled - Prints the current timescale (demo playback speed) on the screen. .. image:: https://i.imgur.com/RmA0Zl7.jpg -------- *demo_followDistance* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "50 0 20"| *Possible values:* integers for X Y Z - Specifies the distance from the player origin for all axes. -------- *demo_freeCamSpeed* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "800"| *Possible range:* "0" = static [?]; < ? - Define the speed of the free camera, *in in-game units per second* -------- *demo_infoWindow* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Only works if set before loading the demo. Can be activated if it was 0 before loading demo, but can't be disabled/reactivated again.* - *Default:* "1" = enabled| *Possible values:* "0" = disabled; "1" = enabled - Prints an infobox on the screen for useful keybinds. .. image:: https://i.imgur.com/eXvhfpu.jpg -------- *demo_lookAt* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "-1"| *Possible values:* - Specify the number of the entity the camera should focus on. -------- *demo_noPitch* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "1" = enabled| *Possible values:* "0" = disabled; "1" = enabled - Description needed. -------- *demo_pvsHint* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "0" = disabled| *Possible values:* "0" = disabled; "1" = enabled - Description needed. -------- *demo_teamOnlyMissileCam* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "0" = disabled| *Possible values:* "0" = disabled; "1" = enabled - Description needed. -------- *demo_weaponCam* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Send kemon a screenshot of it in action please.* - *Default:* "0" = disabled| *Possible values:* "0" = disabled; "1" = enabled - Triggers weapon cam view. -------- *demo_yawPitchRollSpeed* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Check description and send kemon a screenshot of it in action please.* - *Default:* "140 140 140"| *Possible values:* integers for yawturn-; pitchturn-; roll-speed - Specifies the yawturn-, pitchturn- and roll-speed values for demo playback. -------- *FS_* (File System) ---------------------------------------- |ETL logo| NOTE: File system CVARs need to be set before game start and can't be changed during runtime *fs_baseGame* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Description needed* - *Default:* " "| *Possible values:* - Write-protected CVAR displaying exactly what? -------- *fs_basePath* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Displays only a single dot and not a path to the installation folder, why is that?* - *Default:* "."| *Possible values:* - Write-protected CVAR specifying the path to the ET installation folder. - *See also:* [[Path_and_file_structure#Homepath-fs_basepath|Path and File Structure]] -------- *fs_debug* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "0" = disabled| *Possible values:* "0" = disabled; "1" = enabled - Run the game in debug mode. Prints additional information regarding read files into the console. .. image:: https://i.imgur.com/ShVviJn.jpg -------- *fs_game* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "legacy"| *Possible values:* mod names _(aka folder names in fs_homepath)_ - Run the game with this default mod. -------- *fs_homePath* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "OS dependent":https://dev.etlegacy.com/projects/etlegacy/wiki/Path_and_file_structure#Homepath-fs_homepath| *Possible values:* paths to directories - Contains all downloaded pk3, log, config and extracted binary files. - *See also:* [[Path_and_file_structure#Homepath-fs_homepath|Path and File Structure]] -------- *fs_openedList* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Please add explanation of difference to fs_referencedList to the description.* - *Default:* " "| *Possible values:* - Prints a list of opened PK3 names and their path to the console. -------- *fs_referencedList* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Please add explanation of difference to fs_openedList to the description.* - *Default:* " "| *Possible values:* - Prints a list of referenced PK3 names to the console. -------- *fs_gameDirVar* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *CVAR looks unused. Safe to remove?* - *Default:* " "| *Possible values:* - Description needed. -------- *G_* (Game) ---------------------------------------- *g_alliedMapXP* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Seems to never change its value. What does it do exactly?* - *Default:* "0"| *Possible values:* - Likely intended to store the accumulated XP of the entire Allied team of the current map/campaign? - *See also:* [[List_of_Cvars_(new)/#g_axisMapXP|g_axisMapXP]] -------- *g_alliedMaxLives* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "0"| *Possible values:* - Specifies the amount of lives each Allied player has individually. These lives are not shared across the team. The HUD counter seen in the screenshot displays the amount of respawns you have left. - *See also:* [[List_of_Cvars_(new)/#g_axisMaxLives|g_axisMaxLives]] .. image:: https://i.imgur.com/qEaZYch.jpg -------- *g_alliedWins* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Is it necessary that this works like bitflags? Feels a bit counter-intuitive.* - *Default:* "0"| *Possible values:* - Stores the amount of wins of the Allied team in the currently active campaign. - *NOTE:* This works like bitflags (1, 2, 4, 8, etc.) So, if the Allied team has three wins the CVAR has a value of 7 (1 + 2 + 4). - *See also:* [[List_of_Cvars_(new)/#g_axisWins|g_axisWins]] -------- *g_altStopwatchMode* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "0" = A-B-B-A| *Possible values:* "0" = A-B-B-A; "1" = A-B-A-B - Switches between two different Stopwatch types of attacker team turns. -------- *g_antiLag* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "1" = enabled| *Possible values:* "0" = disabled; "1" = enabled - https://i.imgur.com/6b2wv1f.png!:https://i.imgur.com/6b2wv1f.png Enables modem-friendly server support. - *See also:* - [[List_of_Cvars_(new)/#g_balancedTeams|g_balancedTeams]] -------- *g_autoFireteams* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "1" = enabled| *Possible values:* "0" = disabled; "1" = enabled - Toggles providing players with a popup asking to join a Fireteam when joining a team. -------- *g_axisMapXP* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Seems to never change its value. What does it do exactly?* - *Default:* "0"| *Possible values:* - Likely intended to store the accumulated XP of the entire Axis team of the current map/campaign? - *See also:* [[List_of_Cvars_(new)/#g_alliedMapXP|g_alliedMapXP]] -------- *g_axisMaxLives* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "0"| *Possible values:* - Specifies the amount of lives each Axis player has individually. These lives are not shared across the team. The HUD counter seen in the screenshot displays the amount of respawns you have left. - *See also:* [[List_of_Cvars_(new)/#g_alliedMaxLives|g_alliedMaxLives]] .. image:: https://i.imgur.com/qEaZYch.jpg -------- *g_axisWins* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ {TODO} *Is it necessary that this works like bitflags? Feels a bit counter-intuitive.* - *Default:* "0"| *Possible values:* - Stores the amount of wins of the Axis team in the currently active campaign. - *NOTE:* This works like bitflags (1, 2, 4, 8, etc.) So, if the Axis team has three wins the CVAR has a value of 7 (1 + 2 + 4). - *See also:* [[List_of_Cvars_(new)/#g_alliedWins|g_alliedWins]] -------- *g_balancedTeams* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - *Default:* "0" = disabled| *Possible values:* "0" = disabled; "1" = enabled - https://i.imgur.com/gLcBd4P.png!:https://i.imgur.com/gLcBd4P.png If enabled, players are prevented from joinging the team with more players. - *See also:* - [[List_of_Cvars_(new)/#g_antiLag|g_antiLag]] -------- *SV_* (Server) ---------------------------------------- .. contents:: `CVAR Types` :depth: 1 :local: Server Admin cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *sv_fps* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 20 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer where the result of dividing 1000 by the value results in a | | | rounded number. E.g 1000 / 20 = 50 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Amount of frames per second the server runs at. Higher is more smooth and | | | precise, but also increases load. | +-----------------+-----------------------------------------------------------------------------------+ - *See also:* `snaps`_ -------- *sv_master1* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "etmaster.idsoftware.com" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Url of a master server that supplies the client with game servers known by it | +-----------------+-----------------------------------------------------------------------------------+ -------- *sv_master2* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "master.etlegacy.com" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Url of a master server that supplies the client with game servers known by it. | | | Takes its value from `com_masterServer`_ by default. | +-----------------+-----------------------------------------------------------------------------------+ -------- *sv_wwwBaseUrl* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`String ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | "" | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Base url to redirect download of missing files through http protocol | +-----------------+-----------------------------------------------------------------------------------+ -------- Developer cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *sv_running* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 1 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Lean while using the activate button | +-----------------+-----------------------------------------------------------------------------------+ - *Default:* "0"| *Possible values:* - Non-user CVAR -------- *sv_packetLoss* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Simulates packet loss. Server side. | +-----------------+-----------------------------------------------------------------------------------+ -------- *sv_packetDelay* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Range ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Range** | any positive integer | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Simulates packet delay, which can lead to packet loss. Server side. | +-----------------+-----------------------------------------------------------------------------------+ -------- *IN_* (Input) ---------------------------------------- .. contents:: `CVAR Types` :depth: 1 :local: Developer cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *in_keyboardDebug* """""""""""""""""""""""""""""""""""""""" +-----------------+-----------------------------------------------------------------------------------+ | **Type** | :ref:`Boolean ` | +-----------------+-----------------------------------------------------------------------------------+ | **Default** | 0 | +-----------------+-----------------------------------------------------------------------------------+ | **Description** | Prints keycode of pressed buttons to console | +-----------------+-----------------------------------------------------------------------------------+ -------- *R_* (Renderer) ---------------------------------------- Player cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *r_allowExtensions* """""""""""""""""""""""""""""""""""""""" - *Default:* "1.2"| *Possible values:* "0" = disabled; "1" = enabled. - Enables/Disables global OpenGL extensions. -------- *r_cache* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_cacheModels* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_cacheShaders* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_colorbits* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_colorMipLevels* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_customaspect* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_customheight* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_customwidth* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_depthbits* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_detailTextures* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_displayRefresh* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_drawSun* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_dynamiclight* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_ext_compressed_textures* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_ext_multitexture* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_ext_texture_env_add* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_ext_texture_filter_anisotropic* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_facePlaneCull* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_fastsky* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_finish* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_flares* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_fullscreen* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_gamma* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_ignoreFastPath* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_ignoreGLErrors* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_ignorehwgamma* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_intensity* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_lodbias* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_lodCurveError* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_mapOverBrightBits* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_maxpolys* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_maxpolyverts* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_mode* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_normallength* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_overBrightBits* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_picmip* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_printShaders* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_railCoreWidth* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_railSegmentLength* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_railWidth* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_shadows* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_showImages* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_stencilbits* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_subdivisions* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_swapInterval* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_texturebits* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_textureMode* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_trisColor* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_wolffog* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- Protected cvars ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *r_ambientScale* """""""""""""""""""""""""""""""""""""""" {TODO} *Add images.* - *Default:* "0.5"| *Possible values:* "0.0" = disabled; "2.0" = max. - Sets light intensity of dynamic game entities _(e.g. player models, construction crates and tanks)_. -------- *r_clear* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_directedScale* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_drawfoliage* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_drawworld* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_flareFade* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_flareSize* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_lodscale* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_showsky* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_zfar* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_znear* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- Developer cvars ^^^^^^^^^^^^^^^ *r_bonesDebug* """""""""""""""""""""""""""""""""""""""" {TODO} *Seems to be under development. Value of "8" and "9" flood a todo message in console.* - *Default:* | *Possible values:* - Description needed. -------- *r_debugLight* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_debugSort* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_debugSurface* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_drawBuffer* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_drawentities* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_ignore* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_lightmap* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_lockpvs* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_logFile* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_measureOverdraw* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_nobind* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_nocull* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_nocurves* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_noportals* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_norefresh* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_novis* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_offsetFactor* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_offsetUnits* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_portalOnly* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_roundImagesDown* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_showcluster* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_shownormals* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_showtris* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_simpleMipMaps* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_singleShader* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_skipBackEnd* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_speeds* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- Internal cvars ^^^^^^^^^^^^^^ *r_oldMode* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- *r_uiFullScreen* """""""""""""""""""""""""""""""""""""""" - *Default:* | *Possible values:* - Description needed. -------- Removed cvars ------------- +---------------------------+--------------------+-------------------------------+ | CVAR | Reason | Replacement | +===========================+====================+===============================+ | cg_animState | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_bigFont | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_blinktime | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_bobYaw | Combined in 1 CVAR | cg_bobbing | +---------------------------+--------------------+-------------------------------+ | cg_bobPitch | Combined in 1 CVAR | cg_bobbing | +---------------------------+--------------------+-------------------------------+ | cg_bobRoll | Combined in 1 CVAR | cg_bobbing | +---------------------------+--------------------+-------------------------------+ | cg_bobUp | Combined in 1 CVAR | cg_bobbing | +---------------------------+--------------------+-------------------------------+ | cg_cameraMode | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_cameraOrbit | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_cameraOrbitDelay | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_clipboardName | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_deferPlayers | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_enableBreath | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_fastSolids | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_footsteps | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_ignore | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_fastSolids | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_message | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_messagePlayer | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_messagePlayerName | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_modVersion | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_movespeed | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_noRender | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_noTaunt | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_noVoiceChats | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_noVoiceText | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_recording_Statusline | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_runpitch | Bugged | None | +---------------------------+--------------------+-------------------------------+ | cg_runroll | Bugged | None | +---------------------------+--------------------+-------------------------------+ | cg_smallFont | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_specSwing | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_stereoSeparation | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_timescaleFadeEnd | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_timescaleFadeSpeed | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_viewsize | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_wolfparticles | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_zoomDefaultBinoc | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_zoomDefaultFG | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_zoomDefaultSnooper | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_zoomFOV | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_zoomStepBinoc | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_zoomStepFG | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cg_zoomStepSnooper | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_activateLean | Was not used | cg_activateLean | +---------------------------+--------------------+-------------------------------+ | cl_anonymous | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_debugTranslation | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_inGameVideo | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_language | Was not used | cl_lang | +---------------------------+--------------------+-------------------------------+ | cl_motd | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_motdString | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_punkbuster | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_updateAvailable | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_updateFiles | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_visibleClients | Was not used | None | +---------------------------+--------------------+-------------------------------+ | cl_waitForFire | Was not used | None | +---------------------------+--------------------+-------------------------------+ | com_cameraMode | Was not used | None | +---------------------------+--------------------+-------------------------------+ | com_cleanWhiteList | Was not used | None | +---------------------------+--------------------+-------------------------------+ | com_logosPlaying | Was not used | None | +---------------------------+--------------------+-------------------------------+ | con_debug | Was not used | None | +---------------------------+--------------------+-------------------------------+ | con_restricted | Was not used | None | +---------------------------+--------------------+-------------------------------+ | fs_buildGame | Was not used | None | +---------------------------+--------------------+-------------------------------+ | fs_buildPath | Was not used | None | +---------------------------+--------------------+-------------------------------+ | fs_CDpath | Was not used | None | +---------------------------+--------------------+-------------------------------+ | fs_copyFiles | Was not used | None | +---------------------------+--------------------+-------------------------------+ | fs_restrict | Was not used | None | +---------------------------+--------------------+-------------------------------+ | r_ati_fsaa_samples | Was not used | ENFORCED FOR VANILLA CLIENTS | +---------------------------+--------------------+-------------------------------+ | r_ati_truform_normalmode | Was not used | None | +---------------------------+--------------------+-------------------------------+ | r_ati_truform_pointmode | Was not used | None | +---------------------------+--------------------+-------------------------------+ | r_ati_truform_tess | Was not used | ENFORCED FOR VANILLA CLIENTS | +---------------------------+--------------------+-------------------------------+ | r_clampToEdge | Was not used | ENFORCED FOR VANILLA CLIENTS | +---------------------------+--------------------+-------------------------------+ | r_dlightBacks | Was not used | None | +---------------------------+--------------------+-------------------------------+ | r_ext_ATI_pntriangles | Was not used | ENFORCED FOR VANILLA CLIENTS | +---------------------------+--------------------+-------------------------------+ | r_nv_fogdist_mode | Was not used | ENFORCED FOR VANILLA CLIENTS | +---------------------------+--------------------+-------------------------------+ | r_portalsky | Was not used | None | +---------------------------+--------------------+-------------------------------+ | r_primitives | Was not used | None | +---------------------------+--------------------+-------------------------------+