diff options
author | Stijn Buys <ingar@osirion.org> | 2009-03-09 10:01:41 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-03-09 10:01:41 +0000 |
commit | 1c7896641a814b470c3148acf3d6169b591f2934 (patch) | |
tree | 31231ba11a606c7885d82d4dada03d8817f86598 /doc | |
parent | 22d6abef8b95c1ff301f657751c1f1882bca89fb (diff) |
Documentation updates
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 54 | ||||
-rw-r--r-- | doc/installation.html | 13 | ||||
-rw-r--r-- | doc/keys/2.png | bin | 0 -> 488 bytes | |||
-rw-r--r-- | doc/keys/4.png | bin | 0 -> 477 bytes | |||
-rw-r--r-- | doc/keys/6.png | bin | 0 -> 497 bytes | |||
-rw-r--r-- | doc/keys/7.png | bin | 0 -> 474 bytes | |||
-rw-r--r-- | doc/keys/8.png | bin | 0 -> 512 bytes | |||
-rw-r--r-- | doc/keys/9.png | bin | 0 -> 504 bytes | |||
-rw-r--r-- | doc/keys/a.png | bin | 0 -> 503 bytes | |||
-rw-r--r-- | doc/keys/d.png | bin | 0 -> 466 bytes | |||
-rw-r--r-- | doc/keys/e.png | bin | 0 -> 402 bytes | |||
-rw-r--r-- | doc/keys/min.png | bin | 0 -> 380 bytes | |||
-rw-r--r-- | doc/keys/plus.png | bin | 0 -> 406 bytes | |||
-rw-r--r-- | doc/keys/q.png | bin | 0 -> 549 bytes | |||
-rw-r--r-- | doc/keys/s.png | bin | 0 -> 489 bytes | |||
-rw-r--r-- | doc/keys/w.png | bin | 0 -> 588 bytes | |||
-rw-r--r-- | doc/main.css | 5 | ||||
-rw-r--r-- | doc/manual.html | 4 |
18 files changed, 72 insertions, 4 deletions
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 @@ <img src="keys/tilde.png" ALT=""> You can press the <b>~</b> key at any time to open the command console. </p><p> 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 <i>Launch</i> button to launch into space. </p> </div> @@ -100,10 +101,59 @@ Flight Controls </div> <div class="text"> +<div class="rfloater"><img src="images/hud.png" alt=""></div> <p> 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. +</p><p> + 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. +</p> + +<table><tr><td class="listing"> +<p> + <img src="keys/plus.png" ALT=""> Press <b>keypad +</b> to increase thrust.</p><p> +</p><p> + <img src="keys/min.png" ALT=""> Press <b>keypad -</b> to decrease thrust.</p><p> +</p> +</td></tr> +<tr><td class="listing"> +<p> + <img src="keys/w.png" ALT=""> Press <b>w</b> to enable afterburner. +</p><p> + <img src="keys/s.png" ALT=""> Press <b>s</b> to reverse engines. +</p><p> + <img src="keys/a.png" ALT=""> Press <b>a</b> to slide left. +</p><p> + <img src="keys/d.png" ALT=""> Press <b>d</b> to slide right. +</p><p> + <img src="keys/q.png" ALT=""> Press <b>q</b> to roll left. +</p><p> + <img src="keys/e.png" ALT=""> Press <b>e</b> to roll left. </p> +</td><td class="listing"> +<p> + <img src="keys/4.png" ALT=""> Press <b>keypad 4</b> to turn left. +</p><p> + <img src="keys/6.png" ALT=""> Press <b>keypad 6</b> to turn right. +</p><p> + <img src="keys/8.png" ALT=""> Press <b>keypad 8</b> to pitch up. +</p><p> + <img src="keys/2.png" ALT=""> Press <b>keypad 2</b> to pitch down. +</p><p> + <img src="keys/7.png" ALT=""> Press <b>keypad 7</b> to roll left. +</p><p> + <img src="keys/9.png" ALT=""> Press <b>keypad 9</b> to roll left. +</p> +</td></tr></table> +<p> + 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. +</p><p> + <img src="keys/spacebar.png" alt=""> Press <b>spacebar</b> to toggle mouse control on or off. +</p> + </div> <div class="subtitle"> 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. <ul> + <li><a href="system_requirements">System Requirements</a> <li><a href="#packages">Using packages</a> <li><a href="#building_from_source">Building from source code</a> <li><a href="#gtkradiant">GtkRadiant 1.5.0 support files (optional)</a> @@ -26,6 +27,18 @@ </ul> </div> +<div id="system_requirements" class="title"> + System Requirements +</div> +<div class="text"> +<p> + Before you can run the game, you must have working OpenGL libraries. + These are usually installed by the driver package for your videocard. +</p><p> + As for system specifications, I get around 40fps on an + AMD Athlon 1.4Ghz, 512Mb PC133 SDRAM, ATI Radeon 9700 Pro. +</p> +</div> <div id="packages" class="title"> Using packages </div> diff --git a/doc/keys/2.png b/doc/keys/2.png Binary files differnew file mode 100644 index 0000000..002a83d --- /dev/null +++ b/doc/keys/2.png diff --git a/doc/keys/4.png b/doc/keys/4.png Binary files differnew file mode 100644 index 0000000..3eeab3d --- /dev/null +++ b/doc/keys/4.png diff --git a/doc/keys/6.png b/doc/keys/6.png Binary files differnew file mode 100644 index 0000000..b15e1cf --- /dev/null +++ b/doc/keys/6.png diff --git a/doc/keys/7.png b/doc/keys/7.png Binary files differnew file mode 100644 index 0000000..4d3e95d --- /dev/null +++ b/doc/keys/7.png diff --git a/doc/keys/8.png b/doc/keys/8.png Binary files differnew file mode 100644 index 0000000..d304b0a --- /dev/null +++ b/doc/keys/8.png diff --git a/doc/keys/9.png b/doc/keys/9.png Binary files differnew file mode 100644 index 0000000..4b8f784 --- /dev/null +++ b/doc/keys/9.png diff --git a/doc/keys/a.png b/doc/keys/a.png Binary files differnew file mode 100644 index 0000000..042ea4d --- /dev/null +++ b/doc/keys/a.png diff --git a/doc/keys/d.png b/doc/keys/d.png Binary files differnew file mode 100644 index 0000000..d50ffd7 --- /dev/null +++ b/doc/keys/d.png diff --git a/doc/keys/e.png b/doc/keys/e.png Binary files differnew file mode 100644 index 0000000..ca6099b --- /dev/null +++ b/doc/keys/e.png diff --git a/doc/keys/min.png b/doc/keys/min.png Binary files differnew file mode 100644 index 0000000..670148c --- /dev/null +++ b/doc/keys/min.png diff --git a/doc/keys/plus.png b/doc/keys/plus.png Binary files differnew file mode 100644 index 0000000..33c43c8 --- /dev/null +++ b/doc/keys/plus.png diff --git a/doc/keys/q.png b/doc/keys/q.png Binary files differnew file mode 100644 index 0000000..6c7c2ca --- /dev/null +++ b/doc/keys/q.png diff --git a/doc/keys/s.png b/doc/keys/s.png Binary files differnew file mode 100644 index 0000000..618c896 --- /dev/null +++ b/doc/keys/s.png diff --git a/doc/keys/w.png b/doc/keys/w.png Binary files differnew file mode 100644 index 0000000..d4e6c41 --- /dev/null +++ b/doc/keys/w.png 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 @@ <head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> - <TITLE>The Osirion Project - User manual</TITLE> + <TITLE>Project::OSiRiON - User manual</TITLE> </head> <body> <H1> - The Osirion Project - User manual + Project::OSiRiON - User manual </H1> <p> Note: the manual is outdated. |