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

  1. #    NetHack Copyright (c) NetHack PC Development Team 1993, 1996, 1999
  2. #    NetHack may be freely redistributed.  See license for details.
  3. #
  4. # A '#' at the beginning of a line means the rest of the line is a comment.
  5. #
  6. # This configuration file is set up for two cases, for a hard disk
  7. # (as drive C:), and for two floppy disks.
  8. #
  9. # Some options MUST be set in this file, other options can be toggled while
  10. # playing.  For a list of options available see the <opthelp.> file.  If
  11. # the game plays slowly you might notice some improvement by setting
  12. # !time and !showexp, which will reduce screen I/O somewhat.
  13. #
  14. # To change the configuration, comment out the unwanted lines, and
  15. # uncomment the configuration you want.
  16. #
  17. # Note: For blind players, please use the file NHAccess.nh as a template.
  18. #
  19.  
  20. # *** OPTIONS ***
  21. #
  22. # The three options on this line should be used for most setups.  
  23. # If your machine isn't very IBM-compatible, and NetHack doesn't work, 
  24. # try commenting out this line.
  25. OPTIONS=rawio,BIOS,IBMgraphics
  26. # To use VGA graphical tiles on an MS-DOS PC with VGA or better,uncomment 
  27. # this:
  28. #OPTIONS=video:autodetect
  29. # Some versions of NetHack use the pc speaker to play the notes given when
  30. # playing music instruments in NetHack.  To use this feature, if available,
  31. # uncomment the following line:
  32. #OPTIONS=soundcard:autodetect
  33. # DEC Rainbows will hang if rawio is set, so they should instead use:
  34. #OPTIONS=BIOS,DECgraphics
  35. # If your machine is NEC PC-9800, use:
  36. #OPTIONS=rawio,BIOS,video:default
  37. #
  38. #
  39. # General options.  You might also set "silent" so as not to attract
  40. # the boss's attention.
  41. #
  42. OPTIONS=time,noshowexp,number_pad,lit_corridor,rest_on_space
  43. #
  44. #
  45. # Some options to set personal preferences.  Uncomment and change these to
  46. # suit your personal preference.  If several people are to use the same
  47. # configuration, options like these should not be set.
  48. #
  49. #OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot,horsename:Silver
  50. #OPTIONS=autopickup,pickup_types:$"=/!?+
  51. #OPTIONS=packorder:")[%?+/=!(*0_`
  52. #OPTIONS=scores:10 top/2 around/own
  53. #OPTIONS=nolegacy,noverbose
  54. #OPTIONS=menustyle:traditional
  55. #
  56.  
  57. # *** HARD DISK CONFIGURATION ***
  58. #
  59. #HACKDIR=c:\games\nethack
  60. # Note: Under MSDOS ports HACKDIR defaults to the location 
  61. #       of the NetHack.exe file. Setting HACKDIR above will override that.
  62. #       Are you REALLY sure you want to change it?
  63. #
  64. #Maximum NetHack version to suppress change alerts for:
  65. #OPTIONS=suppress_alert:3.2.2
  66.  
  67. # *** CHARACTER GRAPHICS ***
  68. #
  69. # See the on-line help or the Guidebook for which symbols are in which
  70. # positions.
  71. #
  72. # If you merely set the IBMgraphics option as above, NetHack will use IBM
  73. # extended ASCII for dungeon characters.  If you don't like the selections,
  74. # you can make up your own via these graphics options, but you should still
  75. # set IBMgraphics if you are using IBM graphics characters to get the correct
  76. # processing.
  77. #
  78. # ================================================
  79. # An example using the IBM graphics character set:
  80. #DUNGEON=  032 179 196 218 191 192 217 197 193 194 \
  81. #       180 195 249 239 239 254 254 240 241 249 \
  82. #       177 177 060 062 060 062 220 124 190 035 \
  83. #       244 247 249 247 042 042 186 205 046 035 \
  84. #       247
  85. #
  86. #TRAPS=    094 094 094 094 094 094 094 094 094 094 \
  87. #       094 094 094 094 232 232 232 157 094 094 \
  88. #       094 094
  89. #
  90. #EFFECTS=  179 196 092 047 042 033 041 040       \
  91. #       048 035 064 042               \
  92. #       047 045 092 058 058 092 045 047       \
  93. #       047 045 092 058 032 058 092 045 047
  94. #
  95. # ================================================
  96. # Some alternatives:
  97. #DUNGEON=  032 186 205 201 187 200 188 206 202 203 \
  98. #       185 204 249 239 239 254 254 240 241 249 \
  99. #       177 177 060 062 060 062 095 124 092 035 \
  100. #       244 247 249 247 042 042 179 196 046 035 \
  101. #       247
  102. #
  103. #TRAPS=    094 094 094 094 094 094 094 094 094 094 \
  104. #       094 094 094 094 094 034 094 094 094 094 \
  105. #       094 094
  106.  
  107. # ================================================
  108. # Example using the DEC Rainbow/ANSI line-drawing character set:
  109. #
  110. # If you have compiled with TERMLIB, merely set the DECgraphics option as
  111. # above.  NetHack will then switch into the VTxxx line-drawing character set
  112. # (aka ANSI ruling character set '0') for dungeon characters.  If you don't
  113. # like the selections, you can make up your own via the graphics options,
  114. # adding 128 to the value of any line-drawing character you want to use.
  115. # (But you should still set DECgraphics to get the correct processing.)
  116.  
  117. # =================================================
  118. # *** VIDEOCOLORS AND VIDEOSHADES ***
  119. #
  120. # While playing on NEC PC-9800, default game display may be difficult to
  121. # read.  Try following setting.
  122. #
  123. #OPTIONS=videocolors:4-2-6-1-5-3-4-2-6-1-5-3,videoshades:normal-normal-normal
  124.