home *** CD-ROM | disk | FTP | other *** search
/ The Complete Doom Accessory Pack 2 / TheCompleteDoomAccessoryPackVolumeII.iso / miscutil / dday / readme-d.day < prev   
Text File  |  1994-04-30  |  2KB  |  44 lines

  1.  
  2. To print the documentation type:
  3.  
  4.     print dday.doc <ENTER>
  5.  
  6. DDAY.DOC is already formatted with page numbers, breaks, etc. It uses TOF
  7. commands at the end of each page so it may be used with laser and cut sheet
  8. printers without blank pages in between each printed page.
  9.  
  10. The D-Day executable program is named DDAYSHAR.EXE for the shareware version
  11. and DDAYxx.EXE for the registered version, where xx is the version number.
  12. Either file should be renamed to DDAY.EXE before use to complement the
  13. documentation and to allow the use of the following batch files.
  14.  
  15. There are three batch files that will help you automate D-Day's operation.
  16. As written, they are designed for use on systems that have D-Day installed
  17. in the same directory as DOOM.
  18.  
  19. DDS.BAT
  20.     This batch file is for single player games. It will first run D-Day
  21.     and then run DOOM upon exiting D-Day. After leaving DOOM, D-Day will
  22.     run again. This loop will continue until the user terminates the
  23.     batch file with  'CTRL-C' at the prompt.
  24.  
  25. DDM.BAT
  26.     This is the same as 'DDS.BAT' but for multi-player games.
  27.  
  28. DOIT.BAT
  29.     This batch file automates the loading of user 'WAD' files. The
  30.     format is:
  31.     
  32.     DOIT [wadfile] [episode] [level] [skill] [# players] [slot to load]
  33.     
  34.     Example: DOITS new.wad 1 1 2 3 1 <ENTER>
  35.     
  36.     will use the 'WAD' file 'NEW.WAD', episode 1, level 1, skill
  37.     level 2, 3 players, and load the second slot (0-5). Replacing the
  38.     '3' in the above example with '1' will allow 'DOIT.BAT' to be used
  39.     with single player games. You may also leave out the 'WAD' file and
  40.     the 'slot to load' options. As a minimum you will need to supply
  41.     four arguments, 'episode', 'level', 'skill', and '# players'.
  42.     As with any program you can supply absurd arguments and obtain
  43.     absurd results. GIGO (garbage in, garbage out)
  44.