home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / utility / merge / merge.txt < prev   
Text File  |  1995-02-16  |  2KB  |  52 lines

  1.     MERGE.EXE by J. Flynn, copyright 1995, -Freeware-
  2.  
  3.     MERGE is a DPMI utility for combining Doom or Heretic
  4.     level maps in different wads into a single level map. DPMI
  5.     means there is no wad size limitation from DOS memory,
  6.     only from the finite nature of the blockmap. The program
  7.     supplies its own DPMI interface if you're not already using
  8.     one (like Windows, or some QEMM configurations).
  9.  
  10.     This utility supersedes the previous Beta release as
  11.     DMMERG.ZIP. Severe limitations have been removed as well
  12.     as a spurious requirement to BSP the wads before and after
  13.     merging.
  14.  
  15.     Syntax:
  16.  
  17.     MERGE [/9] [/P] wadname1[.wad] wadname2[.wad]
  18.  
  19.     The resulting wad, always written to MERGED.WAD is stripped
  20.     of all resources but the graphic level resources needed by
  21.     an editor. The first wad determines the resulting level or
  22.     map number. Up to 999 tags may be used. Use of the /9 switch
  23.     prevents 99 and 999 tags from being renumbered. 666 tags will
  24.     never be renumbered. Use of /P will keep any player starts
  25.     found in the second wad (they are removed by default). 
  26.     Deathmatch starts are never removed.
  27.  
  28.     The syntax is available online any time by running merge
  29.     without parameters.
  30.  
  31.     To use the utility to combine a section of one wad, SRC.WAD
  32.     with another wad DST.WAD do the following. First make a new
  33.     copy of SRC in SRCCPY.WAD or some name of your choice. Then
  34.     edit SRCCPY and delete everything but the section you want 
  35.     to move into the DST wad. You may wish to bracket a thing
  36.     with some temporary vertices to help align it later. Now use
  37.     the line MERGE DST SRCCPY to create a MERGED.WAD containing
  38.     both DST and the desired section of SRC. Edit MERGED.WAD and
  39.     drag the new vertices and things of the SRCCPY section to
  40.     where you want them, and fix the imperfections due to the
  41.     deletion of things around it and joining the two maps if and
  42.     as desired. After you are happy and pass consistency checks, 
  43.     exit, and then copy MERGED.WAD over DST.WAD. You may wish to
  44.     write a batch file to help automate the process.
  45.  
  46.     Thanks to Richard Sharp for input on the alpha and beta 
  47.     versions, and several other suggestions I may yet implement
  48.     someday <g>. Also credit for the impetus to finish the DPMI
  49.     version goes to Dr Sleep who kindly encouraged me to do so...
  50.  
  51.  
  52.