From b9c42cdd6f0dbc5354f3bb15fcfb1867ec685238 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 10 Feb 2014 10:17:21 -0700 Subject: [PATCH] Add a nethackrc --- nethackrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 nethackrc diff --git a/nethackrc b/nethackrc new file mode 100644 index 0000000..1025ec1 --- /dev/null +++ b/nethackrc @@ -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