home *** CD-ROM | disk | FTP | other *** search
/ Pelit 2000 / pelit2000.iso / ohjelmat / nh330pm.zip / NHACCESS.NH < prev    next >
Text File  |  1999-12-11  |  5KB  |  135 lines

  1. #    SCSS Id: @(#)NHAccess.nh    3.3        1999/11/28
  2. #    Copyright (c) NetHack PC Development Team 1993, 1996, 1999
  3. #    NetHack may be freely redistributed.  See license for details.
  4. #
  5. # Modified NetHack.cnf for blind access.  Copy to working directory as
  6. # NetHack.cnf.
  7. #
  8. # A '#' at the beginning of a line means the rest of the line is a comment.
  9. #
  10. # This configuration file is set up for two cases, for a hard disk
  11. # (as drive C:), and for two floppy disks.
  12. #
  13. # Some options MUST be set in this file, other options can be toggled while
  14. # playing.  For a list of options available see the <opthelp.> file.  If
  15. # the game plays slowly you might notice some improvement by setting
  16. # !time and !showexp, which will reduce screen I/O somewhat.
  17. #
  18. # To change the configuration, comment out the unwanted lines, and
  19. # uncomment the configuration you want.
  20.  
  21.  
  22. # *** OPTIONS ***
  23. #
  24. # The three options on this line should be used for most setups.  
  25. # If your machine isn't very IBM-compatible, and NetHack doesn't work, 
  26. # try commenting out this line.
  27. #
  28. # Note to blind players:
  29. #
  30. # Turn off IBMgraphics, using the exclamation-mark, as done below.
  31. #
  32. OPTIONS=rawio,BIOS,!IBMgraphics
  33. # Some versions of NetHack use the pc speaker to play the notes given when
  34. # playing music instruments in NetHack.  To use this feature, if available,
  35. # uncomment the following line:
  36. #OPTIONS=soundcard:autodetect
  37. # If your machine is NEC PC-9800, use:
  38. #OPTIONS=rawio,BIOS,video:default
  39. #
  40. #
  41. # General options.  You might also set "silent" so as not to attract
  42. # the boss's attention.
  43. #
  44. # Note for blind players:
  45. #
  46. # A lot of speech access programs use the number-pad to review the screen.
  47. # If this is the case, exclamation-mark out the number_pad option (as done
  48. # below) and use the traditional Rogue-like commands.
  49. #
  50. OPTIONS=notime,noshowexp,!number_pad,lit_corridor,!rest_on_space
  51. #
  52. #
  53. # Some options to set personal preferences.  Uncomment and change these to
  54. # suit your personal preference.  If several people are to use the same
  55. # configuration, options like these should not be set.
  56. #
  57. # Note to blind players:
  58. #
  59. # Use menustyle:traditional for the best interface to speech synthesizers.
  60. #
  61. #OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot
  62. #OPTIONS=autopickup,pickup_types:$"=/!?+
  63. #OPTIONS=packorder:")[%?+/=!(*0_`
  64. #OPTIONS=scores:10 top/2 around/own
  65. #OPTIONS=nolegacy,noverbose
  66. OPTIONS=nolegacy,menustyle:traditional
  67.  
  68.  
  69. # *** HARD DISK CONFIGURATION ***
  70. #
  71. #HACKDIR=c:\games\nethack
  72. # Note: Under MSDOS ports HACKDIR defaults to the location 
  73. #       of the NetHack.exe file. Setting HACKDIR above will override that.
  74. #
  75. #   LEVELS and SAVE default to HACKDIR
  76. #
  77. #LEVELS=c:\games\nethack\bones
  78. #SAVE=c:\games\nethack\bones;n
  79. #
  80. #   appending a ";n" to SAVE means don't prompt to insert a disk.
  81. SAVE=;n
  82. #
  83. # Note that RAMDISK must *not* be the same (or even implicitly
  84. # get expanded to the same path by the OS) as HACKDIR.
  85. #
  86. #RAMDISK=d:
  87.  
  88.  
  89. # *** 2-FLOPPY CONFIGURATION ***
  90. #
  91. # HACKDIR=a:\
  92. # LEVELS=b:\
  93. # SAVE=b:\
  94. # RAMDISK=c:
  95.  
  96.  
  97. # *** CHARACTER GRAPHICS ***
  98. #
  99. # See the on-line help or the Guidebook for which symbols are in which
  100. # positions.
  101. #
  102. # Note to blind players:
  103. #
  104. # You very probably do not want to use these character graphics.
  105. #
  106. # If you merely set the IBMgraphics option, NetHack will use IBM
  107. # extended ASCII for dungeon characters.  If you don't like the selections,
  108. # you can make up your own via these graphics options, but you should still
  109. # set IBMgraphics if you are using IBM graphics characters to get the correct
  110. # processing.
  111. #
  112. #DUNGEON=  032 124 045 124 124 124 124 045 045 045 \
  113. #          124 124 046 045 124 043 043 035 035 046 \
  114. #          035 035 060 062 060 062 095 124 092 035 \
  115. #          126 126 126 126 042 042 035 035 032 035 \
  116. #          126
  117. #
  118. #TRAPS=    094 094 094 094 094 094 094 094 094 094 \
  119. #          094 094 094 094 094 094 094 094 094 094 \
  120. #          094 094
  121. #
  122. #EFFECTS=  124 095 092 047 042 033 041 040         \
  123. #          048 035 064 042                         \
  124. #          047 045 092 058 058 092 045 047         \
  125. #          047 045 092 058 032 058 092 045 047
  126.  
  127. # =================================================
  128. # *** VIDEOCOLORS AND VIDEOSHADES ***
  129. #
  130. # While playing on NEC PC-9800, default game display may be difficult to
  131. # read.  Try following setting.
  132. #
  133. #OPTIONS=videocolors:4-2-6-1-5-3-4-2-6-1-5-3,videoshades:normal-normal-normal
  134.