home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Programming Gurus / Tricks_of_the_Doom_Programming_Gurus.iso / bonus / utils / doomchk / dmcheck.doc next >
Encoding:
Text File  |  1995-03-19  |  3.7 KB  |  75 lines

  1. ***************************************************************************
  2. *** DMCHECK by Jean-Serge Gagnon  <az589@freenet.carleton.ca>           ***
  3. ***************************************************************************
  4. *** Check ftp.cdrom.com  or the  Synapse BBS at (819)  246-2344 for the ***  
  5. *** latest version.                                                     ***
  6. ***************************************************************************
  7.  
  8.  
  9.  
  10.                                  ** GENERAL **
  11.  
  12. A utility for DOOM, versions 1.0 to 1.9 for DOOM 1 and DOOM ][!
  13.  
  14. This is a handy little program for all you PWAD authors out there that want
  15. a way  of knowing  what version  of  DOOM the  user is  using. You  can use
  16. DMCHECK  to verify  the  version  of DOOM.  It will  also tell you if it is
  17. registered or not. I added a  few useful  features  for those who have more
  18. complex PWAD setups, like  patches for monsters and  floors, you'll want to
  19. know if  there's enough room  on the hard disk to do the update and you may
  20. also want  to set the time  and date  back to  their  original  state after
  21. modifying a file or two. As an added bonus, I added a function to control a
  22. batch file with questions asked to a user, so you can change the outcome of
  23. the batch file based on user input. All that can be done with DMCHECK.
  24.  
  25.  
  26.  
  27.                                   ** FILES **
  28.  
  29. This archive should  contain  all these files. If it doesn't, then it means
  30. you do not have the original release. You may get it from the DOOM FTP site
  31. ftp.cdrom.com or the Synapse BBS at (819) 246-2344 or check with me for it.
  32.  
  33. README.1ST       Copyright, thanks and history of DMCHECK.
  34. DMCHECK.DOC      This file.
  35. DMCHECK.TXT      Short description for FTP sites.
  36. FILE_ID.DIZ      Short description for BBSs.
  37. DMCHECK.EXE      The DOS executable of DMCHECK.
  38. TRYME.BAT        Batch file to show sample usage of DMCHECK.
  39. SOURCE\          Source code files of DMCHECK.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.                                   ** USAGE **
  46.  
  47. First off, let me say that all the help needed is on-line! Just  use the /H
  48. parameter to  get help. You can also use the /H parameter in addition to an
  49. other  parameter (like  Space  or  What)  to  get additional  help on  that
  50. function.
  51.  
  52. Thanks  for using  DMCHECK, a  utility for  batch  files  and DOOM  PWAD or
  53. DEHACKED creators.  DMCHECK will permit  you to know  if you can apply your
  54. patch to the  installed version of DOOM. You  can also use  DMCHECK to make
  55. sure that there's enough free  space on the hard  disk, change the date and
  56. time of any file and enhance a batch file with the ask function found in so
  57. many other utilities. The idea  first came when  I decided to  create a new
  58. PWAD for DOOM called  OTTAWAU. It was more than a normal PWAD with only new
  59. graphics  wall patches,  it also  had  new floors,  ceilings,  sprites  and
  60. monsters. With version 1.2 of DOOM, it wasn't possible  to have those kinds
  61. of objects in a PWAD file, and until  OTTAWAU, I had only seen two ways  of
  62. distributing those  kinds  of graphics,  either  by patching  the  DOOM.WAD
  63. file with DMGRAPH (with a bunch  of GIF files) or by  distributing the PWAD
  64. with all of the sprites or floors, which I  understood as being a breach of
  65. copyright  because  some  of  the  distributed  material  was  part of id's
  66. property. I wanted an other way of doing it, so I found a  binary  patching
  67. utility and went  ahead and started  creating that  way. I needed a  way of
  68. making sure  that  there was enough  space  on the disk  when the patch was
  69. applied, so I got a utility for that. When version 1.666  of DOOM came out,
  70. I decided to create DMCHECK for all that, so here it is...
  71.  
  72.  
  73. Jean-Serge Gagnon
  74. <az589@freenet.carleton.ca>
  75.