OPTIONS=windowtype:curses # Sample config file for win32 NetHack # A '#' at the beginning of a line means the rest of the line is a comment. # # Some options MUST be set in this file, other options can be toggled while # playing by selecting the options menu with 'O'. # For a list of options available see the file. # # To change the configuration, comment out the unwanted lines, and # uncomment the configuration you want. # *** OPTIONS *** # # Keyboard handling # Different keyboard handlers can be loaded. # Default is nhdefkey.dll but you can override that. # Ray Chason's keyboard handler OPTIONS=altkeyhandler:nhraykey.dll # # NetHack 3.4.0 keyboard handling # OPTIONS=altkeyhandler:nh340key.dll # *** Personal Preferences *** # Some options to set personal preferences. Uncomment and change these to # suit your personal preference. If several people are to use the same # configuration, options like these should not be set. # #OPTIONS=name:Janet,role:Valkyrie,race:Human,gender:female,align:lawful #OPTIONS=dogname:Fido,catname:Morris,fruit:guava #OPTIONS=horsename:Silver #OPTIONS=packorder:")[%?+/=!(*0_` #OPTIONS=scores:10 top/2 around/own #OPTIONS=nolegacy,noverbose #OPTIONS=menustyle:traditional # Here are some examples of reasonable defaults: # Automatically pick up things onto which you move OPTIONS=!autopickup # Specify the object types to be picked up when autopickup is on. # For example "pickup_types:?!/" would pick up all scrolls, potions and wands. OPTIONS=pickup_types:$"?!=/ # Prompt for confirmation before picking up items that will push the # character's encumbrance past a given level: # Valid values are: unencumbered, burdened, stressed, strained, or overtaxed OPTIONS=pickup_burden:burdened # German keyboard layout users can uncomment following option # to swap the 'y' and 'z' keys: #OPTIONS=!qwertz_layout # Show descriptive dungeon names on bottom status line OPTIONS=show_dgn_name # some decent defaults OPTIONS=disclose:yiyayvygyc # Use DEC line-drawing characters. Won't work for all terminals. OPTIONS=DECgraphics # Use IBM extended characters. Won't work for all terminals # http://nethack.wikia.com/wiki/IBMgraphics #OPTIONS=IBMgraphics # Set the symbol used to display boulders. Default value is ` OPTIONS=boulder:0 # Distinguish visually between lit and unlit corridors OPTIONS=lit_corridor # Visually distinguish pets from similar animals OPTIONS=hilite_pet # Always show the "uncursed" label on objects OPTIONS=showbuc # Prevent alert notification messages about feature changes in a # (Un)NetHack version and the previous versions OPTIONS=suppress_alert=3.5.0 # # General options. You might also set "silent" so as not to attract # the boss's attention. # # number_pad option can have an optional value of 0 (off), 1 (on), # or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I' OPTIONS=time,showexp,number_pad:1 # # Set some options to control graphical window-port (these will # be safely and silently ignored by the tty port) # # Map window settings # possible map_mode options include: tiles|ascii4x6|ascii6x8|ascii8x8|ascii16x8| # ascii7x12|ascii8x12|ascii16x12|ascii12x16| # ascii10x18|fit_to_screen # OPTIONS=map_mode:ascii10x18,scroll_margin:5 OPTIONS=tile_file:undawnhack_16.bmp # Message window settings OPTIONS=font_message:DejaVu Condensed,font_size_message:12,align_message:top # Menu settings OPTIONS=font_menu:DejaVu Condensed,font_size_menu:12 # Text settings OPTIONS=font_text:DejaVu Mono,font_size_text:13 # Status window settings OPTIONS=font_status:DejaVu Mono,font_size_status:13 # Status/message window colors # Possible color options include: # six digit hexadecimal RGB color value ("#8F8F8F"), black, red, green, brown, # blue, magenta, cyan, gray (or grey), orange, brightgreen, yellow, brightblue, # brightmagenta, brightcyan, white, trueblack, purple, silver, maroon, fuchsia, # lime, olive, navy, teal, aqua, activeborder, activecaption, appworkspace, # background, btnface, btnshadow, btntext, captiontext, graytext, highlight, # highlighttext, inactiveborder, inactivecaption, menu, menutext, scrollbar, # window, windowframe, windowtext. #OPTIONS=windowcolors:status windowtext/window message windowtext/window OPTIONS=windowcolors:menu white/black message trueblack/#EEEEEE status trueblack/#EEEEEE text white/black # Finnish keyboards might need these modifications uncommented. # For \, @, $, [, | #OPTIONS=subkeyvalue:171/92 #OPTIONS=subkeyvalue:178/64 #OPTIONS=subkeyvalue:180/36 #OPTIONS=subkeyvalue:184/91 #OPTIONS=subkeyvalue:188/124 # # *** CHARACTER GRAPHICS *** # # See the on-line help or the Guidebook for which symbols are in which # positions. # # If you merely set the IBMgraphics option as above, NetHack will use IBM # extended ASCII for dungeon characters. If you don't like the selections, # you can make up your own via these graphics options, but you should still # set IBMgraphics if you are using IBM graphics characters to get the correct # processing. # # ================================================ # An example using the IBM graphics character set: #DUNGEON= 032 179 196 218 191 192 217 197 193 194 \ # 180 195 249 239 239 254 254 240 241 249 \ # 177 177 060 062 060 062 220 124 190 035 \ # 244 247 249 247 042 042 186 205 046 035 \ # 247 # #TRAPS= 094 094 094 094 094 094 094 094 094 094 \ # 094 094 094 094 232 232 232 157 094 094 \ # 094 094 # #EFFECTS= 179 196 092 047 042 033 041 040 \ # 048 035 064 042 \ # 047 045 092 058 058 092 045 047 \ # 047 045 092 058 032 058 092 045 047 # # ================================================ # Some alternatives: #DUNGEON= 032 186 205 201 187 200 188 206 202 203 \ # 185 204 249 239 239 254 254 240 241 249 \ # 177 177 060 062 060 062 095 124 092 035 \ # 244 247 249 247 042 042 179 196 046 035 \ # 247 # #TRAPS= 094 094 094 094 094 094 094 094 094 094 \ # 094 094 094 094 094 034 094 094 094 094 \ # 094 094 # ================================================ # Here is a recommendation sent in by Michael Feir # for use by blind NetHack players. # #DUNGEON= 032 124 045 124 124 124 124 045 045 045 \ # 124 124 046 045 124 043 043 046 035 035 \ # 060 062 060 062 095 092 035 126 126 126 \ # 126 042 042 035 035 032 035 126 # #TRAPS= 094 094 094 094 094 094 094 094 094 094 \ # 094 094 094 094 094 094 094 094 094 094 \ # 094 094 # #EFFECTS= 124 095 092 047 042 033 041 040 \ # 048 035 064 042 \ # 047 045 092 058 058 092 045 047 \ # 047 045 092 058 032 058 092 045 047 OPTIONS=dumpfile:dump_%s.txt OPTIONS=menucolors MENUCOLOR="* blessed *"=lightgreen MENUCOLOR="* holy *"=lightgreen MENUCOLOR="* cursed *"=red MENUCOLOR="* unholy *"=red MENUCOLOR="* cursed * (being worn)"=orange OPTIONS=newcolors ## HP STATUSCOLOR=hp%100=green,hp%66=yellow,hp%50=orange STATUSCOLOR=hp%33=red&bold,hp%15:red&inverse,hp%0:red&inverse&blink ## Pw STATUSCOLOR=pw%100=green,pw%66=yellow,pw%50:orange,pw%33=red&bold ## Carry STATUSCOLOR=burdened:yellow,stressed:orange,strained:red&bold STATUSCOLOR=overtaxed:red&inverse,overloaded:red&inverse&blink ## Hunger STATUSCOLOR=satiated:yellow,hungry:orange,weak:red&bold STATUSCOLOR=fainting:red&inverse,fainted:red&inverse&blink ## Mental STATUSCOLOR=hallu:yellow,conf:orange,stun:red&bold ## Health STATUSCOLOR=ill:red&inverse,foodpois:red&inverse,slime:red&inverse ## Other STATUSCOLOR=held:red&inverse,blind:red&inverse