# This is an example nethackrc file. You should edit this to suit your needs # This editor is vi-like. Type ESC a couple times, then ':q!' (without quotes) # to exit if you get stuck. To save, hit ESC and then ZZ or type ':wq' # (without quotes.) To insert text, hit 'i' to enter insert mode. # You could also go to http://alt.org/nethack/ and choose either WebConf or RC Edit # Here are some examples of reasonable defaults: #OPTIONS=showexp,showscore,time,color,!autopickup #OPTIONS=autodig,fruit:slime mold,boulder:0 OPTIONS=showexp,time OPTIONS=autodig,fruit:slime mold,boulder:0 OPTIONS=autopickup,pickup_types:$,autoquiver,fixinv,DECGraphics,color,sortpack,sparkle, OPTIONS=number_pad,hilite_pet OPTIONS=menucolors OPTIONS=!cmdassist,msg_window=full,suppress_alert=3.3.1 # known uncursed items MENUCOLOR=" uncursed "=cyan # items with identified enchantment MENUCOLOR=" ([0-9]:.*)"=yellow MENUCOLOR=" \+[0-9] "=yellow MENUCOLOR=" -[0-9] "=yellow # blessed items MENUCOLOR=" blessed "=lightblue MENUCOLOR=" holy "=lightcyan # cursed items MENUCOLOR=" cursed "=red MENUCOLOR=" unholy "=orange # lit lamps MENUCOLOR=" (lit)"=white&underline # invocation artifacts MENUCOLOR=" silver bell"=lightmagenta MENUCOLOR=" Bell of Opening"=lightmagenta MENUCOLOR=" candelabrum"=lightmagenta MENUCOLOR=" papyrus spellbook"=lightmagenta MENUCOLOR=" Book of the Dead"=lightmagenta #delETE Me #menUCOLOR=" leather gloves"=lightmagenta #MENUCOLOR=" helmet"=lightmagenta # cursed invocation artifacts MENUCOLOR=" cursed silver bell"=orange&underline MENUCOLOR=" cursed Bell of Opening"=orange&underline MENUCOLOR=" cursed candelabrum"=orange&underline MENUCOLOR=" cursed papyrus spellbook"=orange&underline MENUCOLOR=" cursed Book of the Dead"=orange&underline # items in use MENUCOLOR=" (weapon in .*)"=brown MENUCOLOR=" (wielded.*)"=brown MENUCOLOR=" (alternate weapon.*)"=brown MENUCOLOR=" (in quiver)"=brown MENUCOLOR=" (being worn)"=brown MENUCOLOR=" (embedded in your skin)"=brown MENUCOLOR=" (on left .*)"=brown MENUCOLOR=" (on right .*)"=brown MENUCOLOR=" (in use)"=brown # worn or used blessed items MENUCOLOR=" blessed .* (weapon in .*)"=lightgreen MENUCOLOR=" blessed .* (wielded.*)"=lightgreen MENUCOLOR=" blessed .* (alternate weapon.*)"=lightgreen MENUCOLOR=" blessed .* (in quiver)"=lightgreen MENUCOLOR=" blessed .* (being worn)"=lightgreen MENUCOLOR=" blessed .* (embedded in your skin)"=lightgreen MENUCOLOR=" blessed .* (on left .*)"=lightgreen MENUCOLOR=" blessed .* (on right .*)"=lightgreen MENUCOLOR=" blessed .* (in use)"=lightgreen # worn or used cursed items MENUCOLOR=" cursed .* (weapon in .*)"=orange&underline MENUCOLOR=" cursed .* (wielded.*)"=orange&underline MENUCOLOR=" cursed .* (alternate weapon.*)"=orange&underline MENUCOLOR=" cursed .* (in quiver)"=orange&underline MENUCOLOR=" cursed .* (being worn)"=orange&underline MENUCOLOR=" cursed .* (embedded in your skin)"=orange&underline MENUCOLOR=" cursed .* (on left .*)"=orange&underline MENUCOLOR=" cursed .* (on right .*)"=orange&underline MENUCOLOR=" cursed .* (in use)"=orange&underline # potentially dangerous if mixed MENUCOLOR=" holding"=lightmagenta&underline MENUCOLOR=" wand of cancellation"=lightmagenta&underline MENUCOLOR=" wand called cancellation"=lightmagenta&underline MENUCOLOR=" tricks"=lightmagenta&underline MENUCOLOR="wand called vanish"=lightmagenta&underline # Spell failure rates MENUCOLOR=" 0%"=lightcyan MENUCOLOR=" [1-9]%"=lightgreen MENUCOLOR=" 1[0-9]%"=green MENUCOLOR=" 2[0-4]%"=green MENUCOLOR=" 2[5-9]%"=brown MENUCOLOR=" [34][0-9]%"=brown MENUCOLOR=" [56][0-9]%"=red MENUCOLOR=" 7[0-4]%"=red MENUCOLOR=" 7[5-9]%"=orange MENUCOLOR=" [89][0-9]%"=orange MENUCOLOR=" 100%"=orange&underline # For more information on what you can set in your nethackrc file, refer to: # http://www.nethack.org/v343/Guidebook.html#_TOCentry_42 # Happy hacking! #OPTIONS=showexp,showscore,time,color,!autopickup #OPTIONS=autodig,fruit:slime mold,boulder:0