OSDN Git Service

upgrade to 3.6.2
[jnethack/source.git] / sys / winnt / defaults.nh
1 # NetHack 3.6  defaults.nh       $NHDT-Date: 1524689357 2018/04/25 20:49:17 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.32 $
2 # Copyright (c) 2006 by Michael Allison
3 # NetHack may be freely redistributed.  See license for details.
4
5 # Sample config file for win32 NetHack
6 # A '#' at the beginning of a line means the rest of the line is a comment.
7 #
8 # Some options MUST be set in this file, other options can be toggled while
9 # playing.  For a list of options available see the <opthelp.> file.
10 #
11 # To change the configuration, comment out the unwanted lines, and
12 # uncomment the configuration you want.
13 #
14 # $NHDT-Date: 1524689357 2018/04/25 20:49:17 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.32 $
15
16 # *** OPTIONS ***
17 #
18 # Use the IBM character set rather than just plain ascii characters
19 # for tty window-port.
20 OPTIONS=symset:default,roguesymset:default
21
22 # Here is a suggested symbol set from Michael Feir, 
23 # for use by blind NetHack players
24 #OPTIONS=symset:NHAccess,roguesymset:NHAccess
25
26 # Optional curses port interface
27 #OPTIONS=windowtype:curses
28 #
29 # Keyboard handling
30 # Different keyboard handlers can be loaded.
31 # Default is nhdefkey.dll but you can override that.
32 # Ray Chason's keyboard handler
33 # OPTIONS=altkeyhandler:nhraykey.dll
34 #
35 # NetHack 3.4.0 keyboard handling
36 # OPTIONS=altkeyhandler:nh340key.dll
37
38 # *** Personal Preferences ***
39 # Some options to set personal preferences.  Uncomment and change these to
40 # suit your personal preference.  If several people are to use the same
41 # configuration, options like these should not be set.
42 #
43 #OPTIONS=name:Janet,role:Valkyrie,race:Human,gender:female,align:lawful
44 #OPTIONS=dogname:Fido,catname:Morris,fruit:guava
45 #OPTIONS=horsename:Silver
46
47 # Disable autopickup
48 OPTIONS=!autopickup
49
50 # When autopickup is on, automatically pick up these types of objects
51 #OPTIONS=pickup_types:$"=/!?+
52
53 #OPTIONS=packorder:")[%?+/=!(*0_`
54 #OPTIONS=scores:10 top/2 around/own
55 #OPTIONS=nolegacy,noverbose
56 #OPTIONS=menustyle:traditional
57 #OPTIONS=perm_invent
58
59
60 # Highlight menu lines with different colors. You need to define the colors
61 # with MENUCOLOR lines.
62 #  Toggle menucolor use on or off
63 OPTIONS=menucolors
64 # Define color used for a certain menu line. Format is
65 #    MENUCOLOR="regular expression"=color
66 # or
67 #    MENUCOLOR="regular expression"=color&attribute
68 #  Show all blessed items in green
69 MENUCOLOR=" blessed " = green
70 #  Show all holy water in green
71 MENUCOLOR=" holy " = green
72 #  Show all cursed items in red
73 MENUCOLOR=" cursed " = red
74 #  Show all unholy water in red
75 MENUCOLOR=" unholy " = red
76 #  Show all cursed worn items in orange and underlined
77 MENUCOLOR=" cursed .* (being worn)" = orange&underline
78
79
80
81 # General options.  You might also set "silent" so as not to attract
82 # the boss's attention.
83 #
84 # number_pad option can have an optional value of 0 (off), 1 (on), 
85 # or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I'
86 OPTIONS=time,noshowexp,number_pad:2,lit_corridor,mouse_support:1
87
88 # Make commands that ask for an inventory item pop up a menu
89 OPTIONS=force_invmenu
90
91 #
92 # If you want to get rid of "use #quit to quit..." use:
93 OPTIONS=suppress_alert:3.3.1
94 #
95 # Note: the rest_on_space in the next line may not be
96 #       appropriate for a beginning NetHack player, since
97 #       it could result in use of a turn unintentionally.
98 #       If you're new to NetHack, leave it commented it out.
99 #OPTIONS=rest_on_space
100 #
101 # Set some options to control graphical window-port (these will
102 # be safely and silently ignored by the tty port)
103 #
104 # Map window settings
105 # possible map_mode options include: tiles|ascii4x6|ascii6x8|ascii8x8|ascii16x8|
106 #                                    ascii7x12|ascii8x12|ascii16x12|ascii12x16|
107 #                                    ascii10x18|fit_to_screen
108 OPTIONS=map_mode:tiles,scroll_margin:10
109
110 # Message window settings
111 #OPTIONS=font_message:Arial,font_size_message:14,align_message:top
112
113 # Menu settings
114 #OPTIONS=font_menu:Arial,font_size_menu:14
115
116 # Text settings
117 #OPTIONS=font_text:Courier New,font_size_text:14
118
119 # Status window settings
120 #OPTIONS=font_status:Courier New,font_size_status:14
121
122 # Other
123 OPTIONS=hilite_pet,!toptenwin
124 #OPTIONS=!splash_screen,player_selection:prompts
125
126 # Status/message window colors
127 # Possible color options include:
128 # six digit hexadecimal RGB color value ("#8F8F8F"), black, red, green, brown,
129 # blue, magenta, cyan, gray (or grey), orange, brightgreen, yellow, brightblue,
130 # brightmagenta, brightcyan, white, trueblack, purple, silver, maroon, fuchsia,
131 # lime, olive, navy, teal, aqua, activeborder, activecaption, appworkspace,
132 # background, btnface, btnshadow, btntext, captiontext, graytext, highlight,
133 # highlighttext, inactiveborder, inactivecaption, menu, menutext, scrollbar,
134 # window, windowframe, windowtext.
135 #OPTIONS=windowcolors:status windowtext/window message windowtext/window
136
137 # "Nethack mode" colors
138 OPTIONS=windowcolors:status white/#000000 message white/#000000 text white/#000000 menu white/#000000 menutext white/#000000
139 OPTIONS=vary_msgcount:4
140
141 # *** LOCATIONS ***
142 # IMPORTANT: If you change any of these locations, the directories they
143 # point at must exist.  NetHack will not create them for you.
144 #
145 # HACKDIR is the default location for everything.
146 # Note: On Windows HACKDIR defaults to the location 
147 #       of the NetHack.exe or NetHackw.exe file so
148 #       setting HACKDIR below to override that is 
149 #       not usually necessary or recommended.
150 #HACKDIR=c:\games\nethack
151 #
152 # The location that level files in progress are stored (default=HACKDIR, writeable)
153 #LEVELDIR=c:\nethack\levels
154 #
155 # The location where saved games are kept (default=HACKDIR, writeable)
156 #SAVEDIR=c:\nethack\save
157 #
158 # The location that bones files are kept (default=HACKDIR, writeable)
159 #BONESDIR=c:\nethack\save
160 #
161 # The location that file synchronization locks are stored (default=HACKDIR, writeable)
162 #LOCKDIR=c:\nethack\levels
163 #
164 # The location that a record of game aborts and self-diagnosed game problems
165 # is kept (default=HACKDIR, writeable)
166 #TROUBLEDIR=c:\nethack\trouble
167
168 # Finnish keyboards might need these modifications uncommented. 
169 # For  \, @, $, [, |
170 #OPTIONS=subkeyvalue:171/92
171 #OPTIONS=subkeyvalue:178/64
172 #OPTIONS=subkeyvalue:180/36
173 #OPTIONS=subkeyvalue:184/91
174 #OPTIONS=subkeyvalue:188/124
175
176 #
177 # Some versions of Windows allow you to adjust the win32 console port 
178 # colors using R-G-B settings.
179 #
180 #OPTIONS=palette:black-0-0-0
181 #OPTIONS=palette:red-210-0-0
182 #OPTIONS=palette:green-80-200-0
183 #OPTIONS=palette:brown-180-100-0
184 #OPTIONS=palette:blue-0-0-200
185 #OPTIONS=palette:magenta-128-0-128
186 #OPTIONS=palette:cyan-50-180-180
187 #OPTIONS=palette:gray-192-192-192
188 #OPTIONS=palette:dark gray-100-100-100
189 #OPTIONS=palette:orange-255-128-0
190 #OPTIONS=palette:bright green-0-255-0
191 #OPTIONS=palette:yellow-255-255-0
192 #OPTIONS=palette:bright blue-100-100-240
193 #OPTIONS=palette:bright magenta-255-0-255
194 #OPTIONS=palette:bright cyan-0-255-255
195 #OPTIONS=palette:white-255-255-255
196
197
198