home *** CD-ROM | disk | FTP | other *** search
/ Doom Extras / DExtras.iso / accessor / graphics / dmimage2 / dmimage2.doc < prev    next >
Text File  |  1994-04-16  |  4KB  |  73 lines

  1. DOOM Graphic Utility Program - Version 2.0 - By Chris Tierney - April 1994
  2.  
  3. SUMMARY: DMIMAGES    [THERE ARE NO SWITCHES]
  4.  
  5. DESCRIPTION:
  6.  
  7.         DMIMAGE2 will make batch extraction of graphics from the DOOM WAD 
  8.         file a bit easier. The program reads a user specified .DIR file
  9.         which contains only the names of the images you want extracted.
  10.         
  11.         This program uses DMGRAPH.EXE by Bill Neisius to do the actual
  12.         extraction from the WAD file. The program will extract to .GIF
  13.         or .PPM file formats. I downloaded the DMGRAPH.EXE files through
  14.         America Online. One of the files called WAD.DIR contains over
  15.         1500 graphic image names. This is the default .DIR file.
  16.         
  17.         DMIMAGE2 is a compiled QBASIC program I whipped together to make
  18.         batch extraction of images possiable.
  19.         
  20.         Before you begin, unzip DMIMAGE2.ZIP into your DOOM directory.
  21.         To extract specific, images just edit the WAD.DIR file with any text
  22.         editor such as DOS's EDIT to contain only the names of the images
  23.         you want to extract! You can save the edited file under any
  24.         filename you wish as long as it has the .DIR extension. Next run
  25.         DMIMAGE2 from the command prompt and follow each of the prompts.
  26.         
  27.         The first prompt asks you weather you will be Extracting or
  28.         Inserting. Next you will be prompted for either a source or
  29.         destination directory depending upon your answer to the previous
  30.         question. The default is the current directory. You are then
  31.         asked for the name and or location of your .DIR file. This default
  32.         is WAD.DIR in the current directory. The next prompt will allow
  33.         either .GIF or .PPM file format to be selected. The final prompt
  34.         asks if a black backround for the image is desired. Default is no.
  35.         
  36.         *** WARNING *** Inserted images must have the default cyan backround.
  37.         
  38.         If you plan to modify a few images and then insert them back into
  39.         the WAD, do not select a black backround!
  40.                
  41.         After all the Q&A's the program will begin and it will report it's
  42.         progress to the screen. This process can be interupted at any time
  43.         by hitting any key. You can then resume or exit the program.
  44.                
  45.         To extract all of the images requires about 4.6MB of hard disk!!!!
  46.         On a 486DX-33V with 16Mb Ram, it took about 13 minutes to extract
  47.         all 1584 images from the WAD and about 11 to insert them back.
  48.  
  49.         The overall purpose of this program is to extract all of the images
  50.         which make up a character or animated image in one quick step.
  51.         
  52. The DMIMAGE2.ZIP file should contain five files: 
  53.          
  54.             1) DMIMAGE2.EXE - The executable program file.
  55.             2) DMGRAPH.EXE  - The image extraction program by Bill Neisius.
  56.             3) WAD.DIR      - The complete list of image names.
  57.             4) BOSS.DIR     - The complete list of BARON image names.
  58.             5) DMIMAGE2.DOC - This file.
  59.                       
  60.                         ALL IN THE NAME OF D-O-O-M!!!!!
  61.  
  62. COMMENTS/SUGGESTIONS:
  63.         
  64.         I can be E-Mailed on American Online
  65.         My on-line name is THERMWOOD (Don't ask!!)
  66.         
  67.         If you know of or have created any programs that work with DOOM,
  68.         I would love to try them out!
  69.         Just drop me an E-Mail.
  70.               
  71.         
  72.         
  73.