home *** CD-ROM | disk | FTP | other *** search
/ Superpower (Alt) / SUPERPOWER.iso / q / patch / mbq738 / monstdm.txt < prev    next >
Encoding:
Text File  |  1996-07-30  |  2.1 KB  |  55 lines

  1. ****************************************************************************
  2.  
  3.                              Monster Deathmatch
  4.                                 Quake-C File
  5.                                 Version 1.01
  6.                             By: Andrew Stefanski
  7.                            stefansk@evansville.edu
  8.  
  9. ****************************************************************************
  10.  
  11.         While deathmatching in Quake is tons of fun, sometimes I really
  12. missed having the monsters running around harassing the players.  While you
  13. could play coop in Quake, it didn't work like the deathmatch.  The weapons
  14. weren't as available, and you didn't get the frag board.  To take care of
  15. that, I did some playing around in Quake C.
  16.  
  17.         Now you can play deathmatch by the quake rules, and have monsters
  18. in the middle of the action!!
  19.  
  20.         To install: copy the .qc files into a subdirectory, such as
  21.         \quake\monstdm\progs
  22.  
  23.         Add in the rest of the .qc files from the quakec package, and run
  24.         QCCDOS.EXE.
  25.  
  26.         To start quake, use
  27.         quake -game <directory name>
  28.         for example,
  29.         quake -game monstdm
  30.  
  31.         While playing, set deathmatch to 4 at the console or the command
  32. line.  Now you have all the deathmatch weapons available, health and ammo
  33. will respawn, but there are plenty of monsters running around to get in
  34. everyone's way!
  35.  
  36.         For an even more monster filled experience, play on nightmare mode,
  37. by typing at the console "skill 4".
  38.  
  39.         If you have any comments, suggestions, or find something I missed,
  40. please e-mail me!  And if you want to use this as a basis for an even more
  41. complicated update, please let me know, and at least include my name in
  42. the package somewhere.
  43.  
  44.         If you're adept at quakec, try combining this with the solid
  45. monsters patch, so you can kill the dead ones!
  46.  
  47. ----------------------------------------------------------------------------
  48.  
  49. Update Listing:
  50.  
  51. 1.01 : Fixed the grunts.  They weren't showing up in deathmatch.
  52.  
  53. 1.00 : First release!  Tons of fun!
  54.  
  55.