# This is an example nethackrc file. You should edit this to suit the needs # of your personal nethack build and add some reasonable default options # for your users. # If you compiled dgamelaunch with the `vi' editor enabled instead of ee, # perhaps a helpful blurb such as this might help: # This editor is vi-like. Type ESC a couple times, then ':q!' (without quotes) # to exit if you get stuck. To save, hit ESC and then ZZ or type ':wq' # (without quotes.) To insert text, hit 'i' to enter insert mode. # Here are some examples of reasonable defaults: OPTIONS=showexp,showscore,time,color OPTIONS=autodig,fruit:slime mold,boulder:0 OPTIONS=!cmdassist,!help,suppress_alert:3.4.3,showrace OPTIONS=autopickup OPTIONS=pickup_types:$? OPTIONS=hilite_pet,lit_corridor OPTIONS=menustyle:full OPTIONS=number_pad:1 OPTIONS=catname:Kat OPTIONS=dogname:Dawg OPTIONS=horsename:Steed OPTIONS=runmode:run OPTIONS=mail,silent,checkpoint OPTIONS=msg_window:full OPTIONS=menucolors # Blessed, cursed and uncursed MENUCOLOR=" [at].* [-+][0-9]"=cyan MENUCOLOR=" [0-9]+ [-+][0-9]"=cyan MENUCOLOR=" ([-0-9]+:[-0-9]+)"=cyan MENUCOLOR=" uncursed "=cyan MENUCOLOR=" uncursed clear potion"=lightblue MENUCOLOR=" uncursed potion.* water"=lightblue MENUCOLOR=" blessed "=lightgreen MENUCOLOR=" holy "=lightcyan MENUCOLOR=" blessed clear potion"=lightcyan MENUCOLOR=" blessed potion.* water"=lightcyan MENUCOLOR=" cursed "=red MENUCOLOR=" unholy "=orange MENUCOLOR=" cursed clear potion "=orange MENUCOLOR=" cursed potion.* water"=orange # For more information on what you can set in your nethackrc file, refer to: # http://www.nethack.org/v343/Guidebook.html#_TOCentry_42 # Happy hacking!