home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 234.README.1ST < prev    next >
Text File  |  1994-03-30  |  15KB  |  463 lines

  1.                =======================
  2.                          DEU
  3.  
  4.                 DOOM EDITOR UTILITIES
  5.  
  6.                      Version 5.0
  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.  
  55.  
  56.  
  57. DISTRIBUTION
  58. ============
  59.  
  60. The latest version of DEU is available at the following FTP sites:
  61.  
  62. For European users:
  63.        bear.montefiore.ulg.ac.be (139.165.8.25)
  64.        /pub/doom/deu/deu??.zip
  65.  
  66. For other countries:
  67.        ocf.unt.edu (129.120.9.151)
  68.        /pub/doom/deu/deu??.zip
  69.  
  70. You will probably also find it on other FTP sites, such as ftp.uwp.edu,
  71. wuarchive.wustl.edu, doom.hope.edu...
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. LEGALESE...
  79. ===========
  80.  
  81. Copyright
  82. ~~~~~~~~~
  83. DOOM is a trademark of id Software.
  84.  
  85. DEU has been created by Brendon Wyber and Raphaël Quinet
  86. DEU is NOT an id Software product.
  87.  
  88. Disclaimers
  89. ~~~~~~~~~~~
  90. id Software cannot and will not provide support for DEU.
  91.  
  92. id Software will not provide support for ANY file that has been modified 
  93. or created by DEU.
  94.  
  95. DEU will not allow you to modify the shareware version of DOOM.  It is 
  96. illegal to alter DEU to operate on the shareware version of DOOM.
  97.  
  98. The authors of DEU will not provide support or be liable for damage caused 
  99. by the use of DEU.
  100.  
  101. It is illegal to distribute the registered version of the DOOM.WAD file in 
  102. any form, original or modified.
  103.  
  104. The authors of DEU reserve the right to add or remove any functionality of 
  105. the DEU software.
  106.  
  107. Copyleft...
  108. ~~~~~~~~~~~
  109.  
  110. DEU is a public domain program.  This means you can do anything you want 
  111. with it.  However, it would be considered polite if you did the following 
  112. things:
  113.  
  114.      * If you alter this executable, call it something else.
  115.        We would like to be the only people to release DEU named programs.
  116.  
  117.      * ... and... Give us credit. E.g.
  118.        Bob's Amazing Doom Editor, Version 1.00.
  119.        Copyright 1994 Bob Bobbingbob. All rights reserved.
  120.        [Derived from DEU v5.00 by Brendon Wyber and Raphaël Quinet.]
  121.        This credit notice should appear when you start the program, or in
  122.        an "about" box (if your program has a graphical interface).
  123.  
  124.      * Refrain from distributing pwads that work with the shareware
  125.        version of the game.  You only need to use one object or texture
  126.        from the registered version and this will do the trick.
  127.  
  128.      * Do NOT use the source to make an editor for the shareware
  129.        version.  ID doesn't want shareware editors around.
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. RUNNING DEU
  137. ===========
  138.  
  139. Requirements:
  140. ~~~~~~~~~~~~~
  141. You need a PC with a VGA screen and enough memory to load the levels data.  
  142. If you can play DOOM, you will probably be able to run DEU.  A mouse is 
  143. not required,  but editing will be easier if you have some plastic rodent.
  144.  
  145. Installation:
  146. ~~~~~~~~~~~~~
  147. Unzip it into any directory on your hard drive using commands like:
  148.  
  149.        mkdir \games\doom\deu                [create a directory for it.]
  150.  
  151.        pkunzip a:deu50.zip \games\doom\deu  [unzip from your a: drive.]
  152.  
  153. Quickstart:
  154. ~~~~~~~~~~~
  155. (for a more complete list of available commands, see DEU.TXT)
  156.  
  157.  
  158. To run DEU just type:
  159.  
  160.     DEU
  161.  
  162.  
  163. You should then be presented with the prompt.  Use the following basic 
  164. commands:
  165.  
  166.     ?   This displays a list of commands and their valid syntax.
  167.  
  168.     EDIT [<episode> <level> ]
  169.        This  command calls up the editor for the given map.  The edited
  170.        level is then saved into a PWAD file of the given name.  If you
  171.        don't enter any parameters you will be presented with a menu to
  172.        choose from.
  173.  
  174.     QUIT
  175.        This quits the program.
  176.  
  177. For starters, type:
  178.  
  179.     E 1 1      [Edit episode 1, mission 1 ]
  180.  
  181. When the editor starts up, it should display the map.  The editor will now 
  182. let you insert, delete and edit objects in the map.  In the centre of the 
  183. map is a crosshair (or your mouse pointer) which marks your current 
  184. position.  Little x's represent the Things. Different colours represent 
  185. different types of Things.
  186.  
  187. Then press F1 for help, or just play around.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194. REVISION HISTORY
  195. ================
  196.  
  197. By Raphaël Quinet:
  198.  
  199. 5.00   30 Mar 94
  200.        Automatic Nodes builder!.
  201.        Drop-down menus with menu bar.
  202.        Selection box to select a group of objects.
  203.        Smart add/delete for Vertices to split/join LineDef(s).
  204.        New "insert common shapes" and "misc. ops." menu.
  205.        VESA and SuperVGA support.
  206.        Removed the Nodes and Segs editors (obsolete).
  207.        The Things editor shows the size of the objects.
  208.        Sprite and texture viewers (256 colors).
  209.        New arguments "-help", "-bgi", "-fakecursor", "-color2",...
  210.        Added a config file for DEU.
  211.        New keys: 
  212.            F2 Save
  213.            Scroll Lock to turn of auto scrolling.
  214.            F9 Insert complex objects.
  215.            F10 Error checker and miscellaneous operations.
  216.        New commands (main menu):
  217.            G[roup] to create a compound wad file with all open pwads.
  218.            V[iew] to view a sprite.
  219.            S[ave] to save one object in a separate wad file.
  220.        MANUAL.DOC renamed to DEU.TXT, DEU.TXT renamed to README.1ST
  221.        DEUTUTOR.ZIP contains a step-by-step tutorial for DEU.
  222.  
  223. 4.31   8 Mar 94
  224.        New mouse interface.
  225.        Object detection algorithm improved slightly.
  226.        Mark/unmark any object and edit/move all marked objects at once.
  227.        New command line parameters.
  228.        May now add or delete ANY type of object.
  229.        Most LineDef types are now recognized.
  230.        Different colors are used for special LineDefs or Sectors.
  231.        New "snap to grid" and "zoom on pointer" features.
  232.        New keyboard shortcuts: "T", "V", "L" & "S".
  233.        Many bug fixes.  BlockMap builder bug has been fixed.
  234.        The "-debug" bug (!) has been fixed.
  235.        A manual file, "MANUAL.DOC".  Read this to find how to use DEU.
  236.  
  237. 4.20   25 Feb 94
  238.        Improved selection method for Sectors and LineDefs.
  239.        New dialog box asks for a WAD file name after editing a level.
  240.        New Thing, LineDef and Sector types are recognized.
  241.        Using the "large" memory model, as the code is becoming... large.
  242.        "Read" command.
  243.        "EDIT" command parameters now optional.
  244.  
  245. 4.10   17 Feb 94
  246.        Can change wall, floor and ceiling textures.
  247.        Total control over the LineDef and Sector attributes.
  248.        Lots of improvements in the editors.
  249.        The keyboard arrows may be used to move the mouse pointer.
  250.        'Ins' duplicates the last Thing selected.
  251.        'Tab' key now documented in the help screen.
  252.        'DUMP' command now documented in the main DEU menu.
  253.        'N','P' (or '<','>') keys to jump to the Next/Previous object.
  254.  
  255.  
  256.  
  257.  
  258. 4.00   16 Feb 94
  259.        Mouse support. Pointer may now move around the screen.
  260.        Map scrolls if the pointer reaches the edge of the screen.
  261.        User interface totally revamped.
  262.        Can use the mouse buttons to manipulate objects.
  263.        More Things recognized (DeathMatch starts, lamps, candles...).
  264.        New editing modes: Vertexes, LineDefs, SideDefs, Sectors...
  265.        Some keyboard commands changed.
  266.        Saving disabled for the shareware version.
  267.  
  268. By Brendon Wyber:
  269.  
  270. 3.01   29 Jan 94
  271.        Bug fix, can now edit levels higher than 3.
  272.  
  273. 3.00   29 Jan 94
  274.        Second Release. Merged DDIR and DEDT into one program.
  275.        Replaced THING DATA files with PWAD files.
  276.        Released with source code.
  277.  
  278. 2.00   26 Jan 94
  279.        First release. Had two programs DDIR and DEDT and used
  280.        text THING DATA files.
  281.  
  282. 1.00   Never
  283. Really sucked!
  284.  
  285.  
  286.  
  287. FUTURE PLANS
  288. ============
  289.  
  290. ********
  291. Beavis and Butthead viewing a Boy George video...
  292.  
  293. Butthead:       ...This must be what people look like in the future...
  294. Beavis:         "The future sucks!  Change it!"
  295. Butthead:       "I may be cool Beavis, but I can't change the future."
  296. ********
  297.  
  298. * Port to Linux and X Window.
  299.  
  300. * 3D previewer with hidden line removal.
  301.  
  302. * Add scrollbars to some dialog boxes.
  303.  
  304. * Bitmap editor.
  305.  
  306. * New graphical interface instead of the text-only main menu.
  307.  
  308. * Get rid of a few nasty little bugs.
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315. CONTACTING THE AUTHORS
  316. ======================
  317.  
  318. * Raphaël's E-mail address is: quinet@montefiore.ulg.ac.be
  319.  
  320. * Brendon's E-mail address is: b.wyber@csc.canterbury.ac.nz
  321.  
  322.  
  323. Contributions to the DEU effort...
  324. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  325. If you would like to make a contribution to the DEU effort, please use the 
  326. following guidelines.
  327.  
  328. The authors reserve the right to accept or reject any submissions (even if 
  329. all submissions have been accepted so far...).  All submissions must be to 
  330. the Public Domain and any ownership is forfeited.  Credit for useful 
  331. information will be given in the "Credits..." section of this file.
  332.  
  333. Updates to the Program
  334. ~~~~~~~~~~~~~~~~~~~~~~
  335. Contact Brendon and/or Raphaël before submitting code.
  336.  
  337. If you write an extension to DEU, try keeping all of it in a separate 
  338. file.  This will facilitate the integration in the version under 
  339. development.
  340.  
  341. If you send a bug fix or a small patch to the code, the favourite format 
  342. is a Un*x "diff -c" file (context diff).
  343.  
  344. Updates to the Manual
  345. ~~~~~~~~~~~~~~~~~~~~~~
  346. Send Updates for manual to Brendon, Raphaël, and/or Steve Bareman.
  347.  
  348. Please send ONLY the sections you wish to update, complete with Section 
  349. numbers.  Each section should be sent as a separate section.  If you 
  350. contribute a *NEW* section please preceed it with the text "*** NEW 
  351. SECTION # ***".
  352.  
  353. The subject header of your message should include "DEU DOC's".
  354.  
  355. Bug Reports
  356. ~~~~~~~~~~~
  357. Send bug reports to Brendon and/or Raphaël.
  358.  
  359. Read the docs thoroughly before reporting any bugs.  Some of them are 
  360. features, not bugs...
  361.  
  362. Please include the version number of DEU you are running and be as 
  363. specific as possible in your description.  I you want us to fix your
  364. problem, you'd better help us reproduce it easily.
  365.  
  366. The subject header of your message should include "DEU BUG REPORT".
  367.  
  368. Suggestions for Enhancements to DEU program
  369. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  370. Send your suggestions to Brendon and/or Raphal.
  371.  
  372. Thanks for your support!
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379. CREDITS
  380. =======
  381.  
  382. Many thanks go to the following people.  We won't speak in superlatives,
  383. because we would then need a few more pages to write this...  Let's just 
  384. say that these people did great things for DOOM or DEU:
  385.  
  386. * Everybody at id software for making such great games!
  387.  
  388. * Brendon Wyber                   (b.wyber@csc.canterbury.ac.nz)
  389.      The first version of this program was written by Brendon Wyber.
  390.      Map display, Things editor.
  391.  
  392. * Raphaël Quinet                  (quinet@montefiore.ulg.ac.be)
  393.      Much of this program was written by Raphaël Quinet.
  394.      New interface (mouse, menus, etc).
  395.      Ability to edit Vertices, Linedefs, Sidedefs, Sectors, and last
  396.      but certainly not least an AUTOMATIC NODES BUILDER.
  397.      Even if I rewrote nearly 90% of the code, this editor still has its
  398.      strong DEU roots... :-)
  399.      I appreciate comments and suggestions about this program.
  400.  
  401. * Matt Fell                       (matt.burnett@acebbs.com)
  402.      Author of the great Unofficial Doom Specs.  Making this program
  403.      would have been impossible if the Specs didn't exist.
  404.      You should take this file as a technical reference and companion
  405.      manual for DEU.  Get the file "dmspec13.txt" by anonymous FTP on
  406.      "wuarchive.wustl.edu" (/incoming/MSDOS_UPLOADS/games/doomstuff).
  407.  
  408. * Steve Bareman                   (bareman@hope.cit.hope.edu)
  409.      Rewrote the documentation (this file and MANUAL.DOC)
  410.      Author of the DEU tutorial (look in DEUTUTOR.ZIP).
  411.      Constant promoter of including source code with the editor.
  412.      For a good FTP...
  413.          anonymous @ doom.hope.edu (198.110.98.2)
  414.         (Registered DOOM patches, DEU, and various doom utils for
  415.          Registered DOOMers only.)
  416.  
  417. * Trevor Phillips                 (rphillip@cc.curtin.edu.au)
  418.      Textures viewer in 256 colors
  419.      Many, many suggestions and improvements to the DEU code.
  420.  
  421. * Alistair Brown                  (A.D.Brown@bradford.ac.uk)
  422. * Chris Phillips                  (chrisp@halcyon.com)
  423. * Colin Reed and Dylan Cuthbert   (dyl@cix.compulink.co.uk)
  424.      Lots of infos about the Nodes objects.
  425.      They fixed the bug(s) in my Nodes builder.
  426.  
  427. * Dewi Morgan                     (D.Morgan@bradford.ac.uk)
  428.      Drop-down menus and menu bar.
  429.      Rewrote and reorganized part of this file.
  430.      Numerous improvements and suggestions.
  431.  
  432. * Will Ellett                     (wellet@cs.uah.edu)
  433.      Configuration file (DEU.INI) and better command line parsing.
  434.      Lots of suggestions for DEU.
  435.  
  436. * Barry Bloom                     (barry@noc.unt.edu)
  437.      Maintainer of the official DEU distribution site for the USA:
  438.           the DOOM-only FTP server: ocf.unt.edu (129.120.9.151)
  439.           (DOOM add-ons and utils, collection of WAD files, ...)
  440.      Also sent some useful suggestions and bug reports.
  441.  
  442.  
  443. * Sven Neuhaus                    (sven@lilly.ping.de)
  444. * Billy Chow                      (billy.chow@engineering.oxford.ac.uk)
  445.      The most efficient beta-testers!  They keep on finding bugs that
  446.      most other people never see...
  447.  
  448. * Jeremy Blackman                 (wraven@helser51.res.iastate.edu)
  449. * Brian Downing                   (bdowning@ncsa.uiuc.edu)
  450. * Ted Vessenes                    (tedv@geom.umn.edu)
  451. * Ed Boling                       (edb9140@tamsun.tamu.edu)
  452. * Greg Grimsby                    (stu_gwgrimsb@vax1.acs.jmu.edu)
  453. * Michael Emmons                  (ie78hc0z@solix.fiu.edu)
  454.      Numerous comments, suggestions for improvements, and bug reports.
  455.      They were amongst the first to have faith in DEU and support it.
  456.  
  457. * Dietrich Hempelmann             (avatar@uni-paderborn.de)
  458.      Designed the "DEU 5" logo in DEU.TXT.  Great ascii-art... 
  459.  
  460. We certainly forgot one or two heroes of the DEU quest...  Apologies if 
  461. your name is not here and you deserve it.  Just drop us a note and we
  462. will change that for the next release.  Have a nice DOOM!  
  463.