# This is an example nethackrc file for dNetHack 3.15.1. You should edit # this file to meet your play style needs. # Available editors: rnano or virus via the terminal, or see our web-based RC Editor # at https://www.hardfought.org/nethack/rcedit # Examples of common defaults: #OPTIONS=windowtype:tty OPTIONS=showexp,showscore,time,color,hitpointbar OPTIONS=!autodig,fruit:pizza,boulder:0 OPTIONS=showbuc ## Require explicit yes for some prompts OPTIONS=paranoid_hit OPTIONS=paranoid_remove # Autopickup rules OPTIONS=autopickup OPTIONS=pickup_types:$?!/=" OPTIONS=pickup_thrown OPTIONS=pickup_burden:Burdened AUTOPICKUP_EXCEPTION=">.*scare monster.*" ## Colored menus OPTIONS=menucolors MENUCOLOR="!c"=white MENUCOLOR="c\?"=orange MENUCOLOR=" blessed "=green&normal MENUCOLOR=" cursed "=red&normal MENUCOLOR=" named cursed"=red&normal MENUCOLOR=" unholy "=orange&normal MENUCOLOR=" cursed clear potion"=orange&normal MENUCOLOR=" holy "=lightblue&normal MENUCOLOR="blessed clear potion"=lightblue # Uncursed and worn MENUCOLOR="\(weapon in .*\)"=white&underline MENUCOLOR="\(wielded.*\)"=white&underline MENUCOLOR="\(alternate weapon\)"=white&underline MENUCOLOR="\(in quiver\)"=white&underline MENUCOLOR="\(at the ready\)"=white&underline MENUCOLOR="\(being worn\)"=white&underline MENUCOLOR="\(embedded in your skin\)"=white&underline MENUCOLOR="\(on left .*\)"=white&underline MENUCOLOR="\(on right .*\)"=white&underline MENUCOLOR="\(in use\)"=white&underline # Blessed and worn MENUCOLOR=" blessed .* \(weapon in .*\)"=lightgreen&underline MENUCOLOR=" blessed .* \(wielded.*\)"=lightgreen&underline MENUCOLOR=" blessed .* \(alternate weapon\)"=lightgreen&underline MENUCOLOR=" blessed .* \(in quiver\)"=lightgreen&underline MENUCOLOR=" blessed .* \(at the ready\)"=lightgreen&underline MENUCOLOR=" blessed .* \(being worn\)"=lightgreen&underline MENUCOLOR=" blessed .* \(embedded in your skin\)"=lightgreen&underline MENUCOLOR=" blessed .* \(on left .*\)"=lightgreen&underline MENUCOLOR=" blessed .* \(on right .*\)"=lightgreen&underline MENUCOLOR=" blessed .* \(in use\)"=lightgreen&underline # Cursed and worn MENUCOLOR=" cursed .* \(weapon in .*\)"=red&underline MENUCOLOR=" cursed .* \(wielded.*\)"=red&underline MENUCOLOR=" cursed .* \(alternate weapon\)"=red&underline MENUCOLOR=" cursed .* \(in quiver\)"=red&underline MENUCOLOR=" cursed .* \(at the ready\)"=red&underline MENUCOLOR=" cursed .* \(being worn\)"=red&underline MENUCOLOR=" cursed .* \(embedded in your skin\)"=red&underline MENUCOLOR=" cursed .* \(on left .*\)"=red&underline MENUCOLOR=" cursed .* \(on right .*\)"=red&underline MENUCOLOR=" cursed .* \(in use\)"=red&underline # Curses interface is available on this server. Some common settings: ## Curses interface (be sure to disable windowtype:tty) OPTIONS=windowtype:curses OPTIONS=perm_invent OPTIONS=align_status:bottom OPTIONS=align_message:top OPTIONS=windowborders:3 OPTIONS=petattr:I # Set terminal window for same dimensions OPTIONS=term_cols:124 OPTIONS=term_rows:32 # For more information on what you can set in your nethackrc file, refer to: # https://nethackwiki.com/wiki/Options # Happy hacking!