home *** CD-ROM | disk | FTP | other *** search
/ The Complete Doom Accessory Pack 2 / TheCompleteDoomAccessoryPackVolumeII.iso / miscutil / doomsavr / doomsavr.doc next >
Text File  |  1994-05-06  |  1KB  |  39 lines

  1. Program: DOOMSAVER
  2. Author: Dave Nix
  3.  
  4. DOOMSAVER is freeware that animates id Software's Doom characters 
  5. across your screen. It works only with the registered mail-order 
  6. version of Doom.
  7.  
  8. DOOMSAVER contains no bitmapped graphics data from Doom. It loads all 
  9. graphics from the DOOM.WAD file already on your hard-drive.
  10.  
  11. Although DOOMSAVER is not a terminate-stay-resident (TSR) program, you 
  12. can run it manually to act as a "screen saver".
  13.  
  14. WARNING: DOOMSAVER displays all the Doom beasts and static background 
  15. art. This spoils the surprise if you haven't played through all the 
  16. levels yet.
  17.  
  18. DOOMSAVER requires 3 parameters.
  19. 1. full path to your DOOM.WAD file
  20. 2. delay per frame (milliseconds)
  21. 3. frames before loading new graphics
  22.  
  23. Example:
  24. doomsavr c:\doom\doom.wad 80 110
  25.  
  26. You can disable the beasts or the background art by adding "nobeasts" or 
  27. "nobackground" as an optional last parameter.
  28.  
  29. There is a pause each time new graphics are loaded from the WAD file.
  30.  
  31. Hit any key to exit from DOOMSAVER.
  32.  
  33. Tip: Write a one line batch file called SS.BAT (SS=screen saver, use 
  34. another name if you want). The one line should look like the example 
  35. above. Copy DOOMSAVR.EXE and SS.BAT somewhere in your path. Then simply 
  36. enter "ss" at any command line to run DOOMSAVER. Use it when you want 
  37. to leave your computer but don't want to turn it off.
  38.  
  39.