Difference between revisions of "Console Variables"

From FTE
Jump to: navigation, search
(not done yet...)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
= Console Variables aka CVARS/CVars/cvars =
+
Console variables (cvars) are variables that change aspects of the engine.<br />
 
+
<br />
There are 6 different clients, all can be found here [[FTE_QuakeWorld_Downloads]], except the Linux client. Each have different console variables, while some share the same variables.<br>
+
Cvars are manipulated by typing in the cvar name and a value in console.<br />
 
+
Current cvar status is viewed by typing in the cvar name alone.<br />
=== [[Global Console Variables]] - Contains cvars from every client. ===
+
New cvars can be created using the [[set]] command for use in user scripts.<br />
=== [[Software Console Variables]] - Contains cvars from fteswqw.exe - [[Software Renderer]] ===
+
<br />
=== [[OpenGL Console Variables]] - Contains cvars from fteglqw.exe - [[OpenGL Renderer]] ===
+
[[Global Console Variables]] contains the list of all cvars found in all FTE QuakeWorld distributions as of build 2501.<br />
=== [[Merged Console Variables]] - Contains cvars from fteqw.exe - [[Merged Build]] ===
 
=== [[Minimal GL Variables]] - Contains cvars from fteminglqw.exe - [[Minimal GL Build]] ===
 
=== [[Dedicated Server Variables]] - Contains cvars from fteqwsv.exe - [[Dedicated Server]] ===
 
=== [[Linux Console Variables]] - Contains cvars from linux client. ===
 

Latest revision as of 21:54, 23 November 2005

Console variables (cvars) are variables that change aspects of the engine.

Cvars are manipulated by typing in the cvar name and a value in console.
Current cvar status is viewed by typing in the cvar name alone.
New cvars can be created using the set command for use in user scripts.

Global Console Variables contains the list of all cvars found in all FTE QuakeWorld distributions as of build 2501.