blob: 9238510f84dc9bc2e3232539c7eda4e42993133a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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.
  |