diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-16 13:19:43 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-16 13:19:43 +0000 |
commit | 31fcc507e7f1d44ec41a6d2c9b3dbadd4e5de851 (patch) | |
tree | 6a4862afa2e716b69ca30b103efd65ad2ead7de9 /doc/manual.html | |
parent | fa9d20ca334b1d3ef4bf07bc7f123ad0af8e42f6 (diff) |
more documentation, world.html
Diffstat (limited to 'doc/manual.html')
-rw-r--r-- | doc/manual.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/manual.html b/doc/manual.html index c1f11b4..494b29f 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -108,22 +108,22 @@ Console functions <p> The following commands are always available on the console: <table> - <tr><td>connect </td><td>connect the client to the game module</td></tr> - <tr><td>disconnect </td><td>disconnect the client from the game module</td></tr> - <tr><td>list_ent </td><td>list registered entities</td></tr> - <tr><td>list_func </td><td>list registered functions</td></tr> - <tr><td>list_model </td><td>list registered models</td></tr> - <tr><td>list_var </td><td>list registered variables</td></tr> - <tr><td>quit </td><td>exit the application</td></tr> - <tr><td>r_restart </td><td>restart the video subsystem</td></tr> + <tr><td class="wide">connect</td><td>connect the client to the game module</td></tr> + <tr><td class="wide">disconnect</td><td>disconnect the client from the game module</td></tr> + <tr><td class="wide">list_ent</td><td>list registered entities</td></tr> + <tr><td class="wide">list_func</td><td>list registered functions</td></tr> + <tr><td class="wide">list_model</td><td>list registered models</td></tr> + <tr><td class="wide">list_var</td><td>list registered variables</td></tr> + <tr><td class="wide">quit</td><td>exit the application</td></tr> + <tr><td class="wide">r_restart </td><td>restart the video subsystem</td></tr> </table> <p> The following commands are available when you are connected to a game: <table> - <tr><td>join </td><td>join the game</td></tr> - <tr><td>spectate </td><td>spectate</td></tr> - <tr><td>buy </td><td>purchase a new ship</td></tr> - <tr><td>who </td><td>list connected players</td></tr> + <tr><td class="wide">join</td><td>join the game</td></tr> + <tr><td class="wide">spectate</td><td>spectate</td></tr> + <tr><td class="wide">buy</td><td>purchase a new ship</td></tr> + <tr><td class="wide">who</td><td>list connected players</td></tr> </table> <p> To change the video resolution, set the r_width and @@ -225,7 +225,7 @@ osiriond +set sv_framerate 30 <p> On windows32, the game uses the <i>home</i> subdirectory as your personal directory. For example, the client.ini can be found as <i>home\base\client.ini</i>. -<html> +<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>, you will have to create it manually. |