home *** CD-ROM | disk | FTP | other *** search
/ Quaaake Level & Editor 2 / Quaaake_2.iso / Quake / freeze / README.TXT < prev    next >
Encoding:
Text File  |  1996-09-26  |  2.4 KB  |  66 lines

  1. QuakeC Freeze Gun       by Simon Francis  sjfranci@csm.uwe.ac.uk
  2.  
  3.   This is my first Quake C patch, I was just messing around so don't mail me
  4. complaints about it being lame.
  5.  
  6. What it does:
  7. =============
  8.   
  9.   This patch adds an extra weapon that comes with the grenade launcher.  Select
  10. the grenade launcher then press 6 again for the freeze gun.  Any monster that 
  11. is hit will stop moving for about 10 seconds or until it next takes damage.
  12. This works by setting a time delay for the creatures next instruction, for
  13. this reason it doesn't work on other players.  It costs 1 rocket to fire the
  14. freeze gun.
  15.  
  16.  
  17. How to install it:
  18. ==================
  19.  
  20.   To run this patch make a new sub-directory under quake called, for example,
  21. freeze.  Unzip freeze.zip into this directory.  From dos type:
  22. pkunzip -d freeze.zip freeze
  23.  
  24.   Some of the files need to be in special subdirectories.  If after unzipping
  25. the directories freeze\progs and freeze\sound don't exist, make them.  Put
  26. the .mdl files in the progs directory and the .wav files in the sound directory.
  27.  
  28.   Then go the quake directory and type: quake -game freeze
  29.  
  30.  
  31. Other stuff:  
  32. ============
  33.   
  34.   Feel free to improve on my code, distribute this patch, etc.
  35.  
  36.   This patch contains two different sounds and two differently textured 
  37. models.
  38.  
  39.   For some reason occasionally quake will crash if you keep using the freeze
  40. gun near one of the nuclear waste barrels.
  41.  
  42.   I learnt Quake-C by reading other peoples patches, mostly the flame
  43. thrower by Quake Command (http:\\www.nuc.net/quake).  The Quake-C 
  44. Specifications were also quite helpful.  If you are worked on either, thanks. 
  45.   
  46.   Thanks also to id.
  47.  
  48.   I haven't seen any other patches like this, but there may well be since its
  49. quite easy to do.
  50.  
  51.   I didn't write this patch because of Duke Nukem's freeze thrower.  Duke's
  52. OK, but Quake is better.
  53.  
  54.   Speaking of Duke, does anyone know how to stop it crashing with more than
  55. three players over an ipx network?  The game hangs, one machine has to be
  56. rebooted but the others can quit as normal.  
  57.  
  58.   For my 3rd (97/98) year at University I have to do a placement year, any
  59. offers would be appreciated.  My course is BSc Computing and my email 
  60. address is at the top of this file.
  61.  
  62.  
  63.   I don't except any responsibility for anything bad that this patch does.
  64. Or anything you do with.  If you like it and want to email me, feel free.
  65. If you don't like, just delete it.
  66.