[nethack] Update the rc file with new options
This commit is contained in:
parent
4d76782d7d
commit
631496ac13
1 changed files with 14 additions and 3 deletions
17
nethackrc
17
nethackrc
|
@ -1,10 +1,12 @@
|
||||||
# Graphics options
|
# Graphics options
|
||||||
OPTIONS=fullscreen
|
OPTIONS=fullscreen
|
||||||
OPTIONS=color
|
|
||||||
OPTIONS=DECgraphics
|
OPTIONS=DECgraphics
|
||||||
|
|
||||||
OPTIONS=!news,!splash_screen
|
OPTIONS=!news,!splash_screen
|
||||||
|
|
||||||
|
# Color options
|
||||||
|
OPTIONS=color,menucolors
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -15,12 +17,21 @@ OPTIONS=boulder:0
|
||||||
|
|
||||||
OPTIONS=showexp,showscore,time
|
OPTIONS=showexp,showscore,time
|
||||||
|
|
||||||
|
# Show a hit point bar
|
||||||
|
OPTIONS=hitpointbar
|
||||||
|
|
||||||
|
# Look where you click the mouse
|
||||||
|
OPTIONS=clicklook
|
||||||
|
|
||||||
|
# Talk about walls when you run into them
|
||||||
|
OPTIONS=mention_walls
|
||||||
|
|
||||||
# auto-pickup scrolls, wands, and potions
|
# auto-pickup scrolls, wands, and potions
|
||||||
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
|
||||||
|
|
||||||
# Don't bother with number pad
|
# Don't bother with number pad
|
||||||
OPTIONS=number_pad:0
|
OPTIONS=number_pad:0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue