# This is an example nethackrc file for GnollHack - 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=number_pad:1 OPTIONS=perm_invent OPTIONS=windowtype:curses OPTIONS=showexp,showscore,time,color,!autopickup OPTIONS=autodig,fruit:slime mold,boulder:0 OPTIONS=altmeta,force_invmenu,hilite_pet OPTIONS=lit_corridor,showmove OPTIONS=statuslines:4 # Some bindings to make various GnollHack commands behave more like regular NetHack, # uncomment these to your liking: #BIND=M-e:enhance #BIND=^p:prevmsg BIND=S:save #BIND=M-s:sit # Curses mode is a popular interface option, some various settings: #OPTIONS=windowtype:curses #OPTIONS=symset:default #OPTIONS=popup_dialog #OPTIONS=windowborders:0 #OPTIONS=petattr:i #OPTIONS=guicolor #OPTIONS=perm_invent # Highlight menu lines with different colors. You need to define the colors # with MENUCOLOR lines. # Toggle menucolor use on or off OPTIONS=menucolors # Define color used for a certain menu line. Format is # MENUCOLOR="regular expression"=color # or # MENUCOLOR="regular expression"=color&attribute # Show all blessed items in green MENUCOLOR=" blessed " = green # Show all holy water in green MENUCOLOR=" holy water" = green # Show all cursed items in red MENUCOLOR=" cursed " = red # Show all unholy water in red MENUCOLOR=" unholy water" = red # Show all cursed worn items in orange and underlined MENUCOLOR=" cursed .* (being worn)" = orange&underline # Show all cooling down items in black MENUCOLOR="(cooling down)" = black # Show all forgotten spells in black MENUCOLOR="(You cannot recall this spell)" = black # Show all spells that do not have any components in black MENUCOLOR="(Not required)" = black # statushitlites is a popular option for 3.6.x based variants - some common settings: OPTIONS=statushilites OPTIONS=hilite_status: hitpoints-max/green&normal OPTIONS=hilite_status: hitpoints/100%/green&normal 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&normal OPTIONS=hilite_status: hitpoints/<11%/red&inverse ## 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/red&inverse/fainted/red&inverse&blink ## Skill OPTIONS=hilite_status:skill-availability/skill/green ## Two weapon fighting OPTIONS=hilite_status:two-weapon-fighting/2weap/yellow ## Weapon styles OPTIONS=hilite_status:primary-weapon/R0/red OPTIONS=hilite_status:primary-weapon/2hR0/red OPTIONS=hilite_status:primary-weapon/Re/red OPTIONS=hilite_status:primary-weapon/2hRe/red OPTIONS=hilite_status:primary-weapon/R/green OPTIONS=hilite_status:primary-weapon/2hR/green OPTIONS=hilite_status:primary-weapon/T/orange OPTIONS=hilite_status:primary-weapon/A/orange OPTIONS=hilite_status:primary-weapon/MD/magenta OPTIONS=hilite_status:primary-weapon/D/magenta OPTIONS=hilite_status:primary-weapon/2hMD/magenta OPTIONS=hilite_status:primary-weapon/2hD/magenta OPTIONS=hilite_status:primary-weapon/*/gray OPTIONS=hilite_status:primary-weapon/P/blue OPTIONS=hilite_status:primary-weapon/2hP/blue OPTIONS=hilite_status:primary-weapon/c/brown OPTIONS=hilite_status:primary-weapon/!/cyan OPTIONS=hilite_status:primary-weapon/-/black OPTIONS=hilite_status:primary-weapon/g/black OPTIONS=hilite_status:primary-weapon/mg/black OPTIONS=hilite_status:secondary-weapon/R0/red OPTIONS=hilite_status:secondary-weapon/2hR0/red OPTIONS=hilite_status:secondary-weapon/Re/red OPTIONS=hilite_status:secondary-weapon/2hRe/red OPTIONS=hilite_status:secondary-weapon/R/green OPTIONS=hilite_status:secondary-weapon/2hR/green OPTIONS=hilite_status:secondary-weapon/T/orange OPTIONS=hilite_status:secondary-weapon/A/orange OPTIONS=hilite_status:secondary-weapon/MD/magenta OPTIONS=hilite_status:secondary-weapon/D/magenta OPTIONS=hilite_status:secondary-weapon/2hMD/magenta OPTIONS=hilite_status:secondary-weapon/2hD/magenta OPTIONS=hilite_status:secondary-weapon/*/gray OPTIONS=hilite_status:secondary-weapon/P/blue OPTIONS=hilite_status:secondary-weapon/2hP/blue OPTIONS=hilite_status:secondary-weapon/c/brown OPTIONS=hilite_status:secondary-weapon/!/cyan OPTIONS=hilite_status:secondary-weapon/-/black OPTIONS=hilite_status:secondary-weapon/g/black OPTIONS=hilite_status:secondary-weapon/mg/black ## Grabbed OPTIONS=hilite_status:condition/grab/yellow ## Mental OPTIONS=hilite_status:condition/hallu/yellow OPTIONS=hilite_status:condition/conf/orange OPTIONS=hilite_status:condition/stun/red&bold OPTIONS=hilite_status:condition/slow/yellow OPTIONS=hilite_status:condition/fear/yellow OPTIONS=hilite_status:condition/cancl/yellow OPTIONS=hilite_status:condition/silent/yellow OPTIONS=hilite_status:condition/blind/yellow ## Health OPTIONS=hilite_status:condition/termill/red&inverse OPTIONS=hilite_status:condition/foodpois/red&inverse OPTIONS=hilite_status:condition/slime/red&inverse OPTIONS=hilite_status:condition/stone/red&inverse OPTIONS=hilite_status:condition/suffoc/red&inverse OPTIONS=hilite_status:condition/strngl/red&inverse OPTIONS=hilite_status:condition/paral/red&inverse OPTIONS=hilite_status:condition/sleep/red&inverse OPTIONS=hilite_status:condition/rot/red OPTIONS=hilite_status:condition/lyca/red # St, Dx, Co, In, Wi, Ch OPTIONS=hilite_status:characteristics/up/green/down/red # For more information on what you can set in your gnollhackrc file, refer to: # https://nethackwiki.com/wiki/Options # Happy gnollhacking!