OPTIONS=!use_darkgray # Available editors: rnano or virus via the terminal, or see our web-based RC Editor # at https://www.hardfought.org/nethack/rcedit #blind, deaf OPTIONS=!legacy, !tutorial, use_truecolour, vt_tiledata OPTIONS=!autodig, autopickup, !cmdassist, extmenu, hitpointbar OPTIONS=!implicit_uncursed, mention_decor, menucolours, !silent, sounds OPTIONS=standout, timed_delay, !tips, !tombstone, toptenwin OPTIONS=force_invmenu OPTIONS=windowtype:curses OPTIONS=msghistory:4294967295 #soundlib #OPTIONS=autounlock: OPTIONS=disclose:yi na #v ng nc +o OPTIONS= OPTIONS=msg_window:combination OPTIONS=paranoid_confirmation:all OPTIONS=pickup_types:?/$! OPTIONS=roguesymset:RogueEpyx OPTIONS=runmode:walk OPTIONS=scores:!t 2a o #traditional #OPTIONS=sortdiscoveries OPTIONS=sortvanquished:difficulty OPTIONS=symset:curses OPTIONS=whatis_coord:compass SYMBOLS=S_ghost:8 # statushilites is a popular option for 3.6.x - 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 # 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 # To use new NH4-style status window (true) # set !classic_status # Not yet implemented in 3.6.1 #OPTIONS=classic_status # 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 # Settings not specific to curses that you will want to use. #OPTIONS=hitpointbar #OPTIONS=color,menucolors,statushilites # End of Curses settings ##################