home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / programs / shoveoff / readme.txt < prev   
Encoding:
Text File  |  1996-08-02  |  2.8 KB  |  70 lines

  1. ========================================================================
  2. Shove off!   8/2/96
  3.  
  4. By Steve Bond           wedge@nuc.net
  5. Visit QUAKE COMMAND!    http://www.nuc.net/quake
  6. ========================================================================
  7.  
  8. What is it?
  9. -----------
  10. If you do not play multiplayer games, this patch is useless to you.
  11.  
  12. Shove off! Is an add-on that I made for quake (With QuakeC) that lets you
  13. shove other players around. (Doesn't seem to work with monsters, but I
  14. made this patch with Deathmatch/CoOp in mind anyway) Seems that in COOP games
  15. or team Deathmatch games, a teammate will sometimes pin you in a corner or
  16. block up a doorway (purely by accident, usually) and get you killed. With
  17. SHOVE OFF, you can push them out of the way without inflicting any damage on
  18. them. It's also great for sneaking up on a deathmatch opponent that is
  19. sniping from a ledge or rooftop. Just give them a good shove if they are over
  20. lava or slime and they go into the drink.
  21.  
  22. Installation:
  23. -------------
  24. 1. In your Quake directory, make a directory called SHOVE
  25.  
  26. 2. Copy the PROGS.DAT file from this archive into the SHOVE directory
  27.  
  28. 3. Copy the CONFIG.CFG file from the ID1 directory into the SHOVE directory
  29.    and add the following line:
  30.  
  31.                 BIND SPACE "IMPULSE 20"
  32.                 (space makes the spacebar the shove key. You may use
  33.                  whichever key you prefer)
  34.  
  35. 4. Start Quake by typing QUAKE -GAME SHOVE
  36.  
  37. 5. While playing, push the SPACEBAR (or whichever key you configured) to
  38.    shove other players around (provided you are close enough).
  39.  
  40. 6. This patch is designed for multiplayer games. Only the computer acting
  41.    as the server has to have this patch! Clients need only bind a key to
  42.    IMPULSE 20 to make use of the patch.
  43.  
  44.  
  45. Notes:
  46. ------
  47. The 'shoving' of the other players is caused by a small, silent, invisible
  48. radius explosion that does no damage. The explosion radiates from the player
  49. that triggered it, the explosion also IGNORES the player that triggered it.
  50.  
  51. You may also use this patch in COOP games to get over certain obstacles. If
  52. you have a teammate stand in front of you and jump up, you can shove them
  53. through the air. This is useful for spanning gaps or jumping up into
  54. windows, etc.
  55.  
  56. Known Problems:
  57. ---------------
  58. Well, the only 'problem' I can think of is that the shove is caused by a
  59. radius damage call... which 'shoves' everyone within a certain radius. This
  60. means that you can shove someone when your back is turned to them.
  61.  
  62. Another 'feature' of this patch... you can and will shove everyone within the
  63. effective radius, so it's possible to shove 2 or 3 or more people at the
  64. same time.
  65.  
  66. Any other problems? Do something really interesting with this patch? EMail me.
  67.  
  68. - Steve
  69.  
  70.