From 18f21c931e6e071b6616a1c0a07026af9b185ad5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 5 Aug 2008 14:01:46 +0000 Subject: manual section on joysticks --- doc/manual.html | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/doc/manual.html b/doc/manual.html index 3284797..1f110ba 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -17,7 +17,7 @@

Starting the client will show the loader screen and open the client console. The console will stay open until you are connected - to a game. After that, you can close it and open it again with the ESC key. + to a game. Once connected you can close and open it again with the ESC key.

Type connect and press Enter. You will join the game as spectator, type join in the console to join the game. @@ -121,6 +121,27 @@ bind p screenshot

Mouse buttons can also be configured through the bind command.

+Joystick +

+

+ Joystick support is only preliminary and disabled by default. A list of detected + joysticks will apear in the startup messages. To use a joystick set the + input_joystick variable to the desired joystick number: +

+input_joystick 1
+
+

+ The axes are hardcoded and can not be configured. Axis 0 controls pitch, axis + 1 controls direction, axis 2 control roll. There is no way to callibrate the + joystick, you will have to use an external joystick calibration program. +

+ Up to 16 joystick buttons will be reckognized. They can be configured by assigning + a command or action to keys joy0 through joy15. For example, to configure + the first button to activate or deactivate the kinetic impulse drive: +

+bind joy0 impulse
+
+

Console functions

@@ -159,12 +180,12 @@ Console functions

e.g.: to disable rendering of the sky:

-	r_sky 0
+r_sky 0
 

to enable it again:

-	r_sky 1
+r_sky 1
 

To change the video resolution, set the r_width and r_height variables and execute r_restart. @@ -251,10 +272,9 @@ osirion +connect remote.server.org osirion +set sv_private 1 +connect +join

- To start a dedicated server and set the server framerate to 30 frames per - second: + To start a dedicated server and set the server name to My Osirion Server:

-osiriond +set sv_framerate 30
+osiriond +set sv_name My Osirion Server
 

Note: setting variables from the command line can result in weird values being written to client.cfg and server.cfg. If you run into problems, check those -- cgit v1.2.3