Last active
July 31, 2023 21:54
-
-
Save fljdin/786a2a4ae0c0a87b0edc97f52f91d637 to your computer and use it in GitHub Desktop.
Nethack Options
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=role:Ra | |
OPTIONS=race:random,gender:random,align:random | |
OPTIONS=disclose:yi -a -v -g -c +o | |
OPTIONS=lit_corridor,hitpointbar | |
OPTIONS=!autopickup,!legacy | |
OPTIONS=guicolor,color | |
OPTIONS=windowtype:curses | |
OPTIONS=windowcolors:menu white/black message green/yellow status white/blue text #ffffff/#000000 | |
OPTIONS=boulder:0 | |
OPTIONS=statushilites:10 | |
OPTIONS=hilite_status:gold/always/yellow | |
OPTIONS=hilite_status:carrying-capacity/burdened/yellow/stressed/orange | |
OPTIONS=hilite_status:hitpoints/100%/brightgreen | |
OPTIONS=hilite_status:hitpoints/<100%/green | |
OPTIONS=hilite_status:hitpoints/<60%/yellow | |
OPTIONS=hilite_status:hitpoints/<40%/red |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment