Last active
November 21, 2020 17:03
-
-
Save obihann/9120369 to your computer and use it in GitHub Desktop.
NetHack Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OPTIONS=showexp,showscore,time,color,!autopickup,pickup_burden:unencumbered | |
OPTIONS=pickup_types:$?!/(+ | |
OPTIONS=autodig,fruit:slime mold,boulder:0 | |
OPTIONS=number_pad:2 | |
OPTIONS=suppress_alert:3.4.3 | |
MSGTYPE=hide "You displaced *." # pet displacement | |
OPTIONS=statuscolors | |
STATUSCOLOR=hp%100=green,hp%66=yellow,hp%50=orange | |
STATUSCOLOR=hp%33=red&bold,hp%15:red&inverse,hp%0:red&inverse&blink | |
STATUSCOLOR=pw%100=green,pw%66=yellow,pw%50:orange,pw%33=red&bold | |
STATUSCOLOR=burdened:yellow,stressed:orange,strained:red&bold | |
STATUSCOLOR=overtaxed:red&inverse,overloaded:red&inverse&blink | |
STATUSCOLOR=satiated:yellow,hungry:orange,weak:red&bold | |
STATUSCOLOR=fainting:red&inverse,fainted:red&inverse&blink | |
STATUSCOLOR=hallu:yellow,conf:orange,stun:red&bold | |
STATUSCOLOR=ill:red&inverse,foodpois:red&inverse,slime:red&inverse | |
OPTIONS=menucolors | |
MENUCOLOR=" blessed "=green | |
MENUCOLOR=" holy "=green | |
MENUCOLOR=" cursed "=red | |
MENUCOLOR=" unholy "=red | |
MENUCOLOR=" cursed .* (being worn)"=orange&underline | |
OPTIONS=windowtype:curses | |
OPTIONS=cursesgraphics | |
OPTIONS=msg_window:reversed | |
OPTIONS=use_darkgray | |
OPTIONS=term_cols:110 | |
OPTIONS=term_rows:34 | |
OPTIONS=align_message:bottom | |
OPTIONS=align_status:right | |
OPTIONS=fullscreen | |
OPTIONS=lit_corridor | |
OPTIONS=hilite_pet | |
OPTIONS=hilite_hidden_stairs | |
OPTIONS=hilite_obj_piles | |
OPTION=menu_glyphs | |
OPTIONS=hitpointbar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment