# junethack skunkz # Nethack 3.4.3 config file ## I don't like bones OPTIONS=!bones ## Nice terminal graphics #OPTIONS=windowtype:tty OPTIONS=IBMgraphics ## Useful bindings BIND=!:loot BIND=^v:untrap ## Disable beginner warnings OPTIONS=!cmdassist ## Disable numpad OPTIONS=number_pad:0 ## Autopickup thrown things, never pick scare monster scrolls OPTIONS=autopickup OPTIONS=pickup_types:$?!/=" OPTIONS=pickup_thrown OPTIONS=pickup_burden:Burdened AUTOPICKUP_EXCEPTION=">.*scare monster.*" ## Boulder displayed as 0 OPTIONS=boulder:0 ## HUD OPTIONS=showexp,showscore,time,color ## Misc OPTIONS=hilite_pet,!sparkle,fruit:pizza ## Gameplay params OPTIONS=autodig,autoopen,autoquiver ## 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 # Overrides MENUCOLOR="\[whi\]"=white MENUCOLOR="\[bla\]"=black MENUCOLOR="\[gre\]"=green MENUCOLOR="\[red\]"=red MENUCOLOR="\[bro\]"=brown MENUCOLOR="\[blu\]"=blue MENUCOLOR="\[mag\]"=magenta MENUCOLOR="\[cya\]"=cyan MENUCOLOR="\[gra\]"=gray MENUCOLOR="\[ora\]"=orange MENUCOLOR="\[yel\]"=yellow MENUCOLOR="\[lgr\]"=lightgreen MENUCOLOR="\[lbl\]"=lightblue MENUCOLOR="\[lma\]"=lightmagenta MENUCOLOR="\[lcy\]"=lightcyan ## How recalled messages (ctrl-p) are displayed. OPTIONS=msg_window:reversed OPTIONS=msghistory:400 ## Dangerous messages MSGTYPE=stop "The .* (grabs|swings itself around) 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|even) worse." # Curses UI is available on this build. Example settings (uncomment OPTIONS=windowtype:curses to enable) # All Curses UI settings are commented out ################## # Curses Settings ################## # default values in parentheses # Enable curses windowport (false) OPTIONS=windowtype:curses # Enable two ro three statuslines at the bottom OPTIONS=statuslines:2 # Window borders (3) # 1 - always draw borders # 2 - never draw borders # 3 - draw borders if terminal is big enough OPTIONS=windowborders:3 # Set terminal window for same dimensions # Adjust these variables to your liking OPTIONS=term_cols:120 OPTIONS=term_rows:32 # Attributes for pet highlighting OPTIONS=petattr:I # use colour in non-map areas (true) OPTIONS=guicolor # Display inventory window permanently on right of screen (false) OPTIONS=perm_invent # Window alignment (msg:top, status:bottom) # note: align_status:left/right displays a more verbose window, arranged vertically # this is only partially implemented in 3.6.1 and is buggy # it will be fixed soon OPTIONS=align_message:top OPTIONS=align_status:bottom # End of Curses settings ##################