home *** CD-ROM | disk | FTP | other *** search
/ Qu-ake / Qu-ake.iso / qu_ke / read / 462.txt < prev    next >
Encoding:
Text File  |  1996-08-07  |  1016 b   |  41 lines

  1. INSTALLATION:
  2.     copy all original quakec files to directory CLUSTER
  3.     unzip distribution files, run qccdos
  4.  
  5.     OR:
  6.     
  7.     use the progs.dat supplied
  8.         
  9.     CHANGED FILES:
  10.         CLIENT.QC
  11.             added section to
  12.                 ClientObituary--specialized kill message
  13.         ITEMS.QC
  14.             added sections to
  15.                 RankForWeapon
  16.                 weapon_touch
  17.         WEAPONS.QC--
  18.             added sections for ClusterLauncher in
  19.                 W_SetCurrentAmmo
  20.                 W_CheckNoAmmo
  21.                 W_Attack
  22.                 W_ChangeWeapon
  23.                 CheatCommand
  24.                 CycleWeaponCommand
  25.                 ImpulseCommands
  26.         CLUSTER.QC--INCLUDE BEFORE ITEMS.QC!!!
  27.             defines 
  28.                 CLUSTER_GREN
  29.                 W_FireCluster (used by W_Attack)
  30.                 ClusterTouch (used by W_FireCluster, uses ClusterExplode)
  31.                 ClusterExplode (used by W_FireCluster, uses GrenadeExplode and
  32.                     GrenadeTouch
  33.         PROGS.SRC
  34.             added line for CLUSTER.QC
  35.  
  36.  
  37.     Cluster.qc has the meat of the patch, the others are just to make it
  38.     as transparent to the players as possible.
  39.     
  40.     Use cluster launcher like grenade launcher, choose it and hit +attack
  41.