Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-05-24 12:05:19 +0000
committerStijn Buys <ingar@osirion.org>2008-05-24 12:05:19 +0000
commit8ad02d9257de7be19cfc93d10fb2647b3e3af478 (patch)
treeb8f7cf948e14936a6c7fb391a053ec8fa72e55b7 /base/help/client.txt
parent8a7e023b2ce10b099f6e96cd1588c1f0264ccb8b (diff)
help
Diffstat (limited to 'base/help/client.txt')
-rw-r--r--base/help/client.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/base/help/client.txt b/base/help/client.txt
new file mode 100644
index 0000000..0d99387
--- /dev/null
+++ b/base/help/client.txt
@@ -0,0 +1,27 @@
+
+^BHelp - Client configuration
+
+ The client configuration can be done through a number of variables.
+
+ r_width and r_height control the video resolution. To apply the new
+ settings, you will have to restart the renderer with the r_restart
+ command. Fullscreen mode can be set through the r_fullscreen variable:
+
+ ^Br_fullscreen 1
+ ^Br_width 1024
+ ^Br_height 768
+ ^Br_restart
+
+ The maximum client framerate can be set with the cl_framerate variable.
+ To draw the current framerate and a few other statistics, set the
+ draw_stats variable to 1.
+
+ ^Bcl_framerate 125
+ ^Bdraw_stats 1
+
+ A few render options are available as well, mostly for debugging purposes:
+
+ ^Br_bbox^N Draw model bounding boxes
+ ^Br_radius^N Draw a globe around each entity, representing its radius
+ ^Br_wireframe^N Draw wireframe models
+