home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 021 / ddt10b.zip / README.DDT < prev    next >
Text File  |  1994-10-10  |  6KB  |  125 lines

  1.                     Doom Developers Toolkit 1.0 beta Readme
  2.                     =======================================
  3.                     
  4. DISCLAIMER: If this software breaks your hardware, erases your hard drive or
  5. otherwise screws up your Pc then it is your fault and not mine.  You assume full
  6. responsibility for using this software.
  7.  
  8. Whew, I'm glad that's over with.
  9.  
  10. INSTALLATION: Just unzip DDT10B.ZIP into a directory of your choice.
  11.  
  12. REQUIREMENTS: 486 compatible pc
  13.               4 megs of ram
  14.               VESA compatible graphics card
  15.  
  16. QUICK START:
  17.     Edit the DDT.INI file and change the location of your doom 2 wad file.
  18.     If you are running QEMM make sure you have QDPMI turned off.  You can do
  19.     this by typing QDPMI OFF at the dos prompt.  I have tested under
  20.     himem\emm386, but I don't have access to 386MAX so I don't know if it will
  21.     work under that.
  22.  
  23.     To edit a level (let's say level 1) type   e 1.
  24.     For level 24 you would type   e 24.
  25.  
  26.     Level numbers range from 1-32.
  27.  
  28.     ===============================================
  29.                     
  30.     First of all DDT is completely based upon DEU 5.21 by Brendon Wyber and
  31. Raphaël Quinet. I wish to thank them for allowing anyone to use their code
  32. for a project such as DDT.
  33.  
  34.     I originally decided to convert this to Borland's Dos Extender because I
  35. had just received their Powerpack for Dos and needed a project to test it out.
  36. It didn't take me to long to convert it and in the process I added in all the
  37. new linedef types from Doom 1.4.  Well, This Saturday (10-8-94, two days early
  38. even!) I picked up the Doom II CD.  I thought that the guys at ID would leave
  39. their level format alone for Doom II, and they did, mostly.  They changed the 
  40. level designator entry from ExMx to MAPx.  It only took me about an hour to
  41. convert the code to read in the new levels for Hell on Earth.  Also, I used
  42. DeHacked 2.0 to pull out the numbers for the new items and monsters and insert
  43. them into the DDT code (well, I really used DH 2.0 on the 1.666 Doom I file, DH
  44. 2.0 won't work with HOE because HOE hasn't been released yet, HA).  All in all,
  45. it only took a couple of hours to get it working with HOE. Pretty cool if I do
  46. say so. ;-}
  47.  
  48.     Anyway, if you have used DEU then nothing has changed, you should have no
  49. problem with DDT.  If you haven't, then read DDT.DOC, which is really DEU.TXT
  50. renamed (I hope RQ and BW don't mind).
  51.     
  52.     There is a problem with the mouse cursor, although it could just be my video
  53. card (Cirrus 5426 chipset).  I couldn't get the cursor to show up in the SVGA
  54. mode, so I have FakeCursor on by default.  If your cursor shows up you'll have
  55. to change this in the ini file.  Also on by default are the alternate color set
  56. and square objects.
  57.  
  58.     While there is the above problem (which I am working on), I have fixed the
  59. bug that prevented DEU from reading graphics from loaded PWADs.  This was making
  60. me mad because I like using textures that I have added in.
  61.  
  62.     Although I believe that the higher video modes will work, I would leave it
  63. on 640x480.  I have hardcoded the locs for the graphics and who knows what it
  64. will look like at higher resolutions.  Besides, the fonts will be extremely
  65. small.
  66.  
  67.     Also, I have included a small utility that I wrote to change the directory
  68. entry of a wad file.  It is called RenEnt.EXE.  Basically, this is so you can
  69. change a PWADs level entry names from MAPx to ExMx and vice versa so that you
  70. are able to use an external node builder on maps saved with DDT.  Just type
  71. renent at the dos prompt to get command line help.  Maybe a doc file will be in
  72. the next release. ;-}
  73.  
  74.     The reason this is a beta is that I wanted to rush this out so that everyone
  75. could look at the levels and also so that we could have some new ones as quick
  76. as possible.  I might do another release or maybe not, it really depends on
  77. whether RQ puts out DEU 6.0 soon which should also work with Doom II.
  78.  
  79.     You can reach me ( Brian Lee ) at Scott's BBS 1-513-236-9777 (Dayton, Ohio).
  80.  
  81.  
  82. Brian Lee signing Off.
  83.  
  84. PS, there are 9 linedef types that I am not completely sure what they do so
  85. I have left them out of the menus.  I think they are something like the
  86. following: 133 unknown
  87.            134 some kind of door (lev 4)
  88.            135 raise ceiling (bars on lev 2)
  89.            136 some kind of door (lev 4)
  90.            137 unknown
  91.            138 set light in sector to 144? (lev 4)
  92.            139 set light in sector to 80? (lev 4)
  93.            140 lift at level 30
  94.            141 starts fast crush sector (lev 4)
  95.  
  96. PSS: DDT was written with Borland 4.02 and the Borland PowerPack for Dos.
  97.  
  98. PSSS: There are about 15-20 textures from Doom I that are not in Doom II. I
  99. have compiled a pwad with the missing textures added into the TEXTURE1 from
  100. Doom II (there is no TEXTURE2 in DOOM II). I should be uploading the files
  101. used to create this pwad within a day or two of the time you see this.  Using
  102. this you can play Doom I pwads with Doom II.
  103.  
  104. Changes in the Wad file format for Doom II:
  105.  
  106. No TEXTURE2 object.
  107. Map designator changed from ExMx to MAPx.
  108. New P3_START and P3_END objects.
  109. New F3_START and F3_END objects.
  110.  
  111.  
  112.                             ╔╗   FIRE     WALK   ╔╗
  113.                             ╚╬═══════════════════╬╝
  114.                             «║     BRIAN LEE     ║»
  115.                             ╔╬═══════════════════╬╗
  116.                             ╚╝   WITH       ME   ╚╝
  117.                              
  118.                                        /\   
  119.                                   /\  /  \  /\
  120.                                  /  \/    \/  \
  121.                                 /    \    /    \
  122.                                       \  /
  123.                                        \/
  124.  
  125.