home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / editors / heth106 / readmeh.1st < prev    next >
Encoding:
Text File  |  1995-12-23  |  5.2 KB  |  114 lines

  1. Files included in heth106.zip:
  2.  
  3. .\
  4. heth.exe    - HEXEN editor
  5. heth.ini    - initialization file, contains options for using HETH
  6. *deth.exe       - the main executable
  7. *deth.ini       - initialization file, contains options for using DETH
  8. *go32.exe       - dos extender for 32 bit processing
  9. readmeh.1st     - this file
  10. *runme1st.bat   - batch file to setup go32 enviroment
  11. *ed.bat        - batch file for starting DETH and loading your PWAD
  12. *ed2.bat    - batch file as above, for NDOS and 4DOS users
  13. *test.bat    - batch file for rebuilding nodes and running PWAD in DOOMxx/HERETIC
  14. *zennode.exe    - ZenNode v0.97a, the fastest nodes builder around, by Marc Rousseau
  15. *32rtm.exe    - environment file for ZenNode
  16. *dpmi32vm.ovl    - overlay file for ZenNode
  17. Script.zip    - Action Code Script Compliler, Read the Specs.txt for use
  18.  
  19. .\readme\
  20. changes.txt     - history of versions complete with bugs removed and additions
  21. setup.txt    - how to set up DETH/HETH's .cfg and .ini files
  22. specs.doc    - Hexen Specs
  23. scrpinfo.txt    - instructions on inserting scripts with HETH
  24. *dethgo32.txt   - info on getting DETH started, written by Dr. Sleep
  25. *texture.txt    - information on how our Intelligent Texture Aligning works
  26. *copying        - Copyright stuff for GNU GCC
  27. *copying.dj     - go32.exe Copyright information
  28. *keys.txt    - guide to all keys, inc new hotkeys
  29. *keys.doc    - as above but in Word 6 format(for printing)
  30.  
  31. .\config\
  32. *config.dm1     - configuration file for Doom, includes path to main IWAD
  33. *config.dm2     - configuration file for Doom 2 includes path to main IWAD
  34. *config.her     - configuration file for Heretic, includes path to main IWAD
  35. config.hex    - configuration file for Hexen, includes path to main IWAD (beta)
  36. *ldtypes.dm     - LineDefs in Doom - must be included in doom.cfg and doom2.cfg
  37. *ldtypes.her    - LineDefs in Heretic - must be included in heretic.cfg
  38. *things.dm1     - Things in Doom - must be included in doom.cfg and doom2.cfg
  39. *things.dm2     - Things in Doom 2 - must be included in doom2.cfg
  40. *things.her     - Things in Heretic - must be included in heretic.cfg
  41. things.hex    - Things in Hexen - must be included in hexen.cfg (beta)
  42. spawn.hex    - Spawnable Things in Hexen - must be included in hexen.cfg (beta)
  43. specials.hex    - Specials(LineDefs and Things) in Hexen
  44.  
  45. *.\drivers\     - video drivers, see dethgo32.txt for more information
  46. *.\source\      - if you want the source, please contact myself - Antony Burden
  47. *.\ZenNode\    - ZenNode v0.97a nodes builder documents, by Marc Roussea
  48. *BSPInfo.exe    - v1.0, gives statistics on the BSP tree (see .\ZenNode\BSPInfo.doc)
  49. *readme.1st    - important notes on the current version of ZenNode
  50. *file_id.diz    - File description for BBS's
  51. *history.doc    - ZenNode revision history in text format
  52. *ZenNode.doc    - ZenNode documentation and instructions in text format
  53. *BSPInfo.doc    - BSPInfo documentation and information in text format
  54. *Custom.doc     - ZenNode instructions for customizing the BSP tree
  55. *..\Samples\    - ZenNode directory of sample and configuration files
  56.  
  57.  
  58. *These files are included in the original DETH35.ZIP and are required for the
  59. HETH update v1.06 to work. Be sure to unzip with the -d option in order to 
  60. extract the directory structure intact.
  61.  
  62. NOTES:
  63. The things.??? and ldtypes.??? files can be changed to reflect the users
  64. preference; new sub menus may be created in the same fashion as the
  65. existing ones (see SETUP.TXT).
  66.  
  67. If two files are used in one game (i.e things.dm1 and things.dm2 are both used
  68. in Doom2), ensure that the menu titles are identical.
  69.  
  70. --------------------------------------------------------------------------------
  71.  
  72. From the authors:
  73.  
  74.  
  75. DETH is a version of GCC DEU 5.21 with a few features borrowed from 5.3.
  76. It has been written by wad editors, so the features we've added and changed
  77. should reflect what a wad creator both needs and requires.
  78.  
  79. It now edits HEXEN, as well as DOOM II, DOOM, Ultimate DOOM, and HERETIC.
  80.  
  81. A lot of the Texture and Sprite handling routines have been re-written for
  82. extra stability and lightning speed.
  83.  
  84. The main display has also been greatly improved both cosmetically and in speed.
  85.  
  86. Lots of bugs that were present in DEU have also been removed.
  87.  
  88. Both the X and Y alignment routines have been completely changed, they now
  89. include intelligent routines to align either SideDef regardless of what is
  90. or isn't present, you will not get any messages returned to you just because
  91. a texture is missing.
  92.  
  93. WARNING - unless you are absolutely sure what you are doing
  94. do not change any part of the config files except the [wad] entry.
  95.  
  96.  
  97. Thanks to:
  98.  
  99. id and Raven soft for 3 excellent games.
  100. Brendon J Wyber and Raphael Quinet for the original, first, and best DEU.
  101. Marc Rousseau for permission to include his excellent ZenNode nodes builder, and
  102.   BSPInfo v1.0 (for determining the efficiency of different nodes builders).
  103. John W. Anderson (aka Dr Sleep) and Jim F. Flynn for all of their suggestions,
  104.   patience, and bug hunting.
  105. Everyone currently using and supporting DETH.
  106.  
  107.  
  108. If you have any suggestion for future releases or have any bugs to report then
  109. you can reach me at 100765,3240@compuserve.com or just leave a message in
  110. the ACTION forum of CompuServe.
  111.  
  112.  
  113. Antony Burden.
  114.