home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / rouge.zip / ROGUE.OPT < prev    next >
Text File  |  1989-05-01  |  926b  |  35 lines

  1. #
  2. # ROGUE.OPT
  3. # This file contains is an example option file
  4. # Listed are all the default options.
  5. # <--- any line starting with a '#' is ignored
  6.  
  7. # The name selected if you don't enter the rogue's name
  8. name = Whimp
  9.  
  10. # If (and only if) you are not running rogue from the default drive
  11. # Set this to the drive spec of where the rogue diskette is located
  12. # at run time (i.e  drive = a:)  Remember, the original Rogue diskette
  13. # must be in the drive specified by this option when starting the game.
  14. drive = ?
  15.  
  16. # Set up auto menu options
  17. #  (menu = off) disables menus
  18. #  (menu = selective) disables menus for the drop and eat command
  19. menu = off
  20.  
  21. # default savefile  (1.1 filenames only)
  22. savefile = rogue.sav
  23.  
  24. # default scorefile (1.1 filenames only)
  25. scorefile = rogue.scr
  26.  
  27. # default f9 keystroke defintion
  28. macro = v
  29.  
  30. # And for those who don't like eating slime mold
  31. fruit = slime mold
  32.