home *** CD-ROM | disk | FTP | other *** search
/ DeathMatch 2 for Doom 2 / Deathmatch2.bin / utils / dmgraph / dmgraph.doc next >
Text File  |  1994-12-06  |  2KB  |  64 lines

  1. DOOM Graphic Editor - version 1.0  March 1994
  2.  
  3. SUMMARY:
  4.  
  5. DMGRAPH graphic_name [-s graphic_file] [-e graphic_file] [-i insert_point]
  6.                      [-v] [-d] [-b] [-t type]
  7.  
  8. graphic_name:   Graphic name from DOOM directory
  9. -s          :   Store graphic_file into DOOM WAD
  10.                 Input file resolution must be 320x200 or less
  11. -e          :   Extract graphic from DOOM WAD.  Will not
  12.                 overwrite existing file
  13. -i          :   Insertion point (x,y).  Default is middle of bottom line
  14.                 (x/2,y)
  15. -v          :   Verbose list of graphic size, insertion point, allocation
  16. -d          :   Display graphic on screen
  17. -b          :   Use black for background color
  18. -t          :   Graphic format type: GIF or PPM
  19.  
  20.  
  21. DESCRIPTION:
  22.  
  23.     DMGRAPH will store graphics into or extract graphics from DOOM WAD 
  24.     files, in GIF or PPM formats.  Graphic format type is controlled
  25.         by the filename suffix, or by using the '-T' option on the
  26.         command line.
  27.  
  28.     Input graphics should have a resolution of 320x200 or less.
  29.     To indicate transparent areas in the graphic, draw with
  30.     Cyan (red:0, green:255, blue:255).
  31.  
  32.     Placement of the graphic can be adjusted with the '-i' option.
  33.     When a graphic is extracted, it's current insertion point
  34.     is stored in the GIF or PPM file.  Negative insertion points, 
  35.         used on some graphics, indicate an absolute coordinate from the 
  36.         top-left of the screen.
  37.  
  38.     Some graphics are sensitive to size or placement.  For example,
  39.     TITLEPIC will generate a 'Bad V_DrawPatch' error if the 
  40.     insertion point isn't 0,0; STFGOD0 must be no larger
  41.     than 31x31; etc.
  42.  
  43.     Please be sure to make a backup copy of the original DOOM WAD file.
  44.  
  45.     
  46.     Some examples:
  47.  
  48.     Extract SKY1 graphic in GIF format:
  49.  
  50.         DMGRPAH SKY1 -e sky1.gif
  51.  
  52.  
  53.     Replace SKY1 graphic:
  54.  
  55.         DMGRAPH SKY1 -s sky1.gif 
  56.  
  57.  
  58.  
  59.  
  60. COMMENTS/SUGGESTIONS:
  61.     
  62.     Bill Neisius
  63.     bill@solaria.hac.com
  64.