mirror of
https://github.com/etlegacy/etlegacy-docs.git
synced 2025-03-03 15:31:24 +00:00
Added some Renderer CVars from old page in web.archive.org
This commit is contained in:
parent
b644da3035
commit
373200409d
1 changed files with 79 additions and 17 deletions
96
cvars.rst
96
cvars.rst
|
@ -7463,8 +7463,8 @@ User cvars
|
|||
*r_customaspect*
|
||||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- *Default:* | *Possible values:* "0" = disabled; "1" = enabled.
|
||||
- Toggles whether to use a custom resolution.
|
||||
|
||||
--------
|
||||
|
||||
|
@ -7472,7 +7472,7 @@ User cvars
|
|||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- Sets the height of a custom resolution.
|
||||
|
||||
--------
|
||||
|
||||
|
@ -7480,7 +7480,7 @@ User cvars
|
|||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- Sets the width of a custom resolution.
|
||||
|
||||
--------
|
||||
|
||||
|
@ -7503,8 +7503,8 @@ User cvars
|
|||
*r_displayRefresh*
|
||||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- *Default:* "0" | *Possible values:*
|
||||
- Sets refresh rate.
|
||||
|
||||
--------
|
||||
|
||||
|
@ -7551,8 +7551,8 @@ User cvars
|
|||
*r_ext_texture_filter_anisotropic*
|
||||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- *Default:* "0" | *Possible values:*
|
||||
- Enables texture anisotropic filtering.
|
||||
|
||||
--------
|
||||
|
||||
|
@ -7592,15 +7592,15 @@ User cvars
|
|||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- Toggles between fullscreen and windowed mode.
|
||||
|
||||
--------
|
||||
|
||||
*r_gamma*
|
||||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- *Default:* "1.3" | *Possible values:*
|
||||
- Adjusts gamma level.
|
||||
|
||||
--------
|
||||
|
||||
|
@ -7663,24 +7663,86 @@ User cvars
|
|||
*r_maxpolys*
|
||||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- *Default:* "4096" | *Possible values:*
|
||||
- Max polys per scene.
|
||||
This cvar was never active in genuine ET. ET:L maximum value is 16384.
|
||||
Increase this only on high end computers!
|
||||
|
||||
--------
|
||||
|
||||
*r_maxpolyverts*
|
||||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
- *Default:* "8192" | *Possible values:*
|
||||
- Max polys per scene.
|
||||
This cvar was never active in genuine ET.
|
||||
ET:L maximum value is 32768.
|
||||
Increase this only on high end computers!
|
||||
|
||||
--------
|
||||
|
||||
*r_mode*
|
||||
""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
- *Default:* | *Possible values:*
|
||||
- Description needed.
|
||||
+-----------------+-----------------------------------------------------------------------------------+
|
||||
| **Type** | :ref:`List <cvar-types>` |
|
||||
+-----------------+-----------------------------------------------------------------------------------+
|
||||
| **Default** | -2 |
|
||||
+-----------------+-----------------------------------------------------------------------------------+
|
||||
| **Description** | Changes the current screen resolution (requires `vid_restart` to take effect). |
|
||||
| | Type `modelist` in console to see all resolutions. |
|
||||
| | Additional modes were added in ET:L. |
|
||||
+-----------------+-----------------------------------------------------------------------------------+
|
||||
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| Value | Effect |
|
||||
+========+============================================================================================+
|
||||
| **-2** | Desktop resolution |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **-1** | Custom resolution |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **0** | 320x240 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **1** | 400x300 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **2** | 512x384 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **3** | 640x480 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **4** | 800x600 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **5** | 960x720 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **6** | 1024x768 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **7** | 1152x864 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **8** | 1280x1024 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **9** | 1600x1200 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **10** | 2048x1536 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **11** | 856x480 (wide) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **12** | 1366x768 (16:9) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **13** | 1440x900 (16:10) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **14** | 1680x1050 (16:10) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **15** | 1600x1200 |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **16** | 1920x1080 (16:9) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **17** | 1920x1200 (16:10) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **18** | 2560x1440 (16:9) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **19** | 2560x1600 (16:10) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
| **20** | 3840x2160 (16:9) |
|
||||
+--------+--------------------------------------------------------------------------------------------+
|
||||
|
||||
--------
|
||||
|
||||
|
|
Loading…
Reference in a new issue