home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / doomhack / dhdiff.txt < prev    next >
Text File  |  1994-08-03  |  561b  |  13 lines

  1. This is a simple little utility I wrote to compare two .deh files.
  2. This can be useful for figuring out what a .deh file is supposed to do.
  3. Also, if you find a really cool .deh on the net somewhere, this utility
  4. can help you figure out how it works.  Source to dhdiff is included.
  5.  
  6. Usage: dhdiff old.deh new.deh
  7.  
  8. Usually "old.deh" will be "original.deh" or "normal.pat" or somesuch,
  9. so you can see what changes "new.deh" makes to the standard doom.exe.
  10. Or, old.deh and new.deh might be two versions of the same patch.
  11.  
  12. - Paul Falstad (pf@z-code.com)
  13.