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

  1. MultiMod by Shyft --- http://www.fwb.gulf.net/~shyft/ -- Bill Turner
  2.  
  3. This is a great set of QC and some .mdl's I made 
  4. partially from my own hacks and some from others 
  5. listed in the credits at the bottom.
  6.  
  7. Also get multimdl.zip for texture the texture
  8. enhancement mods. Better have reasonable RAM
  9. for this. (more than 8M)
  10.  
  11. This QC set contains the following: (* denotes others work)
  12.  
  13. 1. A guardian minion!  Collect 40 cells and use impulse 15 to
  14. produce a minion that follows you around and electrocutes
  15. your enemies...at least till the minion runs out of cells :)
  16. t's safe for DM/coop/teams.  Limited to 1 minion unlike
  17. the minion in my minion.zip.
  18.  
  19. 2. A laser gun bound to impulse 9.  It uses cells. You
  20. begin with it in your posession at each map.  You need
  21. simply to obtain some cells to use.
  22.  
  23. 3. You can now drop weapons for whatever reason you might 
  24. wish.  This is accomplished by using impulse 100.
  25.  
  26. 4. You can now make up to 3 holograms at a time.  They last
  27. about a minute and cost 12 cells. Try dropping one as you jump
  28. or when you are a demon.  Use impulse 101 to drop a Hologram.
  29.  
  30. 5. As a demonstration of enemies becoming damaged, if you have my
  31. enforcer.mdl and H_mega.mdl in your progs dir(texture replaced by 
  32. pseudo stormtrooper) you will get to see him become bloody 
  33. and damaged when he dies.
  34.  
  35. 6. Each grunt in the game has a randomly determined skin texture
  36. from 10 textures I think are not too messed up. :) You need my
  37. soldier.mdl for this or else they look normal.
  38.  
  39. 7.  When you get the biosuit, your texture changes to the
  40. exact texture of the biosuit and back again when it wears off.
  41.  
  42. 8. Zombies can be killed (Oh wow...Who hasn't done this? :)
  43.  
  44. 9. some cheats= impulse 254 all weapons
  45.                 impulse 255 quad damage
  46.                 impulse 253 demon 
  47.                 deathmatch 100 or coop 100 makes all cheats available
  48.  
  49. 10. *I added Multiskin to the mod.  It rocks!  I also added
  50. a couple of textures to the multiskin. Impulse 200 and 201 to change
  51.  
  52. 11. *Pipebombs-- impulse 13 to throw and impulse 14 to detonate. uses
  53. rockets.
  54.  
  55. 12. *Fiend pentagram-- get the pentagram and turn into a fiend.
  56.  
  57. 13. I may be forgetting something.
  58.  
  59. I will be adding another weapon when I make one good enough
  60. or see a good one someone else make.
  61.  
  62.  
  63. INSTRUCTION:
  64.  
  65. Put all the QC files in quake\shyft\progs
  66. put qccdos.exe in there as well.
  67. also put all the .mdl files in there too.
  68.  
  69. run qccdos which will create quake\shyft\progs.dat
  70.  
  71. Run quake with the additional cmd line param:  -game shyft
  72.  
  73. ex. quake -game shyft
  74.  
  75. If this doesnt help, sorry.
  76.  
  77. ========================================================================
  78. Credits and Wot Not and thanks to the following:
  79. ------------------------------------------------------------------------
  80. I used the Multiskin mod by     by Dennis Noordsij - lnoordsi@inter.NL.net
  81.       home of MultiSkin - http://web.inter.NL.net/users/L.J.Noordsij/qc.htm
  82.  
  83.  
  84. I used the pipebombs from pipebomb.zip 
  85.   by AsmodeusB -- tazq@sos.on.ca
  86.  
  87. I used the fiend powerup from jfiend11.zip -- Kick ass fuggin QC!
  88.                                        By
  89.                                   John Spickes
  90.                                jspickes@eng.umd.edu
  91.                                   Josh Spickes
  92.                                spickesj@wam.umd.edu
  93.                                 
  94.                                  Playtesting by      
  95.                                John & Josh Spickes
  96.                                   Allen Seger
  97.  
  98.  
  99. I used as reference some of the homing code from homing.zip
  100.                by  Vhold <vhold@netwizards.net> 
  101.        
  102.                    http://netwizards.net/~vhold/
  103.  
  104. ABOVE MENTIONED FILES AVAIL. AT FTP.CDROM.COM
  105.  
  106. Thanks to id for making QC available to the masses.
  107.  
  108. ***Thanks to my brother Toby Turner for the Modified***
  109.    stormtrooper bitmap and the crusader bitmap
  110.    as well as for helping me debug and playtest
  111.    this crap :)
  112.  
  113.  
  114.  
  115.  
  116. impulse 1 - 9 W_ChangeWeapon ();
  117. impulse 254 WeaponCheat ();
  118. impulse 255 QuadCheat ();
  119. impulse 11 CycleWeaponCommand ();
  120. impulse 12 ServerflagsCommand ();
  121. impulse 100 weapon dropping
  122. impulse 101  W_FireHolio(); hologram
  123. impulse 13   W_FirePipeBomb();
  124. impulse 14  DetPipeBombs();
  125. impulse 15  W_FireMinion();
  126. impulse 253  FiendCheat ();
  127. impulse 200 cycle self texture up
  128. impulse 201 cycle self texture down
  129.  
  130. skin list
  131. ---------
  132. SKIN: Quake himself (1)"); else
  133. SKIN: Duke Nukem 3d (2)"); else
  134. SKIN: Mr. Toad (3)"); else
  135. SKIN: Stormtrooper (4)"); else
  136. SKIN: Max (5)"); else
  137. SKIN: The Terminator (6)"); else
  138. SKIN: Judge Dredd (7)"); else
  139. SKIN: Camouflaged soldier (8)"); else
  140. SKIN: Captain Picard (9)"); else
  141. SKIN: The Wizard (10)"); else
  142. SKIN: Predator (11)"); else
  143. SKIN: Skeleton (12)"); else
  144. SKIN: Wan-Fu (13)"); else
  145. SKIN: Henry Rollins (14)"); else
  146. SKIN: He-Man (15)"); else
  147. SKIN: Boba (16)"); else
  148. SKIN: Superman (17)"); else
  149. SKIN: NYPD Cop (18)"); else
  150. SKIN: The Avatar (19)");
  151.      //SHYFT skin adds
  152. SKIN: Just a Grunt (20)");
  153. SKIN: Big Ugly Ogre Man (21)");
  154. SKIN: Crusader (22)");
  155. SKIN: BioSuit (23)");
  156.  
  157.