nethackrc (4951B)
1 # Gameplay 2 OPTIONS=!bones 3 OPTIONS=!mail 4 ## For conducts 5 # OPTIONS=blind 6 # OPTIONS=nudist 7 # OPTIONS=pettype:none 8 9 # Naming 10 OPTIONS=catname:Claudia 11 OPTIONS=dogname:Meatball 12 OPTIONS=horsename:Pirate 13 OPTIONS=fruit:granola bar 14 15 # Graphics 16 OPTIONS=windowtype:tty 17 OPTIONS=symset:DECgraphics 18 19 # Menu Navigation 20 OPTIONS=!cmdassist 21 OPTIONS=force_invmenu 22 OPTIONS=extmenu 23 OPTIONS=menustyle:full 24 OPTIONS=menu_objsyms 25 ## tty only 26 OPTIONS=msg_window:full 27 OPTIONS=msghistory:40 28 ## curses only 29 OPTIONS=perm_invent 30 31 # Control 32 OPTIONS=pushweapon 33 OPTIONS=!autodig 34 OPTIONS=autoquiver 35 OPTIONS=autoopen 36 OPTIONS=autopickup 37 OPTIONS=!pickup_thrown 38 OPTIONS=pickup_burden:U 39 40 ## Autopickup: gold, scrolls, potions, wands, rings, amulets, spellbooks, and food. 41 OPTIONS=pickup_types:$?!/="+% 42 ### Scrolls 43 AUTOPICKUP_EXCEPTION=">scroll of scare monster" 44 AUTOPICKUP_EXCEPTION=">scroll called scare monster" 45 ### Wands 46 AUTOPICKUP_EXCEPTION=">wand named empty" 47 AUTOPICKUP_EXCEPTION=">wand .*:0)" 48 ### Corpses 49 AUTOPICKUP_EXCEPTION="> corpse" 50 AUTOPICKUP_EXCEPTION="> glob" 51 AUTOPICKUP_EXCEPTION="<lichen corpse" 52 AUTOPICKUP_EXCEPTION="<floating eye corpse" 53 AUTOPICKUP_EXCEPTION="<wraith corpse" 54 ### Gems 55 AUTOPICKUP_EXCEPTION="< luckstone" 56 AUTOPICKUP_EXCEPTION="< stone called luck" 57 ### Special Names 58 AUTOPICKUP_EXCEPTION="<.* named ammo" 59 AUTOPICKUP_EXCEPTION="<.* named autopickup" 60 61 # UI 62 OPTIONS=menucolors 63 OPTIONS=standout 64 OPTIONS=!implicit_uncursed 65 66 ## Map 67 OPTIONS=hilite_pet 68 OPTIONS=hilite_pile 69 OPTIONS=lit_corridor 70 OPTIONS=dark_room 71 72 ## Status Bar 73 OPTIONS=time 74 OPTIONS=showexp 75 OPTIONS=hitpointbar 76 OPTIONS=statuslines:3 77 OPTIONS=statushilites:10 78 79 ### Status Highlights 80 OPTIONS=hilite_status:characteristics/up/lightgreen/down/orange 81 OPTIONS=hilite_status:hitpoints/100%/lightgreen/<100%/green/<=80%/yellow/<=60%/brown/<=40%/orange/<=20%/red&inverse 82 OPTIONS=hilite_status:power/100%/lightcyan/<100%/cyan/<=80%/lightblue/<=60%/blue/<=40%/lightmagenta/<=20%/magenta&inverse 83 OPTIONS=hilite_status:hitpoints-max/up/lightgreen/down/orange 84 OPTIONS=hilite_status:power-max/up/lightcyan/down/lightmagenta 85 OPTIONS=hilite_status:armor-class/down/lightgreen/up/orange 86 OPTIONS=hilite_status:experience-level/up/lightgreen/down/orange 87 OPTIONS=hilite_status:gold/always/yellow 88 89 OPTIONS=hilite_status:carrying-capacity/Burdened/brown/Stressed/red/Strained/orange/Overtaxed/orange/Overloaded/gray&inverse 90 OPTIONS=hilite_status:hunger/Hungry/brown/Weak/red/Fainting/orange 91 92 #### Conditions: Major Troubles 93 OPTIONS=hilite_status:condition/stone/red&inverse 94 OPTIONS=hilite_status:condition/termill/red&inverse 95 OPTIONS=hilite_status:condition/strngl/red&inverse 96 OPTIONS=hilite_status:condition/foodpois/red&inverse 97 OPTIONS=hilite_status:condition/slime/red&inverse 98 99 #### Conditions: Minor Troubles 100 OPTIONS=hilite_status:condition/blind/yellow 101 OPTIONS=hilite_status:condition/deaf/yellow 102 OPTIONS=hilite_status:condition/stun/yellow 103 OPTIONS=hilite_status:condition/hallu/lightmagenta 104 OPTIONS=hilite_status:condition/conf/yellow 105 106 #### Conditions: Movements 107 OPTIONS=hilite_status:condition/fly/lightblue 108 OPTIONS=hilite_status:condition/lev/lightblue 109 OPTIONS=hilite_status:condition/ride/lightblue 110 111 ## Menu Color 112 113 ### Gold 114 MENUCOLOR=" gold piece"=yellow 115 116 ### Item BUC Status 117 MENUCOLOR=" holy "=cyan 118 MENUCOLOR=" blessed "=green 119 MENUCOLOR=" cursed "=red 120 MENUCOLOR=" unholy "=magenta 121 #### Holy/Unholy Water 122 MENUCOLOR="blessed clear potion(s)?"=lightcyan 123 MENUCOLOR="blessed potion(s)? called water"=lightcyan 124 MENUCOLOR="cursed clear potion(s)?"=magenta 125 MENUCOLOR="cursed potion(s)? called water"=magenta 126 127 ### Items in Use 128 MENUCOLOR="\((weapon in|wielded|alternate weapon|in quiver|at the ready|being worn|embedded in your skin|on left|on right|in use|lit).*\)"=white&underline 129 MENUCOLOR="tethered"=white&underline 130 #### Blessed 131 MENUCOLOR=" blessed .* \((weapon in|wielded|alternate weapon|in quiver|at the ready|being worn|embedded in your skin|on left|on right|in use|lit).*\)"=lightgreen&underline 132 MENUCOLOR=" blessed .* tethered"=lightgreen&underline 133 #### Cursed 134 MENUCOLOR=" cursed .* \((weapon in|wielded|alternate weapon|in quiver|at the ready|being worn|embedded in your skin|on left|on right|in use|lit).*\)"=orange&underline 135 MENUCOLOR=" cursed .* tethered"=orange&underline 136 137 ### Food 138 #### Vegan 139 MENUCOLOR="(food |cram |K-|C-)(ration|gunyoki)"=lightgreen 140 MENUCOLOR="lembas wafer"=lightgreen 141 MENUCOLOR=" (apple|banana|pear|melon|carrot|orange)s?$"=lightgreen 142 MENUCOLOR="granola bar"=lightgreen 143 MENUCOLOR="wolfsbane|garlic|eucalyptus|kelp"=lightgreen 144 MENUCOLOR="(tins? of )?(gelatinous cube|acid blob|quivering blob)( corpse)?"=lightgreen 145 MENUCOLOR="(tins? of )?(blue|spotted|ochre) jelly( corpse)?"=lightgreen 146 MENUCOLOR="(tins? of )?lichen|shrieker|violet fungus|(brown|yellow|green|red) mold( corpse)?"=lightgreen 147 #### Vegatarian 148 MENUCOLOR="pancake|fortune cookie|candy bar|cream pie"=green 149 MENUCOLOR="egg|royal jelly"=green 150 MENUCOLOR="wax candle"=green 151 MENUCOLOR="(tin of )?brown pudding|gray ooze( corpse)?"=green