From d2c331b9f036951eef062dd5141c75182375ba12 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 00:56:22 +0200 Subject: Add current configuration --- common/.nethackrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 common/.nethackrc (limited to 'common/.nethackrc') diff --git a/common/.nethackrc b/common/.nethackrc new file mode 100644 index 0000000..29f57ee --- /dev/null +++ b/common/.nethackrc @@ -0,0 +1,13 @@ +OPTIONS=gender:male,name:Simon +OPTIONS=catname:Neko,dogname:Inu,horsename:Jumpy,pettype:dog +OPTIONS=hilite_pet,hilite_pile +OPTIONS=hitpointbar,menustyle:partial,mouse_support,rest_on_space,showexp,showscore,time +OPTIONS=pickup_burden:B,autopickup,pickup_types:$*?!/ + +OPTIONS=color,menucolors +MENUCOLOR=" blessed "=green +MENUCOLOR=" holy "=green +MENUCOLOR=" uncursed "=yellow +MENUCOLOR=" cursed "=red +MENUCOLOR=" unholy "=red +MENUCOLOR=" cursed .* (being worn)"=orange&underline -- cgit v1.2.3