home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / WM.ZIP / WM.INI < prev   
Text File  |  1994-06-21  |  1KB  |  40 lines

  1. #
  2. #  wm.ini
  3. #  (c) Black Hat Productions, 1994
  4. #
  5. #  !                       Register DOOM Today                           !
  6. #
  7.  
  8. #Drive on which DOOM resides.
  9. doomdrive  = C:
  10.  
  11. #Full path to doom executable (don't include exe name)
  12. doomroot   = c:\doom
  13.  
  14. #File to save wad information in.
  15. datafile   = wadlist.nfo
  16.  
  17. #Name of executable (sersetup, doom, foobar, etc.)
  18. #Don't include path or extension
  19. doomexe    = doom
  20.  
  21. #Episode you prefer (really only affects the music...)
  22. #Episodes other than 1 will require a command line parameter--
  23. #  Don't waste the space.
  24. episode = 1
  25.  
  26. #Mission you prefer (only used when you're only running one wad)
  27. #Missions other than 1 will require many extra parameters:
  28. #   -devparm -warp E M.  So don't waste the space.
  29. mission = 1
  30.  
  31. #Skill setting 
  32. #1=wuss, 2=not a big wuss, 3=Hurt me plenty, 4=Ultra-violent, 5=Nightmare
  33. skill = 4
  34.  
  35. #Other paramters to pass to the executable, for multiplayer games or new parms
  36. #  I use the BNU serial driver, so I like -flow
  37. otherparms =
  38.  
  39.  
  40.