# This is an example nethackrc file for NetHack 3.4.3 (NAO build). 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,!autopickup OPTIONS=autodig,fruit:slime mold,boulder:0 OPTIONS=number_pad:1 OPTIONS=!cmdassist OPTIONS=sortloot:full OPTIONS=pickup_burden:unencumbered OPTIONS=menucolors MENUCOLOR=" blessed .* \(being worn\)"=green MENUCOLOR=" blessed .* \(weapon in (hand|foreclaw)\)"=green MENUCOLOR=" blessed .* \(weapon in hands|foreclaws\)"=green MENUCOLOR=" cursed .* \(being worn\)"=orange MENUCOLOR=" cursed .* \(weapon in (hand|foreclaw)\)"=orange MENUCOLOR=" cursed .* \(weapon in hands|foreclaws\)"=orange MENUCOLOR=" blessed .* \(on (left|right) hand\)"=green MENUCOLOR=" blessed .* \(on (left|right) foreclaw\)"=green MENUCOLOR=" blessed .* \(at the ready\)"=lightgreen MENUCOLOR=" cursed .* \(on (left|right) hand\)"=orange MENUCOLOR=" cursed .* \(on (left|right) foreclaw\)"=orange MENUCOLOR=" cursed .* \(at the ready\)"=orange MENUCOLOR=" blessed .* \(alternate weapon; not wielded\)"=green MENUCOLOR=" blessed .* \(wielded in other (hand|foreclaw)\)"=green MENUCOLOR=" cursed .* \(alternate weapon; not wielded\)"=orange MENUCOLOR=" cursed .* \(wielded in other (hand|foreclaw)\)"=orange MENUCOLOR=" gold piece"=yellow MENUCOLOR=" Amulet of Yendor"=lightmagenta MENUCOLOR=" [1-7][*]"=black MENUCOLOR="(food |cram |K-|C-)ration|gunyoki"=lightcyan MENUCOLOR="lembas wafer|melon|carrot|tins? .* spinach"=lightcyan MENUCOLOR=" oranges?( named.*)?$"=lightcyan MENUCOLOR=" pears?( named.*)?$"=lightcyan MENUCOLOR=" (apple|banana|kelp|eucalyptus|garlic|wolfsbane)"=lightcyan MENUCOLOR=" (slime mold|raspberry|raspberries|coffee bean)"=lightcyan MENUCOLOR="(tins? of )?(gelatinous cube|acid blob|quivering blob)( corpse)?"=lightcyan MENUCOLOR="(tins? of )?(blue|spotted|ochre) jelly( corpse)?"=lightcyan MENUCOLOR="(tins? of )?lichen|shrieker|violet fungus|(brown|yellow|green|red) mold(corpse)?"=lightcyan MENUCOLOR="\ egg|pancake|fortune cookie|candy bar|royal jelly|cream pie"=lightblue MENUCOLOR="(tin of )?brown pudding|gray ooze( corpse)?"=lightblue #MENUCOLOR=" wand of polymorph"=lightblue MENUCOLOR=" cursed .*"=red MENUCOLOR=" unholy .*"=red MENUCOLOR=" blessed .*"=green MENUCOLOR=" holy .*"=green MENUCOLOR=" wand .*[^!]canc"=lightmagenta&underline MENUCOLOR=" bag"=lightmagenta&underline MENUCOLOR=" wand($| called)"=lightmagenta&underline MENUCOLOR=" magic.* lamp"=gray&underline MENUCOLOR=" cursed.* magic lamp"=red&underline MENUCOLOR=" blessed.* magic lamp"=green&underline #MENUCOLOR=" magic"=&underline OPTIONS=statuscolors # HP STATUSCOLOR=hp%99=green,hp%75=yellow,hp%50=orange STATUSCOLOR=hp%33=red&bold,hp%15:red&inverse,hp%8:red&inverse&blink # Pw STATUSCOLOR=pw%99=green,pw%75=yellow,pw%50:orange,pw%33=red&bold # Carry STATUSCOLOR=burdened:yellow,stressed:orange,strained:red&bold STATUSCOLOR=overtaxed:red&inverse,overloaded:red&inverse&blink # Hunger STATUSCOLOR=satiated:yellow,hungry:orange,weak:red&bold STATUSCOLOR=fainting:red&inverse,fainted:red&inverse&blink # Mental STATUSCOLOR=hallu:yellow,conf:orange,stun:red&bold # Health STATUSCOLOR=ill:red&inverse,foodpois:red&inverse,slime:red&inverse # Other STATUSCOLOR=held:red&inverse,blind:orange # emergencies MSGTYPE=stop "The (couatl.*eel|kraken) swings itself around you!" MSGTYPE=stop "The python grabs you!" MSGTYPE=stop "You don't feel very well" MSGTYPE=stop "You are turning a little green" MSGTYPE=stop "Your limbs are getting oozy" MSGTYPE=stop "Your skin begins to peel away" MSGTYPE=stop "You are turning into a green slime" MSGTYPE=stop "You are slowing down" MSGTYPE=stop "Your limbs are stiffening" MSGTYPE=stop "It constricts your throat!" MSGTYPE=stop "You find it hard to breathe" MSGTYPE=stop "You're gasping for air" MSGTYPE=stop "Your blood is having trouble reaching your brain" MSGTYPE=stop "You can no longer breathe" MSGTYPE=stop "You're turning blue" MSGTYPE=stop "Your consciousness is fading" MSGTYPE=stop "You feel deathly sick" MSGTYPE=stop "You feel much worse" MSGTYPE=stop "You feel even worse" # Health STATUSCOLOR=ill:red&inverse,foodpois:red&inverse,slime:red&inverse # Other STATUSCOLOR=held:red&inverse,blind:orange # emergencies MSGTYPE=stop "The (couatl.*eel|kraken) swings itself around you!" MSGTYPE=stop "The python grabs you!" MSGTYPE=stop "You don't feel very well" MSGTYPE=stop "You are turning a little green" MSGTYPE=stop "Your limbs are getting oozy" MSGTYPE=stop "Your skin begins to peel away" MSGTYPE=stop "You are turning into a green slime" MSGTYPE=stop "You are slowing down" MSGTYPE=stop "Your limbs are stiffening" MSGTYPE=stop "It constricts your throat!" MSGTYPE=stop "You find it hard to breathe" MSGTYPE=stop "You're gasping for air" MSGTYPE=stop "Your blood is having trouble reaching your brain" MSGTYPE=stop "You can no longer breathe" MSGTYPE=stop "You're turning blue" MSGTYPE=stop "Your consciousness is fading" MSGTYPE=stop "You feel deathly sick" MSGTYPE=stop "You feel much worse" MSGTYPE=stop "You feel even worse" MSGTYPE=stop "You die from your illness" # Curses interface is available on this server. Some common settings: ## Curses interface (be sure to disable windowtype:tty) # OPTIONS=windowtype:curses 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!