home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / editors / hered / readme.1st < prev    next >
Text File  |  1995-01-07  |  5KB  |  208 lines

  1.                =======================
  2.                          HERED
  3.  
  4.                   Heretic Wad Editor
  5.  
  6.                      Version 1.00
  7.                =======================
  8.  
  9. CONTENTS
  10. ========
  11.  
  12. What is HERED?
  13.  
  14. Legalese
  15.    Copyright
  16.    Disclaimers
  17.    Copyright
  18.  
  19. Running HERED
  20.    Requirements
  21.    Installation
  22.    Quickstart
  23.  
  24. Revision History
  25.  
  26. Future Plans
  27.  
  28. Contacting the Authors
  29.  
  30. Credits
  31.  
  32.  
  33.  
  34.  
  35.  
  36. WHAT IS HERED?
  37. ============
  38.  
  39. HERED is a WAD file editor.  Use it to edit one level, then save it in a 
  40. patch WAD file (PWAD), or in the main WAD file.
  41.  
  42. You may use it with both the registered and the shareware versions of 
  43. heretic, but you won't be allowed to save your changes if you are using the 
  44. shareware version (this is ID's will, since it might otherwise discourage 
  45. people from registering).
  46.  
  47. You can do almost anything to any level: move, add or remove monsters and 
  48. powerups, change the wall colours and positions, create new lifts, doors, 
  49. acid pools, crushing ceilings... or even create a new level from scratch!
  50. If other heretic editors won't let you do it.
  51.  
  52.  
  53.  
  54. LEGALESE...
  55. ===========
  56.  
  57. Copyright
  58. ~~~~~~~~~
  59. HERED is a shareware program.  This means you can do anything you want 
  60. with it.  However, it would be considered polite if you did the following 
  61. things:
  62.  
  63.         *REGISTER,  Gosh its only $15 dollars.  And you get free upgrads
  64.  
  65. Heretic is a trademark of id Software and maybe Raven Software.
  66.  
  67. Some of this program was tooken from DEU:
  68.         DEU is a heretic wad file editor.
  69.         DEU has been created by Brendon Wyber and Raphaël Quinet
  70.         DEU is NOT an id Software product.
  71.  
  72. Disclaimers
  73. ~~~~~~~~~~~
  74. id Software cannot and will not provide support for HERED.
  75.  
  76. id Software will not provide support for ANY file that has been modified 
  77. or created by HERED.
  78.  
  79. HERED will not allow you to modify the shareware version of heretic.  It is 
  80. illegal to alter HERED to operate on the shareware version of heretic.
  81.  
  82. The authors of HERED will not be liable for damage caused by the use of HERED.
  83.  
  84. It is illegal to distribute the registered version of the HERETIC.WAD file in 
  85. any form, original or modified.
  86.  
  87. The authors of HERED reserve the right to add or remove any functionality of 
  88. the HERED software.
  89.  
  90. Copyright...
  91. ~~~~~~~~~~~
  92.  
  93.  
  94.  
  95. RUNNING HERED
  96. ===========
  97.  
  98. Requirements:
  99. ~~~~~~~~~~~~~
  100. You need a PC with a SVGA screen and enough memory to load the levels data.  
  101. If you can play heretic, you will probably be able to run HERED.  A mouse is 
  102. not required, but editing will be easier if you have some plastic rodent.
  103.  
  104. Installation:
  105. ~~~~~~~~~~~~~
  106. Unzip it into any directory on your hard drive using commands like:
  107.  
  108.       mkdir \games\heretic\HERED                   [create a directory for it.]
  109.  
  110.       pkunzip -d a:HERED.zip \games\heretic\HERED  [unzip from your a: drive.]
  111.  
  112. Quickstart:
  113. ~~~~~~~~~~~
  114. (for a more complete list of available commands, see HERED.TXT)
  115.  
  116.  
  117. To run HERED just type:
  118.  
  119.     HERED
  120.  
  121.  
  122. You should then be presented with the prompt.  Use the following basic 
  123. commands:
  124.  
  125.     ?   This displays a list of commands and their valid syntax.
  126.  
  127.     EDIT [<episode> <level> ]
  128.        This  command calls up the editor for the given map.  The edited
  129.        level is then saved into a PWAD file of the given name.  If you
  130.        don't enter any parameters you will be presented with a menu to
  131.        choose from.
  132.  
  133.     QUIT
  134.        This quits the program.
  135.  
  136. For starters, type:
  137.  
  138.     E 1 1      [Edit episode 1, mission 1 ]
  139.  
  140. When the editor starts up, it should display the map.  The editor will now 
  141. let you insert, delete and edit objects in the map.  In the centre of the 
  142. map is a crosshair (or your mouse pointer) which marks your current 
  143. position.  Little x's represent the Things.  Different colours represent 
  144. different types of Things.
  145.  
  146. Then press F1 for help, or just play around.
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. REVISION HISTORY
  154. ================
  155.  
  156. 12/01/95  -  First Realease
  157.  
  158.  
  159. FUTURE PLANS
  160. ============
  161.  
  162. * New graphical interface instead of the text-only main menu.  Allow
  163.   point-and-click drawing of new rooms.  Allow direct editing of values
  164.   in the info boxes.  DEU 6.0 will be a major revision for the user
  165.   interface.
  166.  
  167. * 3D previewer with texture mapping.
  168.  
  169.  
  170. CONTACTING THE AUTHORS
  171. ======================
  172.  
  173. * Robert Baldwin
  174.   h.c 51 box 24B
  175.   Saint Jo, Tx 76265
  176.   
  177.   Voice: (817)964-2585
  178.   
  179.   BBS  : (817)964-2548
  180.          24hrs. 7 days 1200-14400 bps.
  181.  
  182.  
  183. Bug Reports
  184. ~~~~~~~~~~~
  185. Send bug reports to Robert Baldwin
  186.  
  187. Read the docs thoroughly before reporting any bugs.  Some of them are 
  188. features, not bugs...
  189.  
  190. Please include the version number of HERED you are running and be as 
  191. specific as possible in your description.  I you want us to fix your
  192. problem, you'd better help us reproduce it easily.
  193.  
  194. The subject header of your message should include "HERED BUG REPORT".
  195.  
  196.  
  197. CREDITS
  198. =======
  199.  
  200. Many thanks go to the following people.  We won't speak in superlatives,
  201. because we would then need a few more pages to write this...  Let's just 
  202. say that these people did great things for heretic or DEU:
  203.  
  204. * Everybody at id Software for making such great games!
  205.  
  206. * Athors of DEU
  207.  
  208.