1#
2# Nethack configuration file.
3#
4# Naming this file $(HOME)/.nethackrc (for UNIX) or setting the environment
5# variable NETHACKOPTIONS to point to its full path name elsewhere tells
6# NetHack to use X11 windowing and fonts (provided the executable was
7# compiled with that ability).
8#
9#
10OPTIONS=windowtype:x11,toptenwin,hilite_pet
11OPTIONS=confirm,male,fixinv,noautopickup,safe_pet,sortpack,tombstone
12OPTIONS=verbose,news,fruit:pineapple
13OPTIONS=dogname:Dhairrhuwyth
14OPTIONS=catname:Ghisteslwchlohm
15#
16# There are 17 object symbols and various graphics symbols.
17# The descriptions of these symbols can be found in dat/opthelp.
18#
19#
20# Font: nh10 (10x20)
21#
22OBJECTS= 180 183 188 192 181 184 182 189 190 196 \
23	 191 194 193 187 185 186 195
24#
25DUNGEON= 032 025 018 013 012 014 011 015 023 024 \
26	 022 021 128 129 130 131 132 035 035 133 \
27	 134 135 136 137 145 146 144 124 143 142 \
28	 141 140 149 150 031 031 147 148 031 161 \
29	 140
30#
31TRAPS=	 138 138 138 138 138 138 138 138 138 138 \
32	 138 138 138 138 138 139 138 138 138 138 \
33	 138 138
34#
35EFFECTS= 151 152 153 154 155 156 157 158	 \
36	 159 160 161 162			 \
37	 163 164 165 166 167 168 169 170	 \
38	 171 172 173 174 175 176 177 178 179
39#
40#
41# Font: ibm (8x14)
42#
43#OBJECTS= 207 210 215 219 208 211 209 216 217 223 \
44#	 218 221 220 214 212 213 222
45#
46#DUNGEON= 032 128 129 130 131 132 133 134 135 136 \
47#	  137 138 139 045 124 142 143 035 035 144 \
48#	  145 146 147 148 155 156 227 124 154 153 \
49#	  152 151 159 160 200 200 157 158 250 170 \
50#	  151
51#
52#TRAPS=   149 149 149 149 149 149 149 149 149 149 \
53#	  149 149 149 149 149 150 149 149 149 149 \
54#	  149 149
55#
56#EFFECTS= 161 162 163 164 165 166 167 168	  \
57#	  169 170 171 172			  \
58#	  173 174 175 176 177 178 179 180	  \
59#	  181 182 183 184 185 186 187 188 189
60#
61#
62# Font: a "standard" font like 6x13
63# Note that this version is unlikely to work on a tty on a Unix system because
64# many of these characters are also control characters.
65#
66#DUNGEON = 032 025 018 013 012 014 011 015 023 024 \
67#	   022 021 031 045 124 043 043 035 035 031 \
68#	   035 001 060 062 060 062 019 124 092 035 \
69#	   123 125 031 125 046 046 035 035 046 127 \
70#	   125
71#
72#TRAPS=    094 094 094 094 094 094 094 094 094 094 \
73#	   094 094 094 094 094 002 094 094 094 094 \
74#	   094 094
75#
76#EFFECTS=  124 045 092 047 042 033 041 040	   \
77#	   048 035 064 042			   \
78#	   047 045 092 124 124 092 045 047         \
79#	   047 064 092 064 064 064 092 064 047
80