home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / docs / mnlith11 / monolith.msj < prev    next >
Encoding:
Text File  |  1996-06-19  |  1.5 KB  |  30 lines

  1. // Monolith Super Jump
  2.   //===========================================================================
  3.   // To use, hit enter <default> once. You should jump about 150% the normal
  4.   // jumping height. You will continue jumping until the button is pressed
  5.   // again. Subsequent jumps are a little bit higher - I don't know why. To
  6.   // Interesting secondary benefit - you can engage this command and use it to
  7.   // "float" on top of water areas, instead of the normal slow sinking. You
  8.   // must hit Enter only ONCE to engage this function. Not yet tested for how
  9.   // useful this may be.
  10.   //===========================================================================
  11.  
  12. ALIAS -JUMPDOWN ";ALIAS MSJ MSJ_UP;"
  13. ALIAS DOWNUP ";ALIAS MSJ MSJ_UP;"
  14. ALIAS UPDOWNUP ";ALIAS MSJ MSJ_UP;"
  15. ALIAS UPUPDOWNUP ";ALIAS MSJ MSJ_UP;"
  16. ALIAS +DOWN+ATTACK ";ALIAS MSJ MSJ_UP;"
  17. ALIAS DOWN+ATTACK ";ALIAS MSJ MSJ_UP;"
  18.  
  19.   //===========================================================================
  20.   // The previous seemingly non-sensical aliases are error control - I noticed
  21.   // a tendency for Quake to interpret these common errors as actual commands,
  22.   // if the key was left pressed for extended periods of time, thus caking up
  23.   // the sequence. There are occasionally more, but they are not fatal errors.
  24.   // Remove those lines at your own risk.
  25.   //===========================================================================
  26.  
  27. ALIAS MSJ_DOWN ";+MOVEUP;ALIAS MSJ MSJ_UP;-MOVEUP;-JUMP;"
  28. ALIAS MSJ_UP ";+MOVEUP;+JUMP;ALIAS MSJ MSJ_DOWN;"
  29. ALIAS MSJ ";MSJ_UP;"
  30.