Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-24 22:04:30 +0000
committerStijn Buys <ingar@osirion.org>2008-08-24 22:04:30 +0000
commite422dc200a1036ec6c1a93eea2f0b6abdcdadb7a (patch)
tree7ff23cecf0f7d1b54bc9275c6fdda30ad7e6a61d /doc
parente6272cd7d356bbb047dcaebb03ae217235e1e13f (diff)
updates the user manual
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.html22
1 files changed, 15 insertions, 7 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 21b8a20..e6ee5e5 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -92,6 +92,14 @@ bind p screenshot
</td><td>kinetic impulse drive control
</td></tr>
+ <tr><td>a d
+ </td><td>strafe left/right
+ </td></tr>
+
+ <tr><td>w s
+ </td><td>afterburner/reverse
+ </td></tr>
+
<tr><td>n
</td><td>Select next target
</td></tr>
@@ -107,7 +115,7 @@ bind p screenshot
<tr><td>print screen
</td><td>screenshot
</td></tr>
-<table>
+</table>
<h2>
Mouse
</h2>
@@ -234,10 +242,10 @@ net average network traffic, bytes per second
Configuration files
</h2>
<p>
- Variables marked with the 'A' flag will be archived, their value
- will be written to the configuration file on exit. The dedicated
- server reads its configuration from server.cfg, the client
- will use client.cfg. Keyboard binds will be saved to binds.cfg
+ Variables marked with the 'A' flag will be archived. Their values
+ will be loaded from and saved to the configuration files. The dedicated server
+ reads its configuration from <i>server.cfg</i>, the client will use <i>client.cfg</i>.
+ Keyboard binds will be saved to <i>binds.cfg</i>. Game settings will be saved to <i>game.cfg</i>.
<p>
On UNIX systems you can find these files in the directory <i>~/.osirion/base</i>.
<p>
@@ -247,7 +255,7 @@ net average network traffic, bytes per second
</h2>
<p>
By default, the dedicated server will accept incoming connections
- on UDP port 8042. The server console os available if ncurses
+ on UDP port 8042. The server console is available if ncurses
support was enabled at compile time.
<p>
If you have trouble connecting, try editing the server configuration
@@ -286,7 +294,7 @@ osiriond +set sv_name My Osirion Server
directory. For example, the client.ini can be found as <i>home\base\client.ini</i>.
<p>
There is also a problem that prevents the game from creating directories.
- If you need any subdirectories in your personal folder, like <i>screenshots</i>,
+ If you need any subdirectories like <i>screenshots</i> in your personal folder,
you will have to create it manually.
</body>