1# SCSS Id: @(#)NHAccess.nh 3.4 1999/11/28 2# Copyright (c) NetHack PC Development Team 1993, 1996, 1999 3# NetHack may be freely redistributed. See license for details. 4# 5# Modified defaults.nh for blind access. Copy to working directory as 6# defaults.nh. 7# 8# A '#' at the beginning of a line means the rest of the line is a comment. 9# 10# This configuration file is set up for two cases, for a hard disk 11# (as drive C:), and for two floppy disks. 12# 13# Some options MUST be set in this file, other options can be toggled while 14# playing. For a list of options available see the <opthelp.> file. If 15# the game plays slowly you might notice some improvement by setting 16# !time and !showexp, which will reduce screen I/O somewhat. 17# 18# To change the configuration, comment out the unwanted lines, and 19# uncomment the configuration you want. 20 21 22# *** OPTIONS *** 23# 24# The three options on this line should be used for most setups. 25# If your machine isn't very IBM-compatible, and NetHack doesn't work, 26# try commenting out this line. 27# 28# Note to blind players: 29# 30# Turn off IBMgraphics, using the exclamation-mark, as done below. 31# 32OPTIONS=rawio,BIOS,!IBMgraphics 33# Some versions of NetHack use the pc speaker to play the notes given when 34# playing music instruments in NetHack. To use this feature, if available, 35# uncomment the following line: 36#OPTIONS=soundcard:autodetect 37# If your machine is NEC PC-9800, use: 38#OPTIONS=rawio,BIOS,video:default 39# 40# 41# General options. You might also set "silent" so as not to attract 42# the boss's attention. 43# 44# Note for blind players: 45# 46# A lot of speech access programs use the number-pad to review the screen. 47# If this is the case, exclamation-mark out the number_pad option (as done 48# below) and use the traditional Rogue-like commands. 49# 50OPTIONS=notime,noshowexp,!number_pad,lit_corridor,!rest_on_space 51# 52# 53# Some options to set personal preferences. Uncomment and change these to 54# suit your personal preference. If several people are to use the same 55# configuration, options like these should not be set. 56# 57# Note to blind players: 58# 59# Use menustyle:traditional for the best interface to speech synthesizers. 60# 61#OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot 62#OPTIONS=autopickup,pickup_types:$"=/!?+ 63#OPTIONS=packorder:")[%?+/=!(*0_` 64#OPTIONS=scores:10 top/2 around/own 65#OPTIONS=nolegacy,noverbose 66OPTIONS=nolegacy,menustyle:traditional 67 68 69# *** HARD DISK CONFIGURATION *** 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;n 80# 81# appending a ";n" to SAVE means don't prompt to insert a disk. 82SAVE=;n 83# 84# Note that RAMDISK must *not* be the same (or even implicitly 85# get expanded to the same path by the OS) as HACKDIR. 86# 87#RAMDISK=d: 88 89 90# *** 2-FLOPPY CONFIGURATION *** 91# 92# HACKDIR=a:\ 93# LEVELS=b:\ 94# SAVE=b:\ 95# RAMDISK=c: 96 97 98# *** CHARACTER GRAPHICS *** 99# 100# See the on-line help or the Guidebook for which symbols are in which 101# positions. 102# 103# Note to blind players: 104# 105# You very probably do not want to use these character graphics. 106# 107# If you merely set the IBMgraphics option, NetHack will use IBM 108# extended ASCII for dungeon characters. If you don't like the selections, 109# you can make up your own via these graphics options, but you should still 110# set IBMgraphics if you are using IBM graphics characters to get the correct 111# processing. 112# 113#DUNGEON= 032 124 045 124 124 124 124 045 045 045 \ 114# 124 124 046 045 124 043 043 035 035 046 \ 115# 035 035 060 062 060 062 095 124 092 035 \ 116# 126 126 126 126 042 042 035 035 032 035 \ 117# 126 118# 119#TRAPS= 094 094 094 094 094 094 094 094 094 094 \ 120# 094 094 094 094 094 094 094 094 094 094 \ 121# 094 094 122# 123#EFFECTS= 124 095 092 047 042 033 041 040 \ 124# 048 035 064 042 \ 125# 047 045 092 058 058 092 045 047 \ 126# 047 045 092 058 032 058 092 045 047 127 128# ================================================= 129# *** VIDEOCOLORS AND VIDEOSHADES *** 130# 131# While playing on NEC PC-9800, default game display may be difficult to 132# read. Try following setting. 133# 134#OPTIONS=videocolors:4-2-6-1-5-3-4-2-6-1-5-3,videoshades:normal-normal-normal 135