52 lines
1.1 KiB
Text
52 lines
1.1 KiB
Text
# Graphics options
|
|
OPTIONS=fullscreen
|
|
OPTIONS=DECgraphics
|
|
|
|
OPTIONS=!news,!splash_screen
|
|
|
|
# Color options
|
|
OPTIONS=color,menucolors
|
|
|
|
# Make alt work on macOS
|
|
OPTIONS=altmeta
|
|
|
|
# Show full window of 20 messages
|
|
OPTIONS=msg_window:f
|
|
OPTIONS=msghistory:20
|
|
|
|
# Object representation
|
|
OPTIONS=hilite_pet,lit_corridor
|
|
OPTIONS=boulder:0
|
|
|
|
OPTIONS=showexp,showscore,time
|
|
|
|
# Look where you click the mouse
|
|
OPTIONS=clicklook
|
|
|
|
# Talk about walls when you run into them
|
|
OPTIONS=mention_walls
|
|
|
|
# Auto-pickup scrolls, wands, potions, and money
|
|
OPTIONS=autopickup
|
|
OPTIONS=pickup_types:$?!/
|
|
|
|
# Special fruit is a raspberry <3
|
|
OPTIONS=fruit:Raspberry
|
|
|
|
# Don't bother with number pad
|
|
OPTIONS=number_pad:0
|
|
|
|
# Show a hit point bar, and some extra attributes in the stat bar
|
|
OPTIONS=hitpointbar
|
|
OPTIONS=showexp,showscore,time
|
|
|
|
# Always a female samurai named Eryn
|
|
NAME=Eryn
|
|
CHARACTER=samurai
|
|
#RACE=human
|
|
OPTIONS=gender:female
|
|
|
|
# Disclosures at the end of the game: always disclose inventory and attributes,
|
|
# prompt for monsters killed (default yes), don't care about genocided monsters
|
|
# and conduct.
|
|
OPTIONS=disclose:+i +a yv -c -g
|