Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-05-30 19:56:10 +0000
committerStijn Buys <ingar@osirion.org>2008-05-30 19:56:10 +0000
commit8933b795003f8ad202fce6e553191be8932a37b6 (patch)
treebfb460cbf9261b44deabfd469046a14a95c8d16c /README-FOR-THE-LAZY
parentf71901eeab126bb4b7e2552dd2edf0b34632c683 (diff)
zlib support
Diffstat (limited to 'README-FOR-THE-LAZY')
-rw-r--r--README-FOR-THE-LAZY82
1 files changed, 0 insertions, 82 deletions
diff --git a/README-FOR-THE-LAZY b/README-FOR-THE-LAZY
deleted file mode 100644
index 9238510..0000000
--- a/README-FOR-THE-LAZY
+++ /dev/null
@@ -1,82 +0,0 @@
-
-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.