home *** CD-ROM | disk | FTP | other *** search
/ Ultra Collection Level Ad…e, Duke, Warcraft 2, C&C / ULTRA_Collection_Level_AddOn_-_Quake_Duke.iso / quwaffen / prg6.zip / PROXMINE.TXT
Text File  |  1996-08-09  |  4KB  |  93 lines

  1. ===============================================================================
  2. Title                   : Proximity Mines
  3. Filename                : proxmine/src/weapons.qc
  4.  
  5. Author                  : Jonathan Avraham aka Shambler aka Procedure
  6.  
  7. Description             : Proximity mines! Throw n-tropy's shit out the
  8.                           window! This is the real thing! Just press 'M'
  9.                           and a mine is laid. 3 seconds later, it's armed
  10.                           and dangerous.
  11.  
  12. How to use              : Quite simple:
  13.                           1.  Extract this ZIP file to a directory called
  14.                              PROXMINE under your QUAKE directory.
  15.                           2.  Get QCC.ZIP (Available on the net @
  16.                              http://www.stomped.com)
  17.                           3.  Put all the .QC files from QCC.ZIP that aren't
  18.                              already there in the SRC directory.
  19.                           4.  Run QCCDOS.EXE from the SRC directory.
  20.                           5.  Edit the file CONFIG.CFG in your QUAKE\ID1
  21.                              directory and add the following line:
  22.                              bind m "impulse 12"
  23.                              This will assign M to laying mines.
  24.                           5.  Switch to your QUAKE directory and type:
  25.                              QUAKE.EXE -GAME PROXMINE
  26.  
  27.                           Voila! You're there!
  28.  
  29. Additional Credits to   : As always, homage, praise, and worship to the badasses at id
  30.               for knowing what makes a good game, putting the player first
  31.               (because they are players) and for being really really
  32.               slick programmers.
  33.  
  34. Coming Attractions      : More mods I made:
  35.                           Lava Gun      - Rapidly shoots lava, which
  36.                                           eventually splashes
  37.                                           spectacularly. Kinda like Doom's
  38.                                           plasma gun.
  39.                           Power Axe     - Nearly everyone made this one...
  40.                                           An axe that electrecutes upon
  41.                                           contact with flesh, stone or metal.
  42.                           Homing Sticking Missiles - Stick up your enemy's
  43.                                                      butt and explode
  44.                                                      a while later.
  45.                           Coming soon:
  46.                           Sabotage Dogs - Quake HQ has come up with a cruel
  47.                                           new weapon: They implant bombs
  48.                                           inside the dogs' head that detonate
  49.                                           when the dog is really angry, i.e.
  50.                                           is biting or jumping at someone.
  51.  
  52. ============================================================================================
  53. * Play Information *
  54. Level #                 : N/A
  55. Single Player           : Nah... Just for testing.
  56. Cooperative 2-4 Player  : Nah, it's like cheating.
  57. Deathmatch 2-4 Player   : Yes sir-re!
  58. Difficulty Settings     : N/A
  59. New Sounds              : Nah.
  60. New Graphics            : Nope.
  61. New Music               : None at all.
  62. New Weapons             : Ay Caramba!
  63. Demos Replaced          : What's that good for?
  64.  
  65.  
  66. * Construction *
  67. Base                    : iD's kick ass QuakeC code.
  68.  
  69. Editor(s) used          : Text editor and QCC
  70. Known Bugs              : Sometimes when you shoot a switch it doesn't detect
  71.                           it. Weird.
  72.  
  73. * Copyright / Permissions *
  74. Whatever.  Please include this file if you distribute it.
  75.  
  76. * Where to get this file *
  77. You might try the big quake sites, i.e. cdrom.com and ftp.stomped.com.
  78.  
  79. * Where to find me *
  80. In july-august almost every day on undernet's #Quake and #QuakeC
  81. Rest of the year, same place, Fridays.
  82. (23:00-02:00 GMT)
  83.  
  84. * How to mail me *
  85. No e-mail :(... Regular mail:
  86.  
  87. Jonathan Avraham
  88. 14 2nd of November St.
  89. Haifa 35646
  90. Israel
  91.  
  92. ===============================================================================
  93.