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

  1. Godel Quake C Mods, by David Wiedenmann.
  2. Later versions of this mod will be available from:
  3. http://www.garlic.com/~dwied/quake.html
  4. -----------------------------------------------------------------------------
  5.  
  6. This mod, which includes .qc source and progs.dat does the following:
  7.  
  8. * Multiskin support w/ corpses keeping players' skins after death.
  9. * Corpses, now stick around for two minutes after which they Gib into pieces. 
  10.   And the gibs stick around longer as well.
  11. * Player Corpses have more Gibs.  Players always Gib dying in lava.
  12. * Players can toss like a grenade, one of their weapons or their used armor to
  13.   be picked up later by them or another player.  The model thrown actually looks
  14.   like the weapon and it spins.
  15. * Weapons, backpacks, ammo, corpses, gibs, etc go through teleporters and wind
  16.   tunnels.  (i.e. you can toss a weapon through, shoot through, etc.)
  17. * Grenades now have variable Timers
  18. * Observer Mode is now in.  You will be noncorporeal (i.e. noclip), and 
  19.   others will not even know you are there.  You peeping tom!
  20. * Pipe Bombs are working.  To access them, simply select the grenade launcher
  21.   twice to turn your grenade launcher into a Pipe Bomb launcher.
  22. * Holo-Quakers cost a nominal amount of cells and last a minute.  You may have 
  23.   three of these at a time.
  24. * Electric Minions cost a significant amount of cells and create an intelligent
  25.   friend which follows you around and electrocutes your enemies.  To create an
  26.   electric minion, merely select the lightning gun twice, and fire.
  27. * Crucified Zombies can be shot at and killed.
  28. * Long Range Shotgun and Super Shotguns are in.  To access them, simply
  29.   select the weapon a second time.
  30. * If the player has a lightning gun, it slowly recharges giving him one more
  31.   cell every five seconds as long as he has less than 50 cells.  I did this,
  32.   because there are so darn many cool things you can do cells.     
  33. * Grenades and Pipe Bombs can be blown up by an explosion nearby.
  34. * Axe is replaced by the Vampiric Rune Axe.  Slightly faster, sucks enemies
  35.   health.  Pulls you towards them.  Makes evil sounds when used.
  36.   Be careful trying to suck health from zombies.  :)
  37. * Selecting the axe twice will bring your Pushing Hands to bear.  Hit an enemy
  38.   and watch them fly.
  39.  
  40. Relevant Commands:
  41. * Impulse 200 will increment your skin value; 
  42. * Impulse 201 will decrement your skin value;
  43. * Impulse 210 will put you in Observer Mode;  (typing "kill" returns you to
  44.   normal, so that you can't use Observer Mode to an advantage.)
  45. * Impulse 52 will detonate all Pipe Bombs
  46. * Impulse 53 will decrement your grenade timer.
  47. * Impulse 54 will increment your grenade timer.
  48. * Impulse 55 will toss out your current weapon.
  49. * Impulse 56 will toss out your current ammo.
  50. * Impulse 57 will toss out your current armor.
  51. * Impulse 58 will create a Holo-Quaker.
  52.  
  53. -------------------------------------------------------------------------------
  54. Bug Fixes:
  55. * Ooops, Other peoples' corpses were solid.  Must've been anoying.  Fixed.
  56. * Big Embarrasment.  Impulses which used the temp1 variable were using the
  57.   server's temp1 not the clients.  Very Bad.  Nuff Said.
  58.  
  59. -------------------------------------------------------------------------------
  60. Credits:
  61. Thanks to Mike Cumings for his good ideas and coding advice.
  62. Thanks to Dennis Noordsij for discovering multiskin.
  63. Thanks to Scott Lyon for the Observer idea.
  64. Thanks to AsmodeusB (sorry couldnt find your name) for the PipeBombs code.
  65. Thanks to Bill Turner for the Electric Minion and Holo-Quaker
  66. Thanks to Chris Peters for his testing help.
  67. Thanks to id software for writing Quake and Quake C.
  68.  
  69. -------------------------------------------------------------------------------
  70. Send Questions/Comments/Suggestions to:
  71.  
  72. David Wiedenmann
  73. dwied@cats.ucsc.edu
  74. Godel on IRC
  75.  
  76.