From 1c7896641a814b470c3148acf3d6169b591f2934 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 9 Mar 2009 10:01:41 +0000 Subject: Documentation updates --- doc/guide.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++++-- doc/installation.html | 13 ++++++++++++ doc/keys/2.png | Bin 0 -> 488 bytes doc/keys/4.png | Bin 0 -> 477 bytes doc/keys/6.png | Bin 0 -> 497 bytes doc/keys/7.png | Bin 0 -> 474 bytes doc/keys/8.png | Bin 0 -> 512 bytes doc/keys/9.png | Bin 0 -> 504 bytes doc/keys/a.png | Bin 0 -> 503 bytes doc/keys/d.png | Bin 0 -> 466 bytes doc/keys/e.png | Bin 0 -> 402 bytes doc/keys/min.png | Bin 0 -> 380 bytes doc/keys/plus.png | Bin 0 -> 406 bytes doc/keys/q.png | Bin 0 -> 549 bytes doc/keys/s.png | Bin 0 -> 489 bytes doc/keys/w.png | Bin 0 -> 588 bytes doc/main.css | 5 +++++ doc/manual.html | 4 ++-- 18 files changed, 72 insertions(+), 4 deletions(-) create mode 100644 doc/keys/2.png create mode 100644 doc/keys/4.png create mode 100644 doc/keys/6.png create mode 100644 doc/keys/7.png create mode 100644 doc/keys/8.png create mode 100644 doc/keys/9.png create mode 100644 doc/keys/a.png create mode 100644 doc/keys/d.png create mode 100644 doc/keys/e.png create mode 100644 doc/keys/min.png create mode 100644 doc/keys/plus.png create mode 100644 doc/keys/q.png create mode 100644 doc/keys/s.png create mode 100644 doc/keys/w.png (limited to 'doc') diff --git a/doc/guide.html b/doc/guide.html index 5c247b6..85cc08d 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -57,8 +57,9 @@ You can press the ~ key at any time to open the command console.

Once you have joined, you will find yourself on Alexandria, - a small trading outpost at the edge of the civilized world. + a small trading outpost on the edge of the civilized world. You begin the game as the proud owner of a small trading vessel and a modest amount of credits. + Click the Launch button to launch into space.

@@ -100,10 +101,59 @@ Flight Controls
+

Your spacecraft can be controlled with the mouse and the keyboard. Joystick support is disabled by default - but can be enabled from the command console. + but can be enabled from the command console. The keyboard controls can be used in any camera view. +

+ The bar in the lower left of the screen indicates your thruster. Next to it you will find + the speed indicator. You can use the mouse scrollwheel to control the thruster. +

+ + +
+

+ Press keypad + to increase thrust.

+

+ Press keypad - to decrease thrust.

+

+
+

+ Press w to enable afterburner. +

+ Press s to reverse engines. +

+ Press a to slide left. +

+ Press d to slide right. +

+ Press q to roll left. +

+ Press e to roll left.

+
+

+ Press keypad 4 to turn left. +

+ Press keypad 6 to turn right. +

+ Press keypad 8 to pitch up. +

+ Press keypad 2 to pitch down. +

+ Press keypad 7 to roll left. +

+ Press keypad 9 to roll left. +

+
+

+ If the camera is in tracking view or cockpit view, you can drag the mouse to + turn your space ship. If mouse control is disabled, click and hold the left mouse + button while you drag. +

+ Press spacebar to toggle mouse control on or off. +

+
Navigation Controls diff --git a/doc/installation.html b/doc/installation.html index 7da1b59..8f66113 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -19,6 +19,7 @@ either download a package from the website, or you can obtain the source code and compile it yourself.
+
+ System Requirements +
+
+

+ Before you can run the game, you must have working OpenGL libraries. + These are usually installed by the driver package for your videocard. +

+ As for system specifications, I get around 40fps on an + AMD Athlon 1.4Ghz, 512Mb PC133 SDRAM, ATI Radeon 9700 Pro. +

+
Using packages
diff --git a/doc/keys/2.png b/doc/keys/2.png new file mode 100644 index 0000000..002a83d Binary files /dev/null and b/doc/keys/2.png differ diff --git a/doc/keys/4.png b/doc/keys/4.png new file mode 100644 index 0000000..3eeab3d Binary files /dev/null and b/doc/keys/4.png differ diff --git a/doc/keys/6.png b/doc/keys/6.png new file mode 100644 index 0000000..b15e1cf Binary files /dev/null and b/doc/keys/6.png differ diff --git a/doc/keys/7.png b/doc/keys/7.png new file mode 100644 index 0000000..4d3e95d Binary files /dev/null and b/doc/keys/7.png differ diff --git a/doc/keys/8.png b/doc/keys/8.png new file mode 100644 index 0000000..d304b0a Binary files /dev/null and b/doc/keys/8.png differ diff --git a/doc/keys/9.png b/doc/keys/9.png new file mode 100644 index 0000000..4b8f784 Binary files /dev/null and b/doc/keys/9.png differ diff --git a/doc/keys/a.png b/doc/keys/a.png new file mode 100644 index 0000000..042ea4d Binary files /dev/null and b/doc/keys/a.png differ diff --git a/doc/keys/d.png b/doc/keys/d.png new file mode 100644 index 0000000..d50ffd7 Binary files /dev/null and b/doc/keys/d.png differ diff --git a/doc/keys/e.png b/doc/keys/e.png new file mode 100644 index 0000000..ca6099b Binary files /dev/null and b/doc/keys/e.png differ diff --git a/doc/keys/min.png b/doc/keys/min.png new file mode 100644 index 0000000..670148c Binary files /dev/null and b/doc/keys/min.png differ diff --git a/doc/keys/plus.png b/doc/keys/plus.png new file mode 100644 index 0000000..33c43c8 Binary files /dev/null and b/doc/keys/plus.png differ diff --git a/doc/keys/q.png b/doc/keys/q.png new file mode 100644 index 0000000..6c7c2ca Binary files /dev/null and b/doc/keys/q.png differ diff --git a/doc/keys/s.png b/doc/keys/s.png new file mode 100644 index 0000000..618c896 Binary files /dev/null and b/doc/keys/s.png differ diff --git a/doc/keys/w.png b/doc/keys/w.png new file mode 100644 index 0000000..d4e6c41 Binary files /dev/null and b/doc/keys/w.png differ diff --git a/doc/main.css b/doc/main.css index beffd7f..459d687 100644 --- a/doc/main.css +++ b/doc/main.css @@ -220,3 +220,8 @@ img { margin-left: 50%; margin-right: 0px; } + +.listing { + padding-right: 32px; + vertical-align: top; +} diff --git a/doc/manual.html b/doc/manual.html index 261b7e3..24fcc81 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -3,12 +3,12 @@ - The Osirion Project - User manual + Project::OSiRiON - User manual

- The Osirion Project - User manual + Project::OSiRiON - User manual

Note: the manual is outdated. -- cgit v1.2.3