1# NetHack Copyright (c) NetHack PC Development Team 1993 - 2006 2# NetHack may be freely redistributed. See license for details. 3# 4# $NHDT-Date: 1524684112 2018/04/25 19:21:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.12 $ 5# 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. If 10# the game plays slowly you might notice some improvement by setting 11# !time and !showexp, which will reduce screen I/O somewhat. 12# 13# To change the configuration, comment out the unwanted lines, and 14# uncomment the configuration you want. 15 16# *** OPTIONS *** 17# 18# The three options on this line should be used for most setups. 19# If your machine isn't very IBM-compatible, and NetHack doesn't work, 20# try commenting out this line. 21OPTIONS=rawio,BIOS,symset:IBMGraphics_2 22 23# Here is a suggested symbol set from Michael Feir, 24# for use by blind NetHack players 25#OPTIONS=symset:NHAccess 26 27# To use VGA graphical tiles on an MS-DOS PC with VGA or better,uncomment 28# this: 29#OPTIONS=video:autodetect 30# And to explicitly set the resolution: 31#OPTIONS=video_width:1024 32#OPTIONS=video_height:768 33 34 35# If your machine is NEC PC-9800, use: 36#OPTIONS=rawio,BIOS,video:default 37# If you use an Atari and want tty use: 38#OPTIONS=windowtype:tty,rawio,BIOS 39 40 41# Some options to set personal preferences. Uncomment and change these to 42# suit your personal preference. If several people are to use the same 43# configuration, options like these should not be set. 44# 45#OPTIONS=name:Janet,role:Valkyrie,race:Human,gender:female,align:lawful 46#OPTIONS=dogname:Fido,catname:Morris,fruit:guava 47#OPTIONS=horsename:Silver 48#OPTIONS=autopickup,pickup_types:$"=/!?+ 49#OPTIONS=packorder:")[%?+/=!(*0_` 50#OPTIONS=scores:10 top/2 around/own 51#OPTIONS=nolegacy,noverbose 52#OPTIONS=menustyle:traditional 53 54# If you wish to change the symbol used to display boulders use: 55OPTIONS=boulder:0 56# 57# General options. You might also set "silent" so as not to attract 58# the boss's attention. 59# 60# number_pad option can have an optional value of 0 (off), 1 (on), 61# or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I' 62OPTIONS=time,noshowexp,number_pad:2,lit_corridor 63 64# Treat space bar as rest. Warning: may be dangerous for new players. 65# OPTIONS=rest_on_space 66 67# 68# If you want to get rid of "use #quit to quit..." use: 69#OPTIONS=suppress_alert:3.3.1 70# 71# 72# *** LOCATIONS *** 73# Some platforms allow you to change the location where various things are kept. 74# IMPORTANT: If you change any of these locations, the directories they 75# point at must exist. NetHack will not create them for you. 76# 77# The default location for everything. 78# Note: On Windows HACKDIR defaults to the location 79# of the xNetHack.exe or xNetHackw.exe file so 80# setting HACKDIR below to override that is 81# not usually necessary or recommended. 82#HACKDIR=c:\games\xnethack 83# 84# The location that level files in progress are stored (default=HACKDIR, writeable) 85#LEVELDIR=c:\xnethack\levels 86# 87# The location where saved games are kept (default=HACKDIR, writeable) 88#SAVEDIR=c:\xnethack\save 89# 90# The location that bones files are kept (default=HACKDIR, writeable) 91#BONESDIR=c:\xnethack\save 92# 93# The location that file synchronization locks are stored (default=HACKDIR, writeable) 94#LOCKDIR=c:\xnethack\levels 95# 96# The location that a record of game aborts and self-diagnosed game problems 97# is kept (default=HACKDIR, writeable) 98#TROUBLEDIR=c:\xnethack\trouble 99# 100 101# ================================================ 102# DEC Rainbow/ANSI line-drawing character set: 103# 104# If you have compiled with TERMLIB, merely set the DECgraphics option as 105# above. NetHack will then switch into the VTxxx line-drawing character set 106# (aka ANSI ruling character set '0') for dungeon characters. If you don't 107# like the selections, you can make up your own via the SYMBOLS keyword, 108# adding 128 to the value of any line-drawing character you want to use. 109# (But you should still set symset:DECgraphics to get the correct processing.) 110 111# ================================================= 112# *** VIDEOCOLORS AND VIDEOSHADES *** 113# 114# While playing on NEC PC-9800, default game display may be difficult to 115# read. Try following setting. 116# 117#OPTIONS=videocolors:4-2-6-1-5-3-4-2-6-1-5-3,videoshades:normal-normal-normal 118# 119# DEC Rainbows will hang if rawio is set, so they should instead use: 120#OPTIONS=BIOS,DECgraphics 121 122# Colored menus. 123#OPTIONS=menucolors 124# Syntax is: MENUCOLOR="string_to_match"=color&attribute 125# Colors: black, red, green, brown, blue, magenta, cyan, gray, orange, 126# lightgreen, yellow, lightblue, lightmagenta, lightcyan, white. 127# Attributes: none, bold, dim, underline, blink, inverse. 128#MENUCOLOR=" blessed "=green 129#MENUCOLOR=" holy "=green 130#MENUCOLOR=" cursed "=red 131#MENUCOLOR=" unholy "=red 132#MENUCOLOR=" cursed .* (being worn)"=orange&underline 133