[nethack] Update options
This commit is contained in:
parent
631496ac13
commit
01292bbaec
1 changed files with 12 additions and 11 deletions
23
nethackrc
23
nethackrc
|
@ -7,6 +7,9 @@ OPTIONS=!news,!splash_screen
|
||||||
# Color options
|
# Color options
|
||||||
OPTIONS=color,menucolors
|
OPTIONS=color,menucolors
|
||||||
|
|
||||||
|
# Make alt work on macOS
|
||||||
|
OPTIONS=altmeta
|
||||||
|
|
||||||
# Show full window of 20 messages
|
# Show full window of 20 messages
|
||||||
OPTIONS=msg_window:f
|
OPTIONS=msg_window:f
|
||||||
OPTIONS=msghistory:20
|
OPTIONS=msghistory:20
|
||||||
|
@ -17,18 +20,15 @@ OPTIONS=boulder:0
|
||||||
|
|
||||||
OPTIONS=showexp,showscore,time
|
OPTIONS=showexp,showscore,time
|
||||||
|
|
||||||
# Show a hit point bar
|
|
||||||
OPTIONS=hitpointbar
|
|
||||||
|
|
||||||
# Look where you click the mouse
|
# Look where you click the mouse
|
||||||
OPTIONS=clicklook
|
OPTIONS=clicklook
|
||||||
|
|
||||||
# Talk about walls when you run into them
|
# Talk about walls when you run into them
|
||||||
OPTIONS=mention_walls
|
OPTIONS=mention_walls
|
||||||
|
|
||||||
# auto-pickup scrolls, wands, and potions
|
# Auto-pickup scrolls, wands, potions, and money
|
||||||
OPTIONS=autopickup
|
OPTIONS=autopickup
|
||||||
OPTIONS=pickup_types:?!/$
|
OPTIONS=pickup_types:$?!/
|
||||||
|
|
||||||
# Special fruit is a raspberry <3
|
# Special fruit is a raspberry <3
|
||||||
OPTIONS=fruit:Raspberry
|
OPTIONS=fruit:Raspberry
|
||||||
|
@ -36,8 +36,9 @@ OPTIONS=fruit:Raspberry
|
||||||
# Don't bother with number pad
|
# Don't bother with number pad
|
||||||
OPTIONS=number_pad:0
|
OPTIONS=number_pad:0
|
||||||
|
|
||||||
# Show HP in color, if properly patched
|
# Show a hit point bar, and some extra attributes in the stat bar
|
||||||
#OPTIONS=hpmon
|
OPTIONS=hitpointbar
|
||||||
|
OPTIONS=showexp,showscore,time
|
||||||
|
|
||||||
# Always a female samurai named Eryn
|
# Always a female samurai named Eryn
|
||||||
NAME=Eryn
|
NAME=Eryn
|
||||||
|
@ -45,7 +46,7 @@ CHARACTER=samurai
|
||||||
#RACE=human
|
#RACE=human
|
||||||
OPTIONS=gender:female
|
OPTIONS=gender:female
|
||||||
|
|
||||||
# Disclosures at the end of the game: always disclose inventory, prompt for
|
# Disclosures at the end of the game: always disclose inventory and attributes,
|
||||||
# attributes and monsters killed (default yes), don't care about genocided
|
# prompt for monsters killed (default yes), don't care about genocided monsters
|
||||||
# monsters and conduct.
|
# and conduct.
|
||||||
OPTIONS=disclose:+i ya yv -c -g
|
OPTIONS=disclose:+i +a yv -c -g
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue