home *** CD-ROM | disk | FTP | other *** search
/ The Doom Hacker's Guide / DoomHackersGuideCd.bin / editors / windeu / readme.txt next >
Text File  |  1994-12-22  |  6KB  |  168 lines

  1.                                 
  2.                                 WinDEU 5.23
  3.                                 -----------
  4.  
  5. Renaud Paquay, Last modified: 23-12-1994
  6. (E-Mail: rpa@info.fundp.ac.be)
  7.  
  8.  
  9.                               -------------
  10.                               * IMPORTANT *
  11.                               -------------
  12.  
  13. 1) Before running WinDEU, you *MUST* edit the 'WINDEU.INI' file and, at the
  14.    line corresponding to the DOOM.WAD file, write the full path name for
  15.    this file (i.e. C:\GAMES\DOOM\DOOM.WAD). WinDEU WON'T WORK without this
  16.    path (and file). Furthermore, you need the commercial (or registered)
  17.    version of DOOM (1 or 2) to be able to SAVE levels data.
  18.  
  19. 2) This version of WinDEU (5.23) is still a beta version. Thus, it's
  20.    possible (and certain if you use the program for a long time) that
  21.    error messages sush as:
  22.    'Assertion FAILED: ... at line ... in file ...', or
  23.    "General Protection Fault ..."
  24.    appear at some time.
  25.    If you are brave enough, take note of the message, and the conditions
  26.    in which it comes. You can then send all this to me by e-mail
  27.    (rpa@info.fundp.ac.be).
  28.  
  29. 3) The 32 bits (Win32) version of WinDEU is now working. This version
  30.    is MUCH MORE faster than the Win16 version. The executable program
  31.    of the Win32 version is called 'WINDEU32.EXE', and can be found
  32.    in the 'WINDEU32.ARJ' archive. It uses the same .INI file than Win16
  33.    version.
  34.  
  35. 4) To have 3D like dialog boxes, you need the CTL3DV2.DLL in one of
  36.    your path directory
  37.  
  38. 5) Since the version 0.95 of WinDEU, you can visualize and edit DOOM 2
  39.    wad files. Be warned that it's not yet possible to convert a DOOM 2
  40.    file in a DOOM 1 file (or vice-versa). Furthermore, WinDEU 5.23 doesn't
  41.    understand the new objects types of DOOM 2 (new Things, new LineDefs, ...)
  42.  
  43.  
  44. Differences between DEU and WinDEU
  45. ----------------------------------
  46.  
  47. - In the level editor, WinDEU allows the use of the right mouse button 
  48.   to bring context sensitive sub-menus. These menus are different when
  49.   the mosue pointer is exactly on an object or not.
  50.   In any case, the WinDEU choose the objects manipulated as below:
  51.   If no object is HIGHLIGHTENED (GREEN),
  52.      the current object (YELLOW) est selected for the operation.
  53.   If at least one object is highlightened (green),
  54.     the operation will act on these objects, keeping in mind the selection 
  55.     order, BUT without using the current object (yellow).
  56.  
  57. - WinDEU est faster for all object manipulation and level checking 
  58.   functions. This is also the case for NODES building. The Win32 version
  59.   is a lot faster than Win16 version.
  60.   NOTE: These assumptions are only true for the 16bit version of DEU.
  61.         I don't have the GCC version, so I can't test it.
  62.  
  63.  
  64.     EDITING HINTS
  65.     -------------
  66.  
  67. - To edit an object (or group of objects), you can double click on
  68.   ONE OF THE SELECTED OBJECTS. You can also press RETURN (or ENTER).
  69.  
  70. - In the Thing Edit dialog box, double click on an thing type item
  71.   in the list box to see the corresponding texture at the right.
  72.  
  73. - In the LineDef Edit dialog box, double click on the texture name (in
  74.   the list box, or on the static controls) to open a window with the
  75.   corresponding texture. You don't have to close this new window to
  76.   go back to the LineDef Edit Window. Just click on it, it's still active.
  77.  
  78. - You get the same functionnalities in the Sector Edit dialog box and
  79.   in the preferences dialog box.
  80.  
  81. - To select more than one object, click on the object with the SHIFT key
  82.   pressed. It will be added in the selection list.
  83.  
  84. - The selection boxes are now dynamicaly additive or not. If the SHIFT key
  85.   is pressed at the time of the left mosue button click, the selection box
  86.   will be additive.
  87.  
  88. - To move an object (or group of objects), you only have to click on one
  89.   selected object, keep the button pushed and move the objects to their
  90.   destination (an automatic scrolling of the window will occur when the 
  91.   pointer goes near the borders, just like in DEU).
  92.  
  93. - If you want to move in the level editor window without hightening objects
  94.   (yellow), press the CTRL key while moving the mouse.
  95.  
  96. - You can move an information window by clicking on it, and moving the
  97.   mouse. If you want it to stay fixed, uncheck the 
  98.   'Window.Automatic layout' menu item. If you want to replace it
  99.   at its default position select the 'Window.Layou Now' menu item.
  100.  
  101.  
  102. REVISION HISTORY
  103. ----------------
  104.  
  105. 09-09-94
  106.  
  107. This version of WinDEU isn't still completly finished, but it's already
  108. possible to create and/or edit any DOOM level (and the external WAD files).
  109. Just like DEU, WinDEU has 4 editions modes:
  110.     Things:   Decorations, weapons, ennemies, ...
  111.     LineDefs: Lines and textures
  112.     Vertexes: Points
  113.     Sectors:  Sectors
  114.  
  115. The WinDEU editor works just like DEU's. Read the HELP file to find
  116. the dew differences in the user interface.
  117.  
  118. NOTE: There's now a Windows HELP file for WinDEU. Simply press F1 while
  119.       running WinDEU. This help isn't context sensitve yet, not it's a
  120.       full finished help, but I'm working on it
  121.  
  122. 05-10-94
  123.  
  124. . The 'level editor' part of WinDEU is now finished at 99%. Some bugs are
  125.   still there (I think), but all menus and dialog boxes are working.
  126.  
  127. . The WAD file management part (main menu) is not finished. Some functions
  128.   remains not implemented:
  129.     List master
  130.     Insert RAW object
  131.     Extract object
  132.     Save object
  133.     Dump Entry
  134.  
  135. . There is now a HELP file for WinDEU. Press F1 to bring the help file
  136.   contents. This help file is far from perfect, but I'm working on it.
  137.  
  138.  
  139. 22-12-94
  140.  
  141. . WinDEU is finished at 99%. The only missing function is 'Dump entry'.
  142.   (I think this one is not very important).
  143.  
  144. . I have been in the DEU team for 3 weeks now, and the WinDEU version
  145.   is 5.23beta, this will be the first public release.
  146.  
  147.  
  148. FUTURE
  149. ------
  150.  
  151. The current version of WinDEU is based on the 5.21 source of DEU. So, it 
  152. doesn't have the new node builder of newer DEU versions.
  153. I won't work on that before February 1995. In fact, I won't work at all 
  154. on WinDEU before that time, because I have exams in January.
  155. Sorry :-(
  156.  
  157. The DEU team will try to integrate all DEU new functionnalities in all 
  158. version of DEU (DOS, Windows, X Windows, OS/2). 
  159. Just wait for news... ;)
  160.  
  161.  
  162. SUGGESTIONS
  163. -----------
  164.  
  165. If you have suggestions for WinDEU, you can E-Mail me to:
  166.  
  167. rpaquay@info.fundp.ac.be
  168.