home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / programs / ironwlvt / ironwlvt.txt < prev    next >
Encoding:
Text File  |  1996-08-04  |  2.1 KB  |  58 lines

  1. Ok, this is my attempt at combining alot of the qc patches together.
  2. Also it contains alot of my own stuff that I am still working on.
  3. I wanted to put it onto the net to see the reactions.
  4.  
  5. The shotgun, super shotgun, nailgun, grenade launcher, and rocket launcher
  6. all have multiple ways to be fired. Selecting the weapon multiple times
  7. will switch amongst the versions.
  8.  
  9. Keys =
  10.  
  11. Y - Flare Toss
  12. B - Throw Backpack
  13. P - Throw Pipebomb
  14. O - Detonate PipeBomb
  15. G - Throw Grenade
  16. K - Kick (having trouble getting the object kicked to move)
  17. M - Create Minion
  18. Q - Sniper View
  19. S - Lean left
  20. F - Lean Right
  21. X - Lean Left 2
  22. V - Lean Right 2
  23.  
  24. As for the weapons:     Shotgun -       Normal SS
  25.                                         Slug
  26.                                         Sniper(*)
  27.                         SuperShotgun-   Normal SSS
  28.                                         Single Barrel
  29.                                         Slug
  30.                         Nailgun-        Normal Nailgun
  31.                                         Tag Gun
  32.                         Grenade LCR-    Normal Grenades
  33.                                         Fragmentation Grenades
  34.                                         Attach Grenades
  35.                         Rocket LCR-     Normal Rockets
  36.                                         Homing Rockets
  37.  
  38. There are new mdls and sounds. the directory should look like this
  39.  
  40.  C:\
  41.    |                              _____Progs\_____
  42.    |_____Quake\                  |                |-soldier.mdl
  43.               |                  |                |-ogre.mdl
  44.               |_______IronWlvt\--|_______         |-knight.mdl
  45.                                  |      |         |-dog.mdl
  46.                                  |      |Sound\   |-mine.mdl
  47.                                  |           |____
  48.                                  |                |_Weapons\
  49.                                  |-Config.cfg              |
  50.                                  |-Autoexec.cfg            |
  51.                                  |-Progs.dat               |-tag.wav
  52.  
  53. If this confuses you, I am sorry, this is my first attempt at
  54. a patch like this.
  55.  
  56.  
  57. IRONWULVT
  58.