aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-16 05:27:19 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-16 05:27:19 +0000
commitd17897afe3ad2d33f1d3924c76f3d735fcccd818 (patch)
tree2fbd07d9a9319018c4e514cc2269181f5aeffc4b /README
parent875084ce5b01e2f923755165a3d8fe912937220b (diff)
downloadioquake3-aero-d17897afe3ad2d33f1d3924c76f3d735fcccd818.tar.gz
ioquake3-aero-d17897afe3ad2d33f1d3924c76f3d735fcccd818.zip
Added some (all?) of our new cvars to the README.
git-svn-id: svn://svn.icculus.org/quake3/trunk@496 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
index d36d95a..443b502 100644
--- a/README
+++ b/README
@@ -111,3 +111,33 @@ of q3asm. This is because by default q3asm outputs an updated qvm format that
is necessary to fix a bug involving the optimizing pass of the x86 vm JIT
compiler. See http://www.quakesrc.org/forums/viewtopic.php?t=5665 (if it still
exists when you read this) for more details.
+
+New Cvars
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+cl_autoRecordDemo
+ when enabled automatically records a new demo
+ on each map change
+
+seta s_alDriver "libopenal.so.0"
+ Describes which OpenAL library to use.
+
+seta s_alRolloff "0.8"
+
+seta s_alMinDistance "120"
+
+seta s_alDopplerSpeed "2200"
+
+seta s_alDopplerFactor "1.0"
+
+seta s_alSources "64"
+
+seta s_alGain "0.4"
+
+seta s_alPrecache "0"
+
+seta s_useOpenAL "1"
+ When set to true, enables OpenAL audio instead of SDL audio.
+
+seta sdlmixsamps "0"
+
+seta sdldevsamps "0"