# This is an example nethackrc file for NetHack 3.6.1. 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=msghistory:60 OPTIONS=msg_window:full OPTIONS=!implicit_uncursed #OPTIONS=symset:DECgraphics OPTIONS=number_pad:0 OPTIONS=showexp,showscore,time,color,autopickup OPTIONS=pickup_types:$?!/=" OPTIONS=pickup_thrown OPTIONS=pushweapon,autoquiver OPTIONS=autodig,fruit:slime mold,boulder:0 # statushitlites is a popular option for 3.6.1 - some common settings: OPTIONS=statushilites #HP OPTIONS=hilite_status: hitpoints/100%/green&bold OPTIONS=hilite_status: hitpoints/<100%/lightgreen&normal OPTIONS=hilite_status: hitpoints/<76%/yellow&normal OPTIONS=hilite_status: hitpoints/<51%/orange&normal OPTIONS=hilite_status: hitpoints/<26%/red&bold OPTIONS=hilite_status: hitpoints/<11%/black&bold ## Pw OPTIONS=hilite_status:power/100%/green&bold OPTIONS=hilite_status:power/<100%/lightgreen&normal OPTIONS=hilite_status:power/<76%/yellow&normal OPTIONS=hilite_status:power/<51%/orange&bold OPTIONS=hilite_status:power/<26%/red%bold OPTIONS=hilite_status:power/<11%/black&bold ## Carry OPTIONS=hilite_status:cap/burdened/yellow/stressed/orange/strained/red&bold/overtaxed/red&inverse/overloaded/red&inverse&blink ## Hunger OPTIONS=hilite_status:hunger/satiated/yellow/hungry/orange/weak/red&bold/fainting/black&bold/fainted/red&inverse&blink ## Mental OPTIONS=hilite_status:condition/hallu/yellow&bold OPTIONS=hilite_status:condition/conf/orange&bold OPTIONS=hilite_status:condition/stun/red&bold OPTIONS=hilite_status:conditionb/deaf/grey&bold ## Health OPTIONS=hilite_status:condition/termill/red&inverse OPTIONS=hilite_status:condition/foodpois/red&inverse OPTIONS=hilite_status:condition/slime/red&inverse # Str, Con, Dex, Int, Wis, Cha OPTIONS=hilite_status:characteristics/up/green/down/red # gold OPTIONS=hilite_status: gold/up/yellow/down/brown # 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 OPTIONS=cursesgraphics OPTIONS=symset:curses # To use new NH4-style status window (true) # set !classic_status # Not yet implemented in 3.6.1 OPTIONS=classic_status # Window borders (3) # 1 - always draw borders # 2 - never draw borders # 3 - draw borders if terminal is big enough #OPTIONS=windowborders:1 # Set terminal window for same dimensions # Adjust these variables to your liking #OPTIONS=term_cols:118 #OPTIONS=term_rows:60 # Attributes for pet highlighting (???) # [i]talics (or is it inverse?) yes, it's inverse # [u]nderline # [b]old # possibly others # yep, [B]link, i[T]alic, [R]ightline, [L]eftline. 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 # Settings not specific to curses that you will want to use. OPTIONS=hitpointbar OPTIONS=color,menucolors MENUCOLOR=" blessed .*"=green MENUCOLOR=" holy .*"=green MENUCOLOR=" cursed .*"=red MENUCOLOR=" unholy .*"=red MENUCOLOR=" uncursed .*"=grey MENUCOLOR=" \(weapon in hand\)"=white&bold MENUCOLOR=" \(weapon in hands\)"=white&bold MENUCOLOR=" blessed .* \(being worn\)"=green&bold MENUCOLOR=" blessed .* \(weapon in (hand|foreclaw)\)"=green&bold MENUCOLOR=" blessed .* \(weapon in hands|foreclaws\)"=green&bold MENUCOLOR=" uncursed .* \(being worn\)"=white&bold MENUCOLOR=" uncursed .* \(weapon in (hand|foreclaw)\)"=white&bold MENUCOLOR=" uncursed .* \(weapon in hands|foreclaws\)"=white&bold MENUCOLOR=" cursed .* \(being worn\)"=red&bold MENUCOLOR=" cursed .* \(weapon in (hand|foreclaw)\)"=red&bold MENUCOLOR=" cursed .* \(weapon in hands|foreclaws\)"=red&bold MENUCOLOR=" blessed .* \(on (left|right) hand\)"=green&bold MENUCOLOR=" blessed .* \(on (left|right) foreclaw\)"=green&bold MENUCOLOR=" blessed .* \(at the ready\)"=green&bold MENUCOLOR=" uncursed .* \(on (left|right) hand\)"=white&bold MENUCOLOR=" uncursed .* \(on (left|right) foreclaw\)"=white&bold MENUCOLOR=" uncursed .* \(at the ready\)"=white&bold MENUCOLOR=" cursed .* \(on (left|right) hand\)"=red&bold MENUCOLOR=" cursed .* \(on (left|right) foreclaw\)"=red&bold MENUCOLOR=" cursed .* \(at the ready\)"=red&bold MENUCOLOR=" blessed .* \(alternate weapon; not wielded\)"=green MENUCOLOR=" blessed .* \(wielded in other (hand|foreclaw)\)"=green&bold MENUCOLOR=" blessed .* \(wielded\)"=green&bold MENUCOLOR=" uncursed .* \(alternate weapon; not wielded\)"=grey MENUCOLOR=" uncursed .* \(wielded in other (hand|foreclaw)\)"=white&bold MENUCOLOR=" uncursed .* \(wielded\)"=white&bold MENUCOLOR=" cursed .* \(alternate weapon; not wielded\)"=red MENUCOLOR=" cursed .* \(wielded in other (hand|foreclaw)\)"=red&bold MENUCOLOR=" cursed .* \(wielded\)"=red*bold MENUCOLOR=" gold piece"=yellow MENUCOLOR=" Amulet of Yendor"=lightmagenta MENUCOLOR=" wand .*[^!]canc"=yellow MENUCOLOR=" [1-7] .*[^!]gone"=black MENUCOLOR=" [1-7] .*[^!]-(1|2|3|4|5|6|7|8|9|10)%"=orange MENUCOLOR=" .* \(being worn\)"=white&bold # End of Curses settings ################## # For more information on what you can set in your nethackrc file, refer to: # https://nethackwiki.com/wiki/Options # Happy hacking!