1#	NetHack Copyright (c) NetHack PC Development Team 1993, 1996, 1999
2#	NetHack may be freely redistributed.  See license for details.
3#
4# A '#' at the beginning of a line means the rest of the line is a comment.
5#
6# Some options MUST be set in this file, other options can be toggled while
7# playing.  For a list of options available see the <opthelp.> file.  If
8# the game plays slowly you might notice some improvement by setting
9# !time and !showexp, which will reduce screen I/O somewhat.
10#
11# To change the configuration, comment out the unwanted lines, and
12# uncomment the configuration you want.
13#
14# Note: For blind players, please use the file NHAccess.nh as a template.
15#
16
17# *** OPTIONS ***
18#
19# The three options on this line should be used for most setups.
20# If your machine isn't very IBM-compatible, and NetHack doesn't work,
21# try commenting out this line.
22OPTIONS=rawio,BIOS,IBMgraphics
23
24# To use VGA graphical tiles on an MS-DOS PC with VGA or better,uncomment
25# this:
26#OPTIONS=video:autodetect
27
28# Some versions of NetHack use the pc speaker to play the notes given when
29# playing music instruments in NetHack.  To use this feature, if available,
30# uncomment the following line:
31#OPTIONS=soundcard:autodetect
32
33# If your machine is NEC PC-9800, use:
34#OPTIONS=rawio,BIOS,video:default
35# If you use an Atari and want tty use:
36#OPTIONS=windowtype:tty,rawio,BIOS
37
38
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#OPTIONS=autopickup,pickup_types:$"=/!?+
47#OPTIONS=packorder:")[%?+/=!(*0_`
48#OPTIONS=scores:10 top/2 around/own
49#OPTIONS=nolegacy,noverbose
50#OPTIONS=menustyle:traditional
51
52# If you wish to change the symbol used to display boulders use:
53OPTIONS=boulder:0
54#
55# General options.  You might also set "silent" so as not to attract
56# the boss's attention.
57#
58# number_pad option can have an optional value of 0 (off), 1 (on),
59# or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I'
60#
61OPTIONS=time,noshowexp,number_pad:2,lit_corridor
62
63# Treat space bar as rest. Warning: may be dangerous for new players.
64# OPTIONS=rest_on_space
65
66#
67# If you want to get rid of 'use "r." to read...' use:
68#OPTIONS=suppress_alert:0.0.7
69#
70#
71#HACKDIR=c:\games\nethack
72#
73# Note: Under MSDOS ports HACKDIR defaults to the location
74#       of the NetHack.exe file. 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# The order of the symbols is:
93# solid rock, vertical wall,horizontal wall, upper left corner,
94# upper right corner, lower left corner, lower right corner, cross wall,
95# upward  T wall, downward T wall, leftward T wall, rightward T wall,
96# no door, vertical open door, horizontal open door, vertical closed door,
97# horizontal closed door, IRON BARS, TREE,
98# floor of a room, dark corridor, lit corridor,
99# stairs up, stairs down, ladder up, ladder down, altar, headstone, throne,
100# kitchen sink, toilet, fountain, pool or moat, ice, lava,
101# vertical lowered drawbridge, horizontal lowered drawbridge,
102# vertical raised drawbridge, horizontal raised drawbridge, air, cloud,
103# under water.
104# The defaults using the IBM graphics character set:
105# DUNGEON=032 186 205 201 187 200 188 206 202 203 185 204 \
106#         250 196 179 179 196 035 084 \
107#         250 176 177 030 031 \
108#         024 025 240 239 234 236 \
109#         235 244 247 249 247  \
110#         186 205 186 205 032 035 247
111#
112# ================================================
113# Some alternatives:
114#DUNGEON=  032 186 205 201 187 200 188 206 202 203 \
115#	   185 204 249 239 239 254 254 249 177 177 \
116#	   060 062 060 062 095 092 035 244 247 249 \
117#	   247 042 042 179 196 046 035 247
118#
119#TRAPS=    094 094 094 094 094 094 094 094 094 094 \
120#	   094 094 094 094 094 034 094 094 094 094 \
121#	   094 094
122
123#
124# Using the DEC Rainbow/ANSI line-drawing character set:
125#
126# If you have compiled with TERMLIB, merely set the DECgraphics option as
127# above.  NetHack will then switch into the VTxxx line-drawing character set
128# (aka ANSI ruling character set '0') for dungeon characters.  If you don't
129# like the selections, you can make up your own via the graphics options,
130# adding 128 to the value of any line-drawing character you want to use.
131# (But you should still set DECgraphics to get the correct processing.)
132
133# *** VIDEOCOLORS AND VIDEOSHADES ***
134#
135# While playing on NEC PC-9800, default game display may be difficult to
136# read.  Try following setting.
137#
138#OPTIONS=videocolors:4-2-6-1-5-3-4-2-6-1-5-3,videoshades:normal-normal-normal
139#
140# DEC Rainbows will hang if rawio is set, so they should instead use:
141#OPTIONS=BIOS,DECgraphics
142
143