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

  1. QUAKE NEW ITEMS QNITEMS.ZIP
  2. Files included: defs.qc
  3.                 items.qc
  4.                 client.qc
  5.                 weapons.qc
  6. (PS Notice how these make a staircase :P)
  7. If any of these files are not included in this zip,
  8. QUAKE NEW ITEMS WILL NOT WORK.
  9. Description:
  10. Quake new items is a power-up manager allowing the use of an item(s)
  11. at a time, later then when you actually need that item.  This patch
  12. also allows you to store up to 9 of the same item (more if you play
  13. around with the code) for use later.  In DM one of each type of
  14. unused power-up the player has is placed inside the backpack
  15. he/she drops when killed.
  16. In the game:
  17. Some impulse commands have been added and/or remapped.
  18. impulse 100 - Use a Quad Damage
  19. impulse 101 - Use a Pentagram of Protection
  20. impulse 102 - Use the Ring of Shadows
  21. impulse 103 - Use the biosuit
  22. impulse 250 - Cheat (was impulse 9)
  23. impulse 251 - give a rune
  24. impulse 252 - give 9 of all items
  25. When you get a power-up you keep it on your character until
  26. at such time you wish to use it.  Your can hold up to 9
  27. power-ups of the same type.  At a time you choose to use a
  28. power-up you should type in the console (impulse 10?) to
  29. activate the power-up you desire.  You may also find it
  30. usefull to bind a key to use the power-up.  For instance
  31. if you wish to activate a Pentagram of Protection when you
  32. hit the P key you would type in the console:
  33. bind p "impulse 101"
  34. In order to create the progs.dat that is required to use
  35. this patch you must download qcc.zip (or qcc.tar.qz) from
  36. ftp.idsoftware.com, ftp.cdrom.com, or www.stomped.com.
  37. You should follow the instructions found in the readme.txt
  38. included with these files.  You will have to replace
  39. defs.qc, items.qc, client.qc, and weapons.qc from those
  40. included in QCC. and compile them.
  41. If you have any further questions regarding Quake New Items
  42. please contact me at:
  43. sean_dunn@pacficnet.net
  44.  
  45.  
  46.