1# NetHack 3.6	NHDeflts	$NHDT-Date: 1432512798 2015/05/25 00:13:18 $  $NHDT-Branch: master $:$NHDT-Revision: 1.7 $
2# Copyright (c) 2002 by Dean Luick, Mark Modrall, and Kevin Hugo
3# NetHack may be freely redistributed.  See license for details.
4#
5# Default settings for the Macintosh port of NetHack.
6# Lines beginning with a `#' character are "comments" and are
7# ignored all the way to the end of the line.  Using this
8# method, some of the lines below have been disabled so you
9# can see an example without having those options actually
10# set.  Remove the `#' character to "uncomment" the line and
11# allow those options to take effect.
12
13
14### Display ###
15# Uncomment for the traditional single-window tty interface
16#OPTIONS=win:tty
17
18# Boulder symbol
19#OPTIONS=boulder:0
20
21# Color
22OPTIONS=color
23
24# Fonts
25#OPTIONS=font_map:NewHackFont,font_size_map:9
26#OPTIONS=font_menu:geneva,font_size_menu:9
27#OPTIONS=font_message:PSHackFont,font_size_message:9
28#OPTIONS=font_status:monaco,font_size_status:9
29#OPTIONS=font_text:geneva,font_size_text:9
30
31# Don't make dark corridors look like lit corridors
32OPTIONS=!lit_corridor
33
34# Enable sound and beeps
35OPTIONS=sound,!silent
36
37
38### Start-up and ending ###
39# Don't display the game introduction and new feature list at start
40#OPTIONS=!legacy,!news
41
42# Save game state periodically in case of crashes (recommended)
43OPTIONS=checkpoint
44
45# How to prompt for things after death
46#OPTIONS=disclose:+i na -v yg nc
47
48# Show tombstone and top scores at death
49OPTIONS=tombstone,scores:10t/3a/o
50
51# Show top ten list in its own window
52#OPTIONS=toptenwin
53
54
55### User input and feedback ###
56# Choose between menus or text prompts
57# (traditional, combination, partial, or full)
58OPTIONS=menustyle:full
59
60# Extended (`#') commands by menu
61#OPTIONS=extmenu
62
63# Increase the number of message lines remembered
64#OPTIONS=msghistory:60
65
66# Enable the number pad keys
67OPTIONS=number_pad
68
69# Pause for --more-- and make it boldface
70OPTIONS=page_wait,standout
71
72# Ask for confirmation with the #pray command
73OPTIONS=prayconfirm
74
75# Allow spacebar as rest command
76#OPTIONS=rest_on_space
77
78# Display experience, score, and time on status line
79OPTIONS=showexp,showscore,time
80
81# Turn off animations
82#OPTIONS=!sparkle
83
84# Display a little more information with some commands
85#OPTIONS=suppress_alert:3.3.0
86OPTIONS=verbose
87
88
89### Character ###
90# A Valkyrie...
91#OPTIONS=name:Brunhilda,role:Val
92
93# The old way works, too:
94#OPTIONS=name:Brunhilda-V
95
96# How about an Elven Ranger?
97#OPTIONS=name:Silwa,role:Ranger,race:Elf,gender:Male
98
99# Always a human female
100#OPTIONS=race:human,female
101
102# Or leave them commented out and the game will ask you
103
104
105### Inventory ###
106# Automatically dig if wielding a pick
107#OPTIONS=autodig
108
109# Disable autopickup (toggle it with the `@' command)
110#OPTIONS=!autopickup,pickup_types:$*
111
112# Automatically fill the quiver
113#OPTIONS=autoquiver
114
115# Don't use fixed inventory letters
116OPTIONS=!fixinv,perm_invent,sortpack
117
118# What you want to call slime molds
119#OPTIONS=fruit:grape
120
121# Desired inventory display order
122#OPTIONS=packorder:)[(
123
124# How much you're willing to carry without confirmation
125#OPTIONS=pickup_burden:B
126
127# Put weapon in secondary slot when wielding another
128#OPTIONS=pushweapon
129
130
131### Pets ###
132# What to call your starting pet, and its type
133#OPTIONS=dogname:Quinn,catname:Vladimir,horsename:Silver,pettype:dog
134
135# Don't intentionally attack your pets
136OPTIONS=confirm,!hilite_pet,safe_pet
137
138
139### Unused options ###
140
141# Now obsolete
142#
143# background, large_font, popup_dialog, use_stone
144
145# Obsolete way to obtain reverse video; use at your own risk
146#OPTIONS=palette:000/c22/2c2/ca0/22c/a2a/2aa/ccc/999/f00/0f0/dd0/00f/d0d/0dd/fff/999/444/622/62c/-222
147
148# Options used in tty window mode, but not mac window mode
149#
150# menu_..., msg_window, timed_delay, use_inverse, vary_msgcount
151
152# Options used by other ports but not Macintosh:
153#
154# align_message, align_status, ascii_map, BIOS, checkspace,
155# decgraphics, eight_bit_tty, ibmgraphics, ignintr, mail,
156# map_mode, null, player_selection, preload_tiles, rawio,
157# splash_screen, tiled_map, tile_..., videocolors, videoshades,
158# windowcolors
159
160
161# End-of-file
162