defaut


SUBMITTED BY: Guest

DATE: Sept. 16, 2012, 7 p.m.

FORMAT: Text only

SIZE: 4.1 kB

HITS: 66284

  1. # Sample config file for win32 NetHack
  2. # A '#' at the beginning of a line means the rest of the line is a comment.
  3. #
  4. # Some options MUST be set in this file, other options can be toggled while
  5. # playing. For a list of options available see the <opthelp.> file.
  6. #
  7. # To change the configuration, comment out the unwanted lines, and
  8. # uncomment the configuration you want.
  9. # Use the IBM character set rather than just plain ascii characters.
  10. OPTIONS=IBMGraphics
  11. # Use the Falcon's Eye window port.
  12. # For more options related to Falcon's Eye, see the 'config' directory.
  13. OPTIONS=windowtype:jtp
  14. # *** OPTIONS ***
  15. # Some options to set personal preferences. Uncomment and change these to
  16. # suit your personal preference. If several people are to use the same
  17. # configuration, options like these should not be set.
  18. #
  19. #OPTIONS=name:Janet,role:Valkyrie,race:Human,gender:female,align:lawful
  20. #OPTIONS=dogname:Fido,catname:Morris,fruit:guava
  21. #OPTIONS=horsename:Silver
  22. #OPTIONS=autopickup,pickup_types:$"=/!?+
  23. #OPTIONS=packorder:")[%?+/=!(*0_`
  24. #OPTIONS=scores:10 top/2 around/own
  25. #OPTIONS=nolegacy,noverbose
  26. #OPTIONS=menustyle:traditional
  27. OPTIONS=toptenwin
  28. #
  29. # General options. You might also set "silent" so as not to attract
  30. # the boss's attention.
  31. #
  32. OPTIONS=time,noshowexp,number_pad,lit_corridor,rest_on_space
  33. #
  34. # If you want to get rid of "use #quit to quit..." use:
  35. #OPTIONS=suppress_alert:3.3.1
  36. #
  37. #
  38. #HACKDIR=c:\games\nethack
  39. #
  40. # Note: Under MSDOS ports HACKDIR defaults to the location
  41. # of the NetHack.exe file. Setting HACKDIR above will override that.
  42. #
  43. # LEVELS and SAVE default to HACKDIR
  44. #
  45. #LEVELS=c:\games\nethack\bones
  46. #SAVE=c:\games\nethack\bones
  47. # *** CHARACTER GRAPHICS ***
  48. #
  49. # See the on-line help or the Guidebook for which symbols are in which
  50. # positions.
  51. #
  52. # If you merely set the IBMgraphics option as above, NetHack will use IBM
  53. # extended ASCII for dungeon characters. If you don't like the selections,
  54. # you can make up your own via these graphics options, but you should still
  55. # set IBMgraphics if you are using IBM graphics characters to get the correct
  56. # processing.
  57. #
  58. # ================================================
  59. # An example using the IBM graphics character set:
  60. #DUNGEON= 032 179 196 218 191 192 217 197 193 194 \
  61. # 180 195 249 239 239 254 254 240 241 249 \
  62. # 177 177 060 062 060 062 220 124 190 035 \
  63. # 244 247 249 247 042 042 186 205 046 035 \
  64. # 247
  65. #
  66. #TRAPS= 094 094 094 094 094 094 094 094 094 094 \
  67. # 094 094 094 094 232 232 232 157 094 094 \
  68. # 094 094
  69. #
  70. #EFFECTS= 179 196 092 047 042 033 041 040 \
  71. # 048 035 064 042 \
  72. # 047 045 092 058 058 092 045 047 \
  73. # 047 045 092 058 032 058 092 045 047
  74. #
  75. # ================================================
  76. # Some alternatives:
  77. #DUNGEON= 032 186 205 201 187 200 188 206 202 203 \
  78. # 185 204 249 239 239 254 254 240 241 249 \
  79. # 177 177 060 062 060 062 095 124 092 035 \
  80. # 244 247 249 247 042 042 179 196 046 035 \
  81. # 247
  82. #
  83. #TRAPS= 094 094 094 094 094 094 094 094 094 094 \
  84. # 094 094 094 094 094 034 094 094 094 094 \
  85. # 094 094
  86. # ================================================
  87. # Here is a recommendation sent in by Michael Feir
  88. # for use by blind NetHack players.
  89. #
  90. #DUNGEON= 032 124 045 124 124 124 124 045 045 045 \
  91. # 124 124 046 045 124 043 043 046 035 035 \
  92. # 060 062 060 062 095 092 035 126 126 126 \
  93. # 126 042 042 035 035 032 035 126
  94. #
  95. #TRAPS= 094 094 094 094 094 094 094 094 094 094 \
  96. # 094 094 094 094 094 094 094 094 094 094 \
  97. # 094 094
  98. #
  99. #EFFECTS= 124 095 092 047 042 033 041 040 \
  100. # 048 035 064 042 \
  101. # 047 045 092 058 058 092 045 047 \
  102. # 047 045 092 058 032 058 092 045 047

comments powered by Disqus