94 lines
2.3 KiB
Plaintext
94 lines
2.3 KiB
Plaintext
# SCCS Id: @(#)NetHack Defaults 3.3 99/11/20
|
|
# Copyright (c) 1999 by Dean Luick, Mark Modrall, and Kevin Hugo
|
|
# NetHack may be freely redistributed. See license for details.
|
|
#
|
|
# Default settings for the Macintosh port of NetHack.
|
|
# Comment lines begin with a `#' character.
|
|
|
|
|
|
### Display ###
|
|
# Uncomment for the traditional single-window tty interface
|
|
#OPTIONS=win:tty
|
|
|
|
# Font size and style (use HackFont or NewHackFont)
|
|
OPTIONS=!large,fontmap:NewHackFont
|
|
|
|
# Color and background
|
|
OPTIONS=color,background:white,use_stone:1
|
|
|
|
# Obsolete way to obtain reverse video; use background:black instead
|
|
#OPTIONS=palette:000/c22/2c2/ca0/22c/a2a/2aa/ccc/999/f00/0f0/dd0/00f/d0d/0dd/fff/999/444/622/62c/-222
|
|
|
|
# Enable sound and beeps
|
|
OPTIONS=sound,!silent
|
|
|
|
|
|
### Start-up and ending ###
|
|
# Don't display the game introduction and new feature list at start
|
|
#OPTIONS=!legacy,!news
|
|
|
|
# Save game state periodically in case of crashes (recommended)
|
|
OPTIONS=checkpoint
|
|
|
|
# Show tombstone and top scores at death
|
|
OPTIONS=tombstone,scores:10t/3a/o
|
|
|
|
|
|
### User input and feedback ###
|
|
# Choose between menus or text prompts
|
|
# (traditional, combination, partial, or full)
|
|
OPTIONS=menustyle:full
|
|
|
|
# Display a little more information with some commands
|
|
OPTIONS=verbose
|
|
|
|
# Pause for --more-- and make it boldface
|
|
OPTIONS=page_wait,standout
|
|
|
|
# Allow spacebar as rest command
|
|
#OPTIONS=rest_on_space
|
|
|
|
# Enable the number pad keys
|
|
OPTIONS=number_pad
|
|
|
|
# Display experience, score, and time on status line
|
|
OPTIONS=showexp,showscore,time
|
|
|
|
# Use popup windows for yes/no questions
|
|
# This is likely to go away in future releases
|
|
#OPTIONS=popup_dialog
|
|
|
|
|
|
### Character ###
|
|
# A Valkyrie...
|
|
#OPTIONS=name:Brunhilda,role:Val
|
|
|
|
# The old way works, too:
|
|
#OPTIONS=name:Brunhilda-V
|
|
|
|
# How about an Elven Ranger?
|
|
#OPTIONS=name:Silwa,role:Ranger,race:Elf,gender:Male
|
|
|
|
# Always a human female
|
|
#OPTIONS=race:human,female
|
|
|
|
# Or leave them commented out and the game will ask you
|
|
|
|
|
|
### Inventory ###
|
|
# Disable autopickup (toggle it with the `@' command)
|
|
#OPTIONS=!autopickup
|
|
|
|
# Don't use fixed inventory letters
|
|
OPTIONS=!fixinv,perm_invent,sortpack
|
|
|
|
|
|
### Pets ###
|
|
# What to call your starting pet, and its type
|
|
OPTIONS=dogname:Quinn,catname:Vladimir,horsename:Silver,pettype:dog
|
|
|
|
# Don't intentionally attack your pets
|
|
OPTIONS=confirm,!hilite_pet,safe_pet
|
|
|
|
# End-of-file
|