home *** CD-ROM | disk | FTP | other *** search
/ DeathMatch for Doom 1 & 2 / DeathMatch.bin / other / deu521.txt < prev    next >
Text File  |  1994-10-20  |  24KB  |  629 lines

  1.                =======================
  2.                          DEU
  3.  
  4.                 DOOM EDITOR UTILITIES
  5.  
  6.                      Version 5.21
  7.                =======================
  8.  
  9. CONTENTS
  10. ========
  11.  
  12. What is DEU?
  13.  
  14. Distribution
  15.  
  16. Legalese
  17.    Copyright
  18.    Disclaimers
  19.    Copyleft
  20.  
  21. Running DEU
  22.    Requirements
  23.    Installation
  24.    Quickstart
  25.  
  26. Revision History
  27.  
  28. Future Plans
  29.  
  30. Contacting the Authors
  31.    Contributions to the DEU effort
  32.    Updates to the Program
  33.    Updates to the Manual
  34.  
  35. Credits
  36.  
  37.  
  38.  
  39.  
  40. WHAT IS DEU?
  41. ============
  42.  
  43. DEU is a WAD file editor.  Use it to edit one level, then save it in a 
  44. patch WAD file (PWAD), or in the main WAD file.
  45.  
  46. You may use it with both the registered and the shareware versions of 
  47. DOOM, but you won't be allowed to save your changes if you are using the 
  48. shareware version (this is ID's will, since it might otherwise discourage 
  49. people from registering).
  50.  
  51. You can do almost anything to any level: move, add or remove monsters and 
  52. powerups, change the wall colours and positions, create new lifts, doors, 
  53. acid pools, crushing ceilings... or even create a new level from scratch!
  54. If other Doom editors won't let you do it, then DEU it!
  55.  
  56.  
  57.  
  58. DISTRIBUTION
  59. ============
  60.  
  61. The latest version of DEU is available at the following FTP sites:
  62.  
  63. For European users:
  64.        bear.montefiore.ulg.ac.be (139.165.8.25)
  65.        /pub/doom/deu/deu??.zip
  66.  
  67. For other countries:
  68.        infant2.sphs.indiana.edu (129.79.234.115)
  69.        /pub/doom/deu/deu??.zip
  70.  
  71. You will probably also find it on other FTP sites, such as ftp.uwp.edu,
  72. wuarchive.wustl.edu, hope.cit.hope.edu...
  73.  
  74. If you cannot use FTP (because you have no direct Internet access), you 
  75. can get the files using FTPmail.  Send E-mail to: ftpmail@decwrl.dec.com, 
  76. with "HELP" as the only word in the message (no subject, no signature).  
  77. When you are familiar with FTPmail, you can use it to retreive the files 
  78. from one of the Doom FTP servers.
  79.  
  80. Note: starting from DEU 5.2, and until 6.0, there will be a separate 
  81. package for the GCC port of DEU.  This version is faster, uses all 
  82. available memory (with the GO32 DOS extender) and has a better mouse 
  83. support.  But it won't work under OS/2 or Windows.  You can get this 
  84. version from the same sources as the normal version.  Look for a file 
  85. called "deu??gcc.zip".
  86.  
  87.  
  88.  
  89.  
  90. LEGALESE...
  91. ===========
  92.  
  93. Copyright
  94. ~~~~~~~~~
  95. DOOM is a trademark of id Software.
  96.  
  97. DEU has been created by Brendon Wyber and Raphaël Quinet
  98. DEU is NOT an id Software product.
  99.  
  100. Disclaimers
  101. ~~~~~~~~~~~
  102. id Software cannot and will not provide support for DEU.
  103.  
  104. id Software will not provide support for ANY file that has been modified 
  105. or created by DEU.
  106.  
  107. DEU will not allow you to modify the shareware version of DOOM.  It is 
  108. illegal to alter DEU to operate on the shareware version of DOOM.
  109.  
  110. The authors of DEU will not provide support or be liable for damage caused 
  111. by the use of DEU.
  112.  
  113. It is illegal to distribute the registered version of the DOOM.WAD file in 
  114. any form, original or modified.
  115.  
  116. The authors of DEU reserve the right to add or remove any functionality of 
  117. the DEU software.
  118.  
  119. Copyleft...
  120. ~~~~~~~~~~~
  121.  
  122. DEU is a public domain program.  This means you can do anything you want 
  123. with it.  However, it would be considered polite if you did the following 
  124. things:
  125.  
  126.      * If you alter this executable, call it something else.
  127.        We would like to be the only people to release DEU named programs.
  128.        (See also "Contributions to the DEU effort" below).
  129.  
  130.      * ... and... Give us credit. E.g.
  131.        Bob's Amazing Doom Editor, Version 1.00.
  132.        Copyright 1994 Bob Bobbingbob. All rights reserved.
  133.        [Derived from DEU v5.20 by Brendon Wyber and Raphaël Quinet.]
  134.        This credit notice should appear when you start the program, or in
  135.        an "about" box (if your program has a graphical interface).
  136.  
  137.      * Refrain from distributing pwads that work with the shareware
  138.        version of the game.  You only need to use one object or texture
  139.        from the registered version and this will do the trick.
  140.  
  141.      * Do NOT use the source to make an editor for the shareware
  142.        version.  id Software doesn't want shareware editors around.
  143.  
  144.      * If you distribute DEU (and don't change its name), please
  145.        distribute the original zip file unmodified.  If you distribute it
  146.        on a wide scale (CD-ROM, cover of a magazine, etc.), it would be 
  147.        nice to get in touch with the authors.  Not required, but nice...
  148.  
  149.  
  150.  
  151.  
  152.  
  153. RUNNING DEU
  154. ===========
  155.  
  156. Requirements:
  157. ~~~~~~~~~~~~~
  158. You need a PC with a VGA screen and enough memory to load the levels data.  
  159. If you can play DOOM, you will probably be able to run DEU.  A mouse is 
  160. not required, but editing will be easier if you have some plastic rodent.
  161.  
  162. Installation:
  163. ~~~~~~~~~~~~~
  164. Unzip it into any directory on your hard drive using commands like:
  165.  
  166.       mkdir \games\doom\deu                   [create a directory for it.]
  167.  
  168.       pkunzip -d a:deu521.zip \games\doom\deu  [unzip from your a: drive.]
  169.  
  170. Quickstart:
  171. ~~~~~~~~~~~
  172. (for a more complete list of available commands, see DEU.TXT)
  173.  
  174.  
  175. To run DEU just type:
  176.  
  177.     DEU
  178.  
  179.  
  180. You should then be presented with the prompt.  Use the following basic 
  181. commands:
  182.  
  183.     ?   This displays a list of commands and their valid syntax.
  184.  
  185.     EDIT [<episode> <level> ]
  186.        This  command calls up the editor for the given map.  The edited
  187.        level is then saved into a PWAD file of the given name.  If you
  188.        don't enter any parameters you will be presented with a menu to
  189.        choose from.
  190.  
  191.     QUIT
  192.        This quits the program.
  193.  
  194. For starters, type:
  195.  
  196.     E 1 1      [Edit episode 1, mission 1 ]
  197.  
  198. When the editor starts up, it should display the map.  The editor will now 
  199. let you insert, delete and edit objects in the map.  In the centre of the 
  200. map is a crosshair (or your mouse pointer) which marks your current 
  201. position.  Little x's represent the Things.  Different colours represent 
  202. different types of Things.
  203.  
  204. Then press F1 for help, or just play around.
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211. REVISION HISTORY
  212. ================
  213.  
  214. By Raphaël Quinet:
  215.  
  216. 5.21   21 May 94
  217.        Bugfix release.  The previous version was compiled without
  218.        floating-point emulation.  This is fixed now, thanks to Tom Neff.
  219.  
  220. 5.20   20 May 94
  221.        GCC port of DEU released in a separate zip file (by Per Allanson).
  222.        Better error checkers.  One of the most powerful features of DEU!
  223.        Still better Nodes builder, now customizable ("-splitfactor").
  224.        Better split Sectors feature: handles Sectors within Sectors.
  225.        Distribute floors/ceiling heights.  Align textures (X, Y offsets).
  226.        35 new LineDef types.  New menus for the LineDef types.
  227.        Automatic merging of Vertices and LineDefs when superimposed.
  228.        Smaller Vertices and arrows.  Orientation of Things displayed.
  229.        Pointer coordinates displayed while you are moving.
  230.        LineDef length displayed in the LineDef/SideDef editor.
  231.        Closer zoom.  But the map display gets slower; you asked for it...
  232.        Other minor changes in the user interface.  Not too many because
  233.           DEU 6.0 will be released soon and will change all that...
  234.        New keys:
  235.           H: toggle the grid display (but doesn't change the grid scale).
  236.           Shift-H: reset the grid scale to 0 (like the old 'H' key).
  237.           1,2,...,9,0: set the zoom scale directly, from 1 to 10.
  238.        New command line options:
  239.           -splitfactor: used by the Nodes builder (not for novices...).
  240.           -s0: select object 0 by default when switching modes.
  241.           -walltexture, -lowertexture,...: set various default values.
  242.  
  243. 5.10   26 Apr 94
  244.        Better Nodes builder.
  245.        Better memory management.  You can now edit huge levels (E2M7).
  246.        Changes in the menus, new menu under the 'F8' key.
  247.        Better automatic error checkers.  Show the object in error.
  248.        Keep the selection when you switch from one editor to another.
  249.        Missing textures displayed in red in the info b