# 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. # Most options can be changed in-game by selecting the options menu # with 'O'. # Here are some examples of reasonable defaults: # Automatically pick up things onto which you move OPTIONS=autopickup # Specify the object types to be picked up when autopickup is on. # For example "pickup_types:?!/" would pick up all scrolls, potions and wands. OPTIONS=pickup_types:$"?! # Prompt for confirmation before picking up items that will push the # character's encumbrance past a given level: # Valid values are: unencumbered, burdened, stressed, strained, or overtaxed OPTIONS=pickup_burden:burdened # German keyboard layout users can uncomment following option # to swap the 'y' and 'z' keys: OPTIONS=!qwertz_layout # Show descriptive dungeon names on bottom status line OPTIONS=show_dgn_name ## Interface settings # display color for different monsters, objects, and dungeon features OPTIONS=color # Use DEC line-drawing characters. Won't work for all terminals. #OPTIONS=DECgraphics # Use IBM extended characters. Won't work for all terminals # http://nethackwiki.com/wiki/IBMgraphics #OPTIONS=IBMgraphics # Set the symbol used to display boulders. Default value is ` OPTIONS=boulder:0 # Distinguish visually between lit and unlit corridors OPTIONS=lit_corridor # Visually distinguish pets from similar animals OPTIONS=hilite_pet # Always show the "uncursed" label on objects OPTIONS=showbuc # Colorize individual rows on a menu based on what regular expressions match its text # http://nethackwiki.com/wiki/Menucolors OPTIONS=menucolors MENUCOLOR=" blessed "=green MENUCOLOR=" holy "=green MENUCOLOR=" uncursed "=yellow MENUCOLOR=" cursed "=red MENUCOLOR=" unholy "=red MENUCOLOR=" cursed .* (being worn)"=orange&underline MENUCOLOR="loadstone\|wand \(of\|called\) cancellation"=underline MENUCOLOR="Amulet of Yendor named"=magenta # color only the real Amulet MENUCOLOR="gold piece"=yellow MENUCOLOR=". -.* \[(Unskilled|Basic|Skilled|Expert|Master)"=white # skill slots MENUCOLOR="[a-zA-Z] - [a-zA-Z ]+[ ]+[0-9]+\*[ ]+[a-z]+[ ]+[0-9]+%"=magenta # forgotten spell # Colorize the status line values ## HP STATUSCOLOR=hp%100=green,hp%66=yellow,hp%50=orange STATUSCOLOR=hp%33=red&bold,hp%15:red&inverse,hp%0:red&inverse&blink ## Pw STATUSCOLOR=pw%100=green,pw%66=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:red&inverse STATUSCOLOR=elbereth:green&inverse OPTIONS=name:Yordi OPTIONS=role:barbarian OPTIONS=race:orc OPTIONS=align:chaotic OPTIONS=gender:male OPTIONS=dogname:Plotva OPTIONS=catname:Plotva OPTIONS=horsename:Plotva OPTIONS=fruit:FRUIT OPTIONS=pettype:dog OPTIONS=scores:20 top/10 around/own OPTIONS=!toptenwin OPTIONS=msg_window:reversed OPTIONS=msghistory:100 OPTIONS=time OPTIONS=showexp OPTIONS=number_pad:2 OPTIONS=showscore OPTIONS=lootabc OPTIONS=autodig MENUCOLOR="papyrus spellbook"=lightgreen&underline MENUCOLOR="Book of the Dead"=lightgreen&underline MENUCOLOR="silver bell"=lightgreen&underline MENUCOLOR="Bell of Opening"=lightgreen&underline MENUCOLOR="candelabrum"=lightgreen&underline MENUCOLOR="Candelabrum of Invocation"=lightgreen&underline MENUCOLOR=" Amulet of Yendor named "=lightgreen&underline MENUCOLOR="piece of cloth|opera cloak|ornamental cope|tattered cape"=lightmagenta MENUCOLOR="plumed helmet|etched helmet|crested helmet|visored helmet"=lightmagenta MENUCOLOR="(old|padded|riding|fencing) gloves"=lightmagenta MENUCOLOR="(mud|buckled|riding|snow|hiking|combat|jungle) boots"=lightmagenta MENUCOLOR=" vanish"=white&underline MENUCOLOR=" cancel "=white&&inverse MENUCOLOR=" CANCEL "=white&underline MENUCOLOR=" bag of tricks"=white&underline MENUCOLOR="loadstone"=magenta&inverse MENUCOLOR=" wand of cancellation "=white&underline MENUCOLOR="gem[s] called glass"=black&bold MENUCOLOR=" worthless glass"=black&bold MENUCOLOR="unpaid"=orange MSGTYPE=stop "You feel hungry" MSGTYPE=stop "You are beginning to feel hungry" MSGTYPE=stop "You are getting the munchies" MSGTYPE=stop "You feel weak now" MSGTYPE=stop "You still have the munchies" MSGTYPE=stop "You feel weak" MSGTYPE=stop "You are beginning to feel weak" MSGTYPE=stop "The munchies are interfering with your motor capabilities" MSGTYPE=stop " needs food, badly!" MSGTYPE=stop "You only feel hungry now" MSGTYPE=stop "You now have a lesser case of the munchies" MSGTYPE=stop "You faint from lack of food" MSGTYPE=stop "You regain consciousness" MSGTYPE=stop "You die from starvation" MSGTYPE=stop "You die from hunger and exhaustion" MSGTYPE=stop "You feel deathly sick" MSGTYPE=stop "You feel even worse" MSGTYPE=stop "You feel much worse" MSGTYPE=stop "You die from your illness" MSGTYPE=stop "The couatl swings itself around you!" MSGTYPE=stop "The electric eel swings itself around you!" MSGTYPE=stop "The giant eel swings itself around you!" MSGTYPE=stop "The 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 hear the howling of the CwnAnnwn..." MSGTYPE=stop ", your life force is running out" MSGTYPE=stop ", all your powers will be lost..." MSGTYPE=stop "You hear the wailing of the Banshee..." MSGTYPE=stop " is about to die" ## Vibrating square MSGTYPE=stop "You feel a strange vibration beneath " MSGTYPE=stop "You feel a strange vibration under your .*" ## Enhance MSGTYPE=stop "You feel more confident .*" ## Potential inventory cursing MSGTYPE=stop "You feel a malignant aura surround the magic-absorbing blade" MSGTYPE=stop "You feel a malignant aura surround you" # Things that aren't dangerous by themselves but could kill you if you don't MSGTYPE=stop "You see here a cockatrice corpse." MSGTYPE=stop "You see here a chickatrice corpse." MSGTYPE=stop "You are beginning to feel weak." MSGTYPE=stop "You fail to cast the spell correctly." MSGTYPE=stop "Your wielded .* rots away." MSGTYPE=stop "You find a .*" ## Always pick up AUTOPICKUP_EXCEPTION="<.*silver bell.*" AUTOPICKUP_EXCEPTION="<.*Bell of Opening.*" AUTOPICKUP_EXCEPTION="<.*candelabrum.*" AUTOPICKUP_EXCEPTION="<.*Candelabrum.*" AUTOPICKUP_EXCEPTION="<.*Book of the Dead.*" AUTOPICKUP_EXCEPTION="<.*papyrus spellbook.*" AUTOPICKUP_EXCEPTION="<.*magic lamp.*" AUTOPICKUP_EXCEPTION="<.*wand of wishing.*" AUTOPICKUP_EXCEPTION="<.*wand of death.*" AUTOPICKUP_EXCEPTION="<.*wand of polymorph.*" AUTOPICKUP_EXCEPTION="<.*magic marker.*" AUTOPICKUP_EXCEPTION="<.*Amulet of Yendor.*" AUTOPICKUP_EXCEPTION="<.*luckstone.*" AUTOPICKUP_EXCEPTION="<.*touchstone.*" ## Gems AUTOPICKUP_EXCEPTION="<.*dilithium crystal" AUTOPICKUP_EXCEPTION="<.*diamond" AUTOPICKUP_EXCEPTION="<.*ruby" AUTOPICKUP_EXCEPTION="<.*jacinth" AUTOPICKUP_EXCEPTION="<.*sapphire" AUTOPICKUP_EXCEPTION="<.*black opal" AUTOPICKUP_EXCEPTION="<.*emerald" AUTOPICKUP_EXCEPTION="<.*turquoise" AUTOPICKUP_EXCEPTION="<.*citrine" AUTOPICKUP_EXCEPTION="<.*aquamarine" AUTOPICKUP_EXCEPTION="<.*amber" AUTOPICKUP_EXCEPTION="<.*topaz" AUTOPICKUP_EXCEPTION="<.*jet" AUTOPICKUP_EXCEPTION="<.*opal" AUTOPICKUP_EXCEPTION="<.*chrysoberyl" AUTOPICKUP_EXCEPTION="<.*garnet" AUTOPICKUP_EXCEPTION="<.*amethyst" AUTOPICKUP_EXCEPTION="<.*jasper" AUTOPICKUP_EXCEPTION="<.*fluorite" AUTOPICKUP_EXCEPTION="<.*jade" AUTOPICKUP_EXCEPTION="<.*obsidian" AUTOPICKUP_EXCEPTION="<.*agate" ## Never pickup #AUTOPICKUP_EXCEPTION=">.*Amulet of Yendor named ?.*" AUTOPICKUP_EXCEPTION=">.*worthless.*" AUTOPICKUP_EXCEPTION=">.*loadstone.*" AUTOPICKUP_EXCEPTION=">.*flint stone.*" AUTOPICKUP_EXCEPTION=">.*scare monster.*" AUTOPICKUP_EXCEPTION=">.* named.* empty.*" AUTOPICKUP_EXCEPTION=">.* named.* crap.*" AUTOPICKUP_EXCEPTION=">.* named.* junk.*" AUTOPICKUP_EXCEPTION=">.* named.* worthless.*" AUTOPICKUP_EXCEPTION=">.* named.* out.*"