From 289bf4b622b95b794e438ac257d75ea437e3e023 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 9 Mar 2008 12:16:12 +0000 Subject: Documentation update --- README-FOR-THE-LAZY | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 README-FOR-THE-LAZY (limited to 'README-FOR-THE-LAZY') diff --git a/README-FOR-THE-LAZY b/README-FOR-THE-LAZY new file mode 100644 index 0000000..9238510 --- /dev/null +++ b/README-FOR-THE-LAZY @@ -0,0 +1,82 @@ + +The Osirion Project - README FOR THE LAZY + + So? You're the lazy type? + I'll just assume you know what a directory is. + +HOW TO install the game: + + OSIRION="`pwd`/osirion" + + svn checkout svn://intranifty.no-ip.org/osirion + cd osirion/ + autoreconf -fi + ./configure + make + + svn checkout svn://intranifty.no-ip.org/osirion-data data + +HOW TO run the game: + + cd $OSIRION + src/osrion + +** The console keys is ~ or `. Keyboard is probably broken on + non-qwerty layouts. + + cl_name SpaceCowboy + cl_color 1 1 0 + connect + join + spectate + buy + buy sharkan + +** Numeric keypad keys steer left or right, keypad + and - + change thrust. Spacebar changes camera mode. Cursors keys + change the camera view. + + quit + +HOW TO run a dedicated server: + + cd $OSIRION + src/osiriond + +HOW TO connect to a dedicated server: + + cl_name SpaceCowboy + cl_color 1 1 0 + connect remote.server.net + say Hi, I am connected to the server! + +** The 'T' button opens the chat window, no need to type 'say' + in the console all the time + +HOW TO go fullscreen or change resolution: + + r_width 1280 + r_height 960 + r_fullscreen 1 + r_restart + +HOW TO find more information without reading the documentation: + + list_ent + list_func + list_var + list_model + list_ship + + ls $OSIRION/data/base + vim $OSIRION/data/base/ini/world.ini + vim $OSIRION/data/base/ini/ships.ini + +It fails! + + rm -rf $OSIRION + goto 10 + +It still fails! + + Seriously, read the README and INSTALL files. -- cgit v1.2.3