home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / misc / d2b.zip / D2B.DOC < prev    next >
Text File  |  1994-10-31  |  3KB  |  65 lines

  1. D2B.DOC - 11/94
  2.  
  3. Have you ever done something really stupid in Doom that you wish you hadn't?
  4. And then you saved your game?  Yikes!
  5.  
  6. This is a cosmetic program I whipped up that you can use in any batch program
  7. you want.  I currently use it to occupy my eyes while ZIP backs up my Doom2
  8. saved games (see d.bat).  However, please don't restrict its use to running
  9. Doom2.  Use it in all of your favorite batch files.
  10.  
  11. It trounces a "Please wait..." message!
  12.  
  13.            ------------ * ------------
  14.  
  15. Usage:  d2b [foreground] [background] [Text]
  16.  
  17. where [foreground] is one of sixteen text color names (see below).  [background]
  18. is one of eight background color names (see below).  [Text] is up to 80
  19. characters of text you want to display on the bottom, center of the screen.
  20. Text longer than 80 characters will get snipped.
  21.  
  22.            ------------ * ------------
  23.  
  24. Examples:  d2b green black I'm backing up your fraggin' game files!
  25.  
  26.            D2B LIGHTGREEN BLUE PUNCH ANY DAMN KEY TO CONTINUE!
  27.  
  28.            d2b x y Quit whinin'!  Your flippin' floppy is formatting!
  29.  
  30.            ------------ * ------------
  31.  
  32.                    COLOR CHART
  33.                    -----------
  34.  
  35.             Black. . . . . . .Like the blackest, moonless night
  36.             Blue . . . . . . .Dark blue, like the "Hell On Earth" shadow
  37.             Green. . . . . . .Green
  38.             Cyan . . . . . . .A light blue or aqua marine
  39.             Red. . . . . . . .Blood red
  40.             Magenta. . . . . .A purple color
  41.             Brown. . . . . . .Imp brown
  42.             LightGray. . . . .Also known as white
  43.             DarkGray . . . . .(foreground only) Not quite black
  44.             LightBlue. . . . .(foreground only) A bright blue
  45.             LightGreen . . . .(foreground only) A obnoxious bright green
  46.             LightCyan. . . . .(foreground only) A bright light blue
  47.             LightRed . . . . .(foreground only) A bright red, almost orange
  48.             LightMagenta . . .(foreground only) Pepto Pink
  49.             Yellow . . . . . .(foreground only) A bright brown
  50.             White. . . . . . .(foreground only) A bright white
  51.  
  52.            Notes: * Do not exclude either color!  If you do, your text
  53.                     will get cut.
  54.                   * Do not imbed spaces in color names.
  55.                   * The last eight colors cannot be background colors.
  56.                   * If you misspell either color, the defaults are:
  57.                     foreground = red; background = black.
  58.  
  59.            ------------ * ------------
  60.  
  61. Please let me know if you use this program and what I should add or change.
  62. I can send you the C++ source code, if you want.
  63.  
  64. onken@wsuvm1.csc.wsu.edu
  65.