home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / hexen / programs / behave / behave51.txt < prev   
Encoding:
Text File  |  1995-12-03  |  1.7 KB  |  52 lines

  1.  
  2.                     ** Hexen BEHAVIOR De-compiler **
  3.                                 v0.50
  4.  
  5. DESCRIPTION:
  6.  
  7.     Ever wondered how all of those special effects work in Hexen?  This
  8. program allows you to look at any of the BEHAVIORS in a Hexen .WAD file to
  9. see how it all works.
  10.  
  11.     This version simply dumps the contents of the BEHAVIOR structure in a
  12. format that is fairly close to the original ACS script source code.  With
  13. some manual editing, it can be recompiled and put into your .WAD file.
  14.  
  15.  
  16. FUTURE PLANS:
  17.  
  18.     Accept raw BEHAVIOR lump files in addition to those embedded in the
  19.      .WAD file.
  20.     Complete source code recovery - ie: the output can be fed directly
  21.      into the ACC.EXE compiler without any manual editing.
  22.      - Support the standard .acs files for constants & definitions
  23.      - Customization file to allow you to assign names to variables
  24.     Interpret arguments to functions and display compile-time #defines
  25.      instead ( ie: 0 => SKILL_VERY_EASY, 5 => T_FIREGARGOYLE, ... )
  26.     Re-compile back to raw BEHAVIOR format ( without ACC.EXE ).
  27.  
  28.  
  29. REQUIREMENTS:
  30.  
  31.    1) A supported operating:
  32.       a) OS/2 2.0 or higher
  33.       b) DOS ( v?.?? or higher - tested with 5.0 & 6.22 )
  34.       c) a Win32 platform ( Windows NT or Windows 9x )
  35.    2) A Hexen .WAD file
  36.  
  37.  
  38. ACKNOWLEDGMENTS:
  39.  
  40.        HEXEN was developed by Raven Software for id Software.
  41.  
  42.  ■ Thanks to the guys at id Software & Raven Software for creating Hexen.
  43.  ■ Ben Morris for publishing the Official Hexen Technical Specs
  44.  ■ Ben Gokey of Raven Software for releasing information about the script
  45.    language and the script compiler.
  46.  
  47.  
  48. ADDRESS:
  49.  
  50.      mroussea@pictel.com
  51.  
  52.