Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some Renderer CVars from old page in web.archive.org #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 79 additions & 17 deletions cvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7463,24 +7463,24 @@ User cvars
*r_customaspect*
""""""""""""""""""""""""""""""""""""""""

- *Default:* | *Possible values:*
- Description needed.
- *Default:* | *Possible values:* "0" = disabled; "1" = enabled.
- Toggles whether to use a custom resolution.

--------

*r_customheight*
""""""""""""""""""""""""""""""""""""""""

- *Default:* | *Possible values:*
- Description needed.
- Sets the height of a custom resolution.

--------

*r_customwidth*
""""""""""""""""""""""""""""""""""""""""

- *Default:* | *Possible values:*
- Description needed.
- Sets the width of a custom resolution.

--------

Expand All @@ -7503,8 +7503,8 @@ User cvars
*r_displayRefresh*
""""""""""""""""""""""""""""""""""""""""

- *Default:* | *Possible values:*
- Description needed.
- *Default:* "0" | *Possible values:*
- Sets refresh rate.

--------

Expand Down Expand Up @@ -7551,8 +7551,8 @@ User cvars
*r_ext_texture_filter_anisotropic*
""""""""""""""""""""""""""""""""""""""""

- *Default:* | *Possible values:*
- Description needed.
- *Default:* "0" | *Possible values:*
- Enables texture anisotropic filtering.

--------

Expand Down Expand Up @@ -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.

--------

Expand Down Expand Up @@ -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) |
+--------+--------------------------------------------------------------------------------------------+

--------

Expand Down