# This is an example nethackrc file for Slash'EM 0.0.8. 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=perm_invent,IBMgraphics,number_pad OPTIONS=popup_dialog OPTIONS=showexp,showscore,time,color OPTIONS=autodig,fruit:slime mold,boulder:0 OPTIONS=autopickup OPTIONS=pickup_types:$!/"=? OPTIONS=pickup_burden:unencumbered OPTIONS=!sparkle,invweight,msg_window:full ## Messagetypes # ## displacing pets. hide the message. MSGTYPE=hide "You swap places with your .*" ## 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 .*" ## moving up or down stairs MSGTYPE=hide "You descend .*" MSGTYPE=hide "You (climb|fly) (up|down) .*" # For more information on what you can set in your nethackrc file, refer to: # https://nethackwiki.com/wiki/Options # Happy hacking!