Add a nethackrc
This commit is contained in:
parent
579754ec76
commit
b9c42cdd6f
1 changed files with 22 additions and 0 deletions
22
nethackrc
Normal file
22
nethackrc
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Graphics options
|
||||||
|
OPTIONS=fullscreen
|
||||||
|
OPTIONS=color
|
||||||
|
OPTIONS=DECgraphics
|
||||||
|
OPTIONS=msg_window:f
|
||||||
|
|
||||||
|
# Object representation
|
||||||
|
OPTIONS=hilite_pet,lit_corridor
|
||||||
|
OPTIONS=boulder:0
|
||||||
|
|
||||||
|
OPTIONS=showexp,showscore,time
|
||||||
|
|
||||||
|
# Don't auto-pickup items
|
||||||
|
OPTIONS=!autopickup
|
||||||
|
|
||||||
|
OPTIONS=fruit:'raspberry'
|
||||||
|
|
||||||
|
OPTIONS=number_pad:0
|
||||||
|
|
||||||
|
# Always a female samurai
|
||||||
|
CHARACTER=samurai
|
||||||
|
OPTIONS=gender:female
|
Loading…
Add table
Add a link
Reference in a new issue