Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5131 clevermous 1
INSTALL for Linux Quake2 Mission Packs
2
--------------------------------------
3
 
4
Installation
5
------------
6
 
7
Mount the Quake2 Mission Pack CD as one would usually mount a CDROM, this can
8
be accomplished by using the command:
9
 
10
		mount /dev/cdrom /mnt
11
 
12
As root.  Once the CD is mounted, run the setup script on the CD as root.
13
 
14
		$ su
15
		Password:
16
		# mount /dev/cdrom /mnt
17
		# /bin/sh /mnt/setup
18
 
19
The script will ask some questions about what options you want to install
20
and automatically install the software into /usr/local/games/quake2.
21
 
22
After Installation
23
------------------
24
 
25
To run Quake2 Mission Pack #1: The Reckoning add the following option when
26
executing Quake2:
27
 
28
	./quake2 +set game xatrix
29
 
30
To run Quake2 Mission Pack #2: Ground Zero add the following:
31
 
32
	./quake2 +set game rogue
33
 
34
Requirements
35
------------
36
 
37
The Quake2 Mission Packs require a previous installation of Quake2.
38