home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 33 / PCGamer33_OddworldAbesExoddus_CD2.iso / Desafios / UNREAL / Inimigos / QRabbit / README.TXT < prev   
Text File  |  1998-06-05  |  2KB  |  41 lines

  1. QuakeRabbits 1 by Zarniwoop
  2. ---------------------------------------------------------------
  3. // Heavy rabbits!  So dense that 1 teaspoon of one of these rabbits
  4. // would weigh several tons!  
  5. //
  6. // The rabbits cause earthquakes when they hit the ground.  Since
  7. // these are a subclass of the original NaliRabbit, so they are more
  8. // of a decoration than a real creature.  The normal rabbit movement-
  9. // graze and evade- has been modified.  The rabbits now hop far less
  10. // and instead make larger leaps more often.  These jumps cause the
  11. // ground shake as if there is an earthquake.
  12. //
  13. // The .wavs below are from the Titan, though not all are used.
  14. // I found the earthquake code that the titan steps cause and
  15. // modified it to fit into the rabbit leaps, then modified the way
  16. // the rabbit acts a little.  I don't like the way the code for this
  17. // turned out, and I'm sure I could've used an easier approach, but
  18. // I didn't want to spend much time on decorative rabbits. Whatever
  19. // the case, this is hardly objected oriented programming at its
  20. // finest :P  But, hey! Who cares? They cause earthquakes!
  21. // 
  22. // http://www.planetunreal.com/oddities for more Unreal mods
  23. //
  24. // http://www.plantunreal.com/chimeric for UnrealScript tutorials
  25. // and still more mods.
  26.  
  27.  
  28. Files:
  29.  
  30. qrabbits.unr -
  31. A small map with these rabbits and a Skaarj.
  32.  
  33. hvyrabt.u -
  34. This is the class file, which goes in the unreal/system directory.
  35.  
  36. Please give me a little credit if you decide to use this somewhere.  Thanks.
  37.  
  38.  
  39.                     --Zarniwoop
  40.                                           Zarniwoop@PlanetUnreal.com
  41.