home *** CD-ROM | disk | FTP | other *** search
/ D!Zone (Collector's Edition) / D_ZONE_CD.ISO / programs / editors / newdeu41 / newdeu.txt < prev    next >
Text File  |  1994-12-06  |  6KB  |  155 lines

  1.              *-----------------------*
  2.              |   INSTRUCTIONS FOR    |
  3.              |     NEW DEU 4.1       |
  4.              |  DOOM EDITOR UTILITY  |
  5.              *-----------------------*
  6.  
  7. IMPORTANT NOTICE:
  8. =================
  9.  
  10.  This program is called "NEWDEU" because Brendon Wyber (the author of DEU)
  11.  has requested that anyone who alters his DEU program calls it something
  12.  else.  This program is based on DEU-3.01, but I originally didn't plan on
  13.  releasing it by myself.  In fact, I sent a first version of this program
  14.  to Brendon, hoping that he will release it soon and add new features of
  15.  his own.
  16.  
  17.  Well, he didn't have the time to work on it, because he had to go on
  18.  holidays.  So I eventually decided to make this program public.  When
  19.  Brendon returns, I hope that he will work on my program and release it
  20.  under the "DEU" name.
  21.  
  22.  In short, you will probably never see any program called "NEWDEU" again.
  23.  If Brendon starts working on my program, it will be called "DEU" from
  24.  then on.  If he doesn't like it, I will call it something else.  Got that?
  25.  
  26.                            Raphaël Quinet,
  27.                            15 Feb. 1994
  28.  
  29. COPYRIGHT
  30. =========
  31.  
  32. * DOOM is owned by ID software.
  33.  
  34. * The original DEU was released into Public Domain by Brendon Wyber.
  35.  
  36. * I (Raphaël Quinet) wrote the new user interface (mouse, menus, and so on)
  37.   and added the different editing modes (LineDefs, SideDefs, Sectors...).
  38.  
  39. Please read the original copyright notice in "DEU.TXT".
  40.  
  41.  
  42. WHAT'S NEW?
  43. ===========
  44.  
  45. IF YOU HAVE NEVER USED DEU BEFORE, PLEASE READ "DEU.TXT" FIRST.
  46.  
  47. Here are a few things that are new to this version:
  48.  
  49. * Mouse support!  You can now use a mouse if you have one.
  50.  
  51. * The pointer may now move around the screen.  The map will scroll if the
  52.   pointer reaches the edge of the screen.
  53.  
  54. * Better menus, 3D boxes, etc.  I changed the whole user interface.
  55.  
  56. * You can now use the first mouse button to drag an object.  If you are
  57.   using the keyboard, press 'Ins' once when the pointer is on the object,
  58.   move it around, then press 'Ins' once again to release it.
  59.  
  60. * More Things are now recognized (DeathMatch starts, lamps, candles,...).
  61.  
  62. * New editing modes: Vertexes, LineDefs, SideDefs, Sectors,...  Try them!
  63.  
  64. * Changes in the keyboard commands:
  65.   - use 'Enter' instead of 'T' to edit the current or default object.
  66.   - use 'Esc' instead of 'Q' to quit without saving changes.
  67.   - use 'Q' instead of 'E' to save changes.
  68.   - use 'F1' to see the help screen.
  69.   - use 'Tab' or 'Shift-Tab' to switch from one editing mode to another
  70.  
  71. * You may now use the editor with the shareware version, but you won't
  72.   be allowed to save your changes.  Please register your copy of the game!
  73.   ID software did a great job; they need your money to release new games.
  74.  
  75.  
  76. WHAT'S NEW IN 4.1?
  77. ==================
  78.  
  79. * You can change walls, floors and ceilings textures!  Your levels will never
  80.   look the same again!  You may for example assign the F_SKY1 texture to the
  81.   floor of some sectors (weird!), or make some walls transparent, etc.
  82.  
  83. * Total control over the LineDefs and Sectors attributes: you may transform
  84.   a normal sector into a lift, trigger it from anywhere,...
  85.  
  86. * Lots of improvements in the editors.  No more "default Thing" in the
  87.   Things editor: the 'Ins' key will now duplicate the last Thing selected.
  88.  
  89. * The keyboard arrows may be used to move the mouse pointer.  Yes, I know
  90.   it's a silly feature.
  91.  
  92. * The 'Tab' key is now documented in the help screen.  The 'DUMP' command
  93.   is now documented in the main DEU menu.
  94.  
  95. * The 'N' and 'P' keys may be used to jump to the Next or Previous object
  96.   in the editor.  (You may also use '>' and '<'.)
  97.  
  98. * You still cannot create a whole new level (because you can't add new
  99.   LineDefs, SideDefs,... - you may only change their attributes).  But you
  100.   can do almost anything else.
  101.  
  102.  
  103. FUTURE PLANS
  104. ============
  105.  
  106. * Ask for the PWAD file name after editing, not before starting the editor.
  107.  
  108. * Understand the Nodes structure.  Thanks to chrisp@halcyon.com for the
  109.   hints about these things.
  110.  
  111. * Build a correct WAD file when a Vertex has been moved.  I hopefully only
  112.   need to rebuild the Nodes list.  But how do you do that?
  113.  
  114. * Be able to delete Vertexes (this will also delete the related objects).
  115.  
  116. * Display more information about the flags in the LineDefs and Segs objects.
  117.  
  118. * Be able to add, delete or edit LineDefs, SideDefs, Sectors, etc.
  119.   In other words, create a true editor.
  120.  
  121.  
  122. WARNING
  123. =======
  124.  
  125. The Things editor works quite well.  You may move Things around, insert or
  126. delete some of them, etc.  The WAD file created by NEWDEU will always give
  127. the expected results when you play DOOM.
  128.  
  129. But the Vertex editor is far from complete: there are lots of cross-references
  130. in the WAD files and some of them are not updated by NEWDEU.  Expect strange
  131. results if you play with a modified WAD file: you will be able to go through
  132. some of the walls, your screen will display strange patterns from time to
  133. time, and so on...
  134.  
  135. If you find how to build a fully working WAD file, please tell me.
  136. I'm still having lots of problems with the Nodes objects.  Have you got
  137. any clues?  BTW, do you know how the Reject and Blockmap entries work?
  138.  
  139.  
  140. CONTACTING THE AUTHORS
  141. ======================
  142.  
  143. * My E-mail address is: quinet@montefiore.ulg.ac.be
  144.  
  145. * Brendon's E-mail address is: b.wyber@csc.canterbury.ac.nz
  146.  
  147. I would greatly appreciate any comments and suggestions about this program.
  148. I'll keep on watching my mailbox...  If you are working on an UNIX box, you
  149. may use the following command to see if I have received your message :
  150.     finger quinet@verif1.montefiore.ulg.ac.be
  151. This will give lots of useless information to you, but you may consider it
  152. funny.  If you have a Sun workstation with the RPlay library installed, you
  153. will even get a silly surprise.  GNU finger is great!  Enough chattering...
  154. Have fun with the game and the editor!
  155.