home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 15 / MA_Cover_15.iso / source / winquake / docs / install.q2mission < prev    next >
Encoding:
Text File  |  1999-03-30  |  885 b   |  40 lines

  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.  
  39.  
  40.