  Hello.
  
  Here is a tool to copy any part of one mat to another.  
  Syntax of command line.
    COPYMAP SF TF OF SX SY TX TY DX DY SL TL
    SF - name of first source map file (from where you take 
         a part of map) as decompressed H3M (use gzip if needed)
    TF - name of second source map file (where you want to place 
         a part of map) as decompressed H3M (use gzip if needed)
    OF - name of destination map file (which will be the result) 
         created as decompressed H3M 
    SX - Left X of a piece of map to copy from SF
    SY - Top Y of a piece of map to copy from SF
    TX - Left X of place to copy to TF
    TY - Top Y of place to copy to TF
    DX - Delta X of the piece of map (0 = all SF map)
    DY - Delta Y of the piece of map (0 = all SF map)
    SL - The level of SF map where to take from (0 = ground, 1 = underground )
    TL - The level of TF map where to place to (0 = ground, 1 = underground )

INSTRUCTIONS.
  1. Check your parameters.
  2. Clean up an area of second source map where you are going to place
     a piece of first source map. The best way to fill it with same kind
     of land/water.
  3. "Touch" the destination map in Map Editor to fix all possible problem
     after copying.
  4. Do not forget that when you copy a part of map some quest request :-)
     may get unsolved. Check it out.
  5. If you copy all map (DX=0 and DY=0), so even objects "outside" map
     (right bottom corner of objects is a place of object location)
     will be copied as well otherwise not.

  6. Program works with SoD files only.
  7. If you see something like this:
      Type:XXX at XX*XX, offset XXXXX found. 12 bytes length assumed,
     or this:
      Type:XXX at offset XXXXX found but description is not correct,
     please, let me know.

  Have a nice game,
  HMM3.5 Team (h3nl@narod.ru)
