# This is an example nethackrc file for EvilHack - 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:coffee bean,boulder:0 OPTIONS=!sparkle OPTIONS=statuslines:3 OPTIONS=paranoid_confirmation:all OPTIONS=confirm SYMBOLS=S_water:~ SYMBOLS=S_pool:~ SYMBOLS=S_lava:~ SYMBOLS=S_ghost:X MSGTYPE=stop "As you kick the door, it crashes open!" MSGTYPE=stop "You hear someone cursing shoplifters." MSGTYPE=stop "A monster appears (from nowhere|around a spot near you(r displaced image)?)" MSGTYPE=stop "Monsters appear (from nowhere|around a spot near you(r displaced image)?)" MSGTYPE=hide "\w+ is not affected." MSGTYPE=stop "the Amulet of Yendor feels( very)? (warm|hot)" MSGTYPE=stop "weak trembling" MSGTYPE=stop "faint trembling" MSGTYPE=alert "The salamander wraps its arms around you!" # I often don't notice Rodney for a turn or two... MSGTYPE=stop "A voice booms out" ## Delayed Instadeaths MSGTYPE=stop "The (couatl|(electric|giant) eel|kraken|\w+) swings (it|her|his|\w+)self 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 (even|much) worse." #Things that aren't dangerous by themselves but could kill you if you don't notice. MSGTYPE=stop "You fail to cast the spell correctly." MSGTYPE=stop "You don't have enough energy to cast that spell." MSGTYPE=stop "You see here a c(hi|o)ckatrice corpse." MSGTYPE=stop "You are beginning to feel weak." ## Vaults MSGTYPE=stop "You hear the footsteps of a guard on patrol." MSGTYPE=stop "You hear someone counting money." ## Vibrating Square MSGTYPE=stop "You feel a strange vibration under your (feet|hooves|belly|\w+)." MSGTYPE=stop "You feel a strange vibration beneath you." ######### # B/U/C # ######### #MENUCOLOR="^[a-zA-Z$] - "=white MENUCOLOR=" !C"=white MENUCOLOR=" !B"=white MENUCOLOR=" !UC"=white MENUCOLOR=" uncursed| UC?($| )"=white MENUCOLOR=" \([-0-9]+:[-0-9]+\)"=white MENUCOLOR=" [+-][0-9]"=white MENUCOLOR=" blessed| B($| )"=cyan MENUCOLOR=" cursed| C($| )"=red ################# # FOOD CONDUCTS # thanks, teabing! ################# # vegan MENUCOLOR="(food |cram |K-|C-)ration|gunyoki"=green&bold MENUCOLOR="lembas wafer|melon|carrot|tin .* spinach"=green&bold MENUCOLOR=" oranges?( named.*)?$"=green&bold MENUCOLOR=" pears?( named.*)?$"=green&bold MENUCOLOR=" apple|banana|kelp|eucalyptus|garlic|wolfsbane"=green&bold MENUCOLOR=" slime mold| pomegranate"=green&bold MENUCOLOR="(tin of )?(gelatinous cube|acid blob|quivering blob)( corpse)?"=green&bold MENUCOLOR="(tin of )?(blue|spotted|ochre) jelly( corpse)?"=green&bold MENUCOLOR="(tin of )?lichen|shrieker|violet fungus|(brown|yellow|green|red) mold( corpse)?"=green&bold # vegetarian MENUCOLOR="egg|pancake|fortune cookie|candy bar|royal jelly|cream pie|candle"=green MENUCOLOR="(tin of )?brown pudding|gray ooze( corpse)?"=green ############################## # WATCH OUT, BAG OF HOLDING! # ############################## MENUCOLOR=" bag .* tricks"=blue&underline MENUCOLOR=" wand .*[^!]canc"=blue&underline MENUCOLOR=" wand .* vanish"=blue&underline # objects in inventory can display their weight (uncomment to enable) OPTIONS=invweight # 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%/black&normal OPTIONS=hilite_status: hunger/2/yellow/normal OPTIONS=hilite_status: hunger/3/red/normal OPTIONS=hilite_status: hunger/4/red/bold OPTIONS=hilite_status: hunger/5/red/bold # 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 or three statuslines at the bottom (80x25 terminal size for statuslines:3) #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 (???) # [i]talics (or is it inverse?) # [u]nderline # [b]old # possibly others #OPTIONS=petattr:u # 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 #OPTIONS=align_status:left # Settings not specific to curses that you will want to use. OPTIONS=hitpointbar OPTIONS=menucolors # 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!