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
10# *** OPTIONS ***
11#
12# Use the IBM character set rather than just plain ascii characters
13# for tty window-port.
14# OPTIONS=IBMGraphics
15
16# *** Personal Preferences ***
17# Some options to set personal preferences.  Uncomment and change these to
18# suit your personal preference.  If several people are to use the same
19# configuration, options like these should not be set.
20#
21#OPTIONS=name:Janet,role:Valkyrie,race:Human,gender:female,align:lawful
22#OPTIONS=dogname:Fido,catname:Morris,fruit:guava
23#OPTIONS=horsename:Silver
24#OPTIONS=autopickup,pickup_types:$"=/!?+
25#OPTIONS=packorder:")[%?+/=!(*0_`
26#OPTIONS=scores:10 top/2 around/own
27#OPTIONS=nolegacy,noverbose
28#OPTIONS=menustyle:traditional
29
30#
31# General options.  You might also set "silent" so as not to attract
32# the boss's attention.
33#
34OPTIONS=time,noshowexp,number_pad,lit_corridor,rest_on_space
35#
36# If you want to get rid of "use #quit to quit..." use:
37#OPTIONS=suppress_alert:3.3.1
38#
39# Set some options to control graphical window-port (these will
40# be safely and silently ignored by the tty port)
41#
42# Map window settings
43# possible map_mode options include: tiles|ascii4x6|ascii6x8|ascii8x8|ascii16x8|
44#                                    ascii7x12|ascii8x12|ascii16x12|ascii12x16|
45#                                    ascii10x18|fit_to_screen
46OPTIONS=map_mode:tiles,scroll_margin:4
47
48# Menu settings
49# OPTIONS=font_menu:Arial
50
51# Other
52OPTIONS=hilite_pet,!toptenwin
53OPTIONS=!splash_screen,player_selection:prompts
54OPTIONS=vary_msgcount:3
55OPTIONS=fullscreen,wraptext,softkeyboard
56
57# Status/message window colors
58# Possible color options include:
59# six digit hexadecimal RGB color value ("#8F8F8F"), black, red, green, brown,
60# blue, magenta, cyan, gray (or grey), orange, brightgreen, yellow, brightblue,
61# brightmagenta, brightcyan, white, trueblack, purple, silver, maroon, fuchsia,
62# lime, olive, navy, teal, aqua, activeborder, activecaption, appworkspace,
63# background, btnface, btnshadow, btntext, captiontext, graytext, highlight,
64# highlighttext, inactiveborder, inactivecaption, menu, menutext, scrollbar,
65# window, windowframe, windowtext.
66#OPTIONS=windowcolors:status windowtext/window message windowtext/window
67OPTIONS=windowcolors:status white/#000000 message white/#000000 menu white/#000000 text white/#000000
68
69#
70#HACKDIR=c:\games\nethack
71#
72# Note: On Windows HACKDIR defaults to the location
73#       of the NetHack.exe or NetHackw.exe file.
74#       Setting HACKDIR above will override that.
75#
76#   LEVELS and SAVE default to HACKDIR
77#
78#LEVELS=c:\games\nethack\bones
79#SAVE=c:\games\nethack\bones
80
81# *** CHARACTER GRAPHICS ***
82#
83# See the on-line help or the Guidebook for which symbols are in which
84# positions.
85#
86# If you merely set the IBMgraphics option as above, NetHack will use IBM
87# extended ASCII for dungeon characters.  If you don't like the selections,
88# you can make up your own via these graphics options, but you should still
89# set IBMgraphics if you are using IBM graphics characters to get the correct
90# processing.
91#
92# ================================================
93# An example using the IBM graphics character set:
94#DUNGEON=  032 179 196 218 191 192 217 197 193 194 \
95#	   180 195 249 239 239 254 254 240 241 249 \
96#	   177 177 060 062 060 062 220 124 190 035 \
97#	   244 247 249 247 042 042 186 205 046 035 \
98#	   247
99#
100#TRAPS=    094 094 094 094 094 094 094 094 094 094 \
101#	   094 094 094 094 232 232 232 157 094 094 \
102#	   094 094
103#
104#EFFECTS=  179 196 092 047 042 033 041 040	   \
105#	   048 035 064 042			   \
106#	   047 045 092 058 058 092 045 047	   \
107#	   047 045 092 058 032 058 092 045 047
108#
109# ================================================
110# Some alternatives:
111#DUNGEON=  032 186 205 201 187 200 188 206 202 203 \
112#	   185 204 249 239 239 254 254 240 241 249 \
113#	   177 177 060 062 060 062 095 124 092 035 \
114#	   244 247 249 247 042 042 179 196 046 035 \
115#	   247
116#
117#TRAPS=    094 094 094 094 094 094 094 094 094 094 \
118#	   094 094 094 094 094 034 094 094 094 094 \
119#	   094 094
120
121# ================================================
122# Here is a recommendation sent in by Michael Feir
123# for use by blind NetHack players.
124#
125#DUNGEON=  032 124 045 124 124 124 124 045 045 045 \
126#          124 124 046 045 124 043 043 046 035 035 \
127#          060 062 060 062 095 092 035 126 126 126 \
128#          126 042 042 035 035 032 035 126
129#
130#TRAPS=    094 094 094 094 094 094 094 094 094 094 \
131#          094 094 094 094 094 094 094 094 094 094 \
132#          094 094
133#
134#EFFECTS=  124 095 092 047 042 033 041 040         \
135#          048 035 064 042                         \
136#          047 045 092 058 058 092 045 047         \
137#          047 045 092 058 032 058 092 045 047
138
139
140