# This is an example nethackrc file for NetHack 3.6.1 (dev). 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,autoquiver OPTIONS=autodig,fruit:avocado,boulder:0 OPTIONS=pushweapon,nosparkle,lit_corridor,hilite_pet OPTIONS=number_pad:1,msg_window:reversed OPTIONS=sortloot=full OPTIONS=pickup_burden:burdened OPTIONS=autopickup,pickup_types:$!?/"=+ ## use IBMgraphics or DECgraphics #OPTIONS=symset:DECgraphics OPTIONS=IBMgraphics OPTIONS=use_darkgray SYMBOLS=S_ghost:X SYMBOLS=S_golem:7 # don't pick up identified spellbooks autopickup_exception=">.*spellbook of.*" OPTIONS=menucolors MENUCOLOR=" blessed "=lightcyan MENUCOLOR=" holy "=lightcyan MENUCOLOR=" cursed"=red MENUCOLOR=" wand of cancellation"=orange&underline MENUCOLOR=" called cancellation"=orange&underline MENUCOLOR=" bag of tricks"=orange&underline MENUCOLOR=" c(hi|o)ckatrice corpse"=yellow MENUCOLOR=" cockatrice egg"=yellow # statushilites is a popular option for 3.6.x - some common settings: OPTION=statushilites #OPTION=hilite_status: hitpoints-max/100%/green/green #OPTION=hilite_status: hitpoints/20%/red/green #OPTION=hilite_status: power-max/100%/green/green #OPTION=hilite_status: power/20%/red/green #OPTION=hilite_status: gold/50%/yellow/yellow #OPTION=hilite_status: hunger/50%/orange/normal #OPTION=hilite_status: condition/50%/black/black # Messagetypes # ## displacing pets. hide the message. MSGTYPE=hide "You swap places with .*" ## items on floor. don't repeat the message. #MSGTYPE=norep "You see here a .*" #MSGTYPE=norep "You see here an .*" ## delayed instadeaths. always prompt for -more- MSGTYPE=stop "You are slowing down." MSGTYPE=stop "You find it hard to breathe." MSGTYPE=stop "You are turning a little .*" ## stairs spam MSGTYPE=hide "You descend .*" MSGTYPE=hide "You climb .*" ## digging and pushing spam MSGTYPE=hide "You start digging." MSGTYPE=hide "You hit the rock ." MSGTYPE=hide "You make an opening .*" MSGTYPE=hide "You succeed in cutting ." MSGTYPE=hide "You continue digging." MSGTYPE=hide "With great effort .*" MSGTYPE=hide "with your pick-axe" ## weapon spam, resistant gives a message # Mjollnir MSGTYPE=hide "Lightning strikes .*" # Fire Brand MSGTYPE=hide "The fiery blade .*" # Frost Brand MSGTYPE=hide "The ice-cold blade .*" # Staff of Aesculapius MSGTYPE=hide "draws the life from .*" # For more information on what you can set in your nethackrc file, refer to: # https://nethackwiki.com/wiki/Options # Happy hacking!