summaryrefslogtreecommitdiff
blob: 33c98064341ff017ff1464526673fcfa4865cc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
## This is an example nethackrc file (courtesy of nethack.alt.org).
##
## You should edit it to suit your needs.
## Please read the Guidebook in /usr/share/doc/nethack or at www.nethack.org.
##
## Options which are enabled by default (like autoopen) can be disabled
## by prefixing them with a !

## If USE=X is enabled, this can be changed to x11
#OPTIONS=windowtype:tty

## Custom fruit and pet names
#OPTIONS=fruit:mango
#OPTIONS=dogname:Izchak
#OPTIONS=catname:Chun-Li
#OPTIONS=horsename:Marlon

## Colored output
#OPTIONS=color

## Automatically dig if you are wielding a digging tool and moving
## into a place that can be dug
#OPTIONS=autodig

## Walking into a door attempts to open it
#OPTIONS=autoopen

## Automatically pick up stuff
#OPTIONS=autopickup

## Only use autopickup for these item types
#OPTIONS=pickup_types:$!?/"=

## Allow saving and loading bones files.
#OPTIONS=bones

## Show out-of-sight areas of lit rooms
#OPTIONS=dark_room

## Use inverse for pets
#OPTIONS=hilite_pet

## Use inverse for piles of items
#OPTIONS=hilite_pile

## Show experience
#OPTIONS=showexp

## Show elapsed game time (in turns)
#OPTIONS=time

## How recalled messages (ctrl-p) are displayed.
#OPTIONS=msg_window:reversed

## use IBMgraphics or DECgraphics
#OPTIONS=symset:DECgraphics
#OPTIONS=symset:IBMgraphics

## If you don't like some default glyphs, these can be changed
#SYMBOLS=S_boulder:0
#SYMBOLS=S_lava:~
#SYMBOLS=S_pool:~
#SYMBOLS=S_water:~
#SYMBOLS=S_ghost:8
#SYMBOLS=S_golem:7

## Sort items by name. One of "none", "loot", or "full"
#OPTIONS=sortloot:full

## Require explicit yes for some prompts
#OPTIONS=paranoid_confirmation:Confirm quit attack pray wand Remove

## Conducts
#OPTIONS=nudist
#OPTIONS=blind


## Colored menus. Regular expressions allowed.
#OPTIONS=menucolors
#MENUCOLOR=" blessed "=green
#MENUCOLOR=" holy "=green
#MENUCOLOR=" cursed "=red
#MENUCOLOR=" unholy "=red
#MENUCOLOR=" cursed .* (being worn)"=orange&underline


## Messagetypes

## displacing pets. hide the message.
#MSGTYPE=hide "You swap places with your .*"

## items on floor. don't repeat the message.
#MSGTYPE=norep "You see here a .*"
#MSGTYPE=norep "You see here an .*"

## delayed instadeaths. always prompt for -more-
#MSGTYPE=stop "You are slowing down."
#MSGTYPE=stop "You find it hard to breathe."
#MSGTYPE=stop "You are turning a little .*"

## moving up or down stairs
#MSGTYPE=hide "You descend .*"
#MSGTYPE=hide "You (climb|fly) (up|down) .*"