home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / nethack2.zip / NETHACK.CNF < prev    next >
Text File  |  1989-12-31  |  2KB  |  55 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2.  
  3. # This configuration file is set up for three cases, a person with a hard
  4. # disk as drive C:, 1 person with two floppy disks, and several people
  5. # with two floppy disks.  The default configuration is the second one.
  6. # To change configuration, comment out the unwanted configurations, and
  7. # remove the comment from the configuration you want.
  8.  
  9. # I use OPTIONS=name:NickD-W, silent, rawio, IBMBIOS
  10.  
  11. # A hard disk configuration.
  12. #
  13. HACKDIR=c:\games\nethack
  14. SAVE=c:\games\nethack\bones;n
  15. RAMDISK=d:
  16. LEVELS=c:\games\nethack\bones
  17. OPTIONS=name:Charlie,dogname:Bodacious,rest_on_space,time,IBMBIOS,packorder:%/=?!)[(*0,endgame:10 t / 2 a,rawio,nopickup
  18.  
  19. # A 2-floppy configuration.
  20. #
  21. # HACKDIR=a:\
  22. # LEVELS=b:\
  23. # SAVE=b:\
  24. # OPTIONS=name:Steve-s,rest_on_space,time,IBMBIOS,packorder:%/=?!)[(*0,endgame:10 t / 2 a,rawio,nopickup
  25. # RAMDISK=c:
  26.  
  27. # The 17 GRAPHICS characters (0-16) are:
  28. # stone, vertical wall, horizontal wall, top left corner, top right corner
  29. # bottom left corner, bottom right corner, door, floor, corridor, up stairs,
  30. # down stairs, trap, pool, fountain, throne, web
  31. # An example using the IBM graphics character set.
  32. GRAPHICS = 032 179 196 218 191 192 217 206 250 176 060 062 094 247 202 192 157
  33.  
  34.  
  35. #     Special section for DEC Rainbow owners.
  36. #
  37. #  You *must* include the option `DECRainbow' in the OPTIONS line
  38. #  if you want to use line-drawing charcters.  Also, you must *not*
  39. #  use the option `rawio' or your system will hang!
  40. #
  41. #  You can select the "Rainbow line-drawing character set"
  42. #  for drawing the dungeon.  For *graphics* characters,
  43. #  128 has been added to the decimal value of the character.
  44. #  Adding 128 lets PC HACK know you want it to use the line-drawing
  45. #  character set.  Non-graphical characters are indicated by
  46. #  their decimal value.  You can mix both types of characters in
  47. #  the GRAPHICS line.
  48. #
  49. #  A recommended configuration for the Rainbow using the
  50. #  line-drawing character set, two floppies and no ramdisk is:
  51. # SAVE=b:\
  52. # LEVELS=b:\
  53. # OPTIONS=name:YourName,DECRainbow
  54. # GRAPHICS = 248 241 236 235 237 234 238 254 225
  55.