NetHack GUIDE: options and 32×32 tileset setup

In this guide I’ll tell how to setup kewl 32×32 tileset in last version of NetHack (3.6.0):

Download tiles: /games/nethack/tiles32.png

After converting picture (see my vid), add this to options: OPTIONS=tile_file:tiles32.bmp,tile_width:32,tile_height:32

NetHack GUIDE options setup

How to setup NetHack options:

I used bold/underlined to mark options which I changed:

OPTIONS=name:Nik,role:Wizard,race:Human,gender:male,align:neutral

OPTIONS=nolegacy

OPTIONS=pettype:cat

OPTIONS=catname:Shtukensia

OPTIONS=!autopickup,pickup_types:$

OPTIONS=pickup_burden:Unencumbered

OPTIONS=pickup_thrown

#OPTIONS=hilite_status:hitpoints/50%/bright-magenta/normal
#OPTIONS=hilite_status:hitpoints/30%/red/normal
#OPTIONS=hilite_status:power/50%/blue/normal
#OPTIONS=hilite_status:hunger/50%/yellow/normal

# 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. For a list of options available see the <opthelp.> file.
#
# To change the configuration, comment out the unwanted lines, and
# uncomment the configuration you want.
#
# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$

# *** OPTIONS ***
#
# Use the IBM character set rather than just plain ascii characters
# for tty window-port.
OPTIONS=symset:IBMGraphics_2,roguesymset:RogueEpyx

# Here is a suggested symbol set from Michael Feir, 
# for use by blind NetHack players
#OPTIONS=symset:NHAccess,roguesymset:NHAccess

# 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
#OPTIONS=perm_invent

# Turn off all status hilites.
#OPTIONS=!statushilites
#
# 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,noshowexp,number_pad:2,lit_corridor

#
# If you want to get rid of “use #quit to quit…” use:
OPTIONS=suppress_alert:3.3.1
#
# Note: the rest_on_space in the next line may not be
# appropriate for a beginning NetHack player, since
# it could result in use of a turn unintentionally.
# If you’re new to NetHack, leave it commented it out.
#OPTIONS=rest_on_space
#
# 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:tiles,scroll_margin:5

OPTIONS=tile_file:tiles32.bmp,tile_width:32,tile_height:32

# Message window settings
OPTIONS=font_message:Arial,font_size_message:18,align_message:top

# Menu settings
OPTIONS=font_menu:Arial,font_size_menu:14

# Text settings
OPTIONS=font_text:Courier New,font_size_text:14

# Status window settings
OPTIONS=font_status:Courier New,font_size_status:18

# Other
OPTIONS=hilite_pet,!toptenwin
#OPTIONS=!splash_screen,player_selection:prompts

# 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

# *** LOCATIONS ***
# IMPORTANT: If you change any of these locations, the directories they
# point at must exist. NetHack will not create them for you.
#
# HACKDIR is the default location for everything.
# Note: On Windows HACKDIR defaults to the location 
# of the NetHack.exe or NetHackw.exe file so
# setting HACKDIR below to override that is 
# not usually necessary or recommended.
#HACKDIR=c:\games\nethack
#
# The location that level files in progress are stored (default=HACKDIR, writeable)
#LEVELDIR=c:\nethack\levels
#
# The location where saved games are kept (default=HACKDIR, writeable)
#SAVEDIR=c:\nethack\save
#
# The location that bones files are kept (default=HACKDIR, writeable)
#BONESDIR=c:\nethack\save
#
# The location that file synchronization locks are stored (default=HACKDIR, writeable)
#LOCKDIR=c:\nethack\levels
#
# The location that a record of game aborts and self-diagnosed game problems
# is kept (default=HACKDIR, writeable)
#TROUBLEDIR=c:\nethack\trouble

# 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

#
# Some versions of Windows allow you to adjust the win32 console port 
# colors using R-G-B settings.
#
#OPTIONS=palette:black-0-0-0
#OPTIONS=palette:red-210-0-0
#OPTIONS=palette:green-80-200-0
#OPTIONS=palette:brown-180-100-0
#OPTIONS=palette:blue-0-0-200
#OPTIONS=palette:magenta-128-0-128
#OPTIONS=palette:cyan-50-180-180
#OPTIONS=palette:gray-192-192-192
#OPTIONS=palette:dark gray-100-100-100
#OPTIONS=palette:orange-255-128-0
#OPTIONS=palette:bright green-0-255-0
#OPTIONS=palette:yellow-255-255-0
#OPTIONS=palette:bright blue-100-100-240
#OPTIONS=palette:bright magenta-255-0-255
#OPTIONS=palette:bright cyan-0-255-255
#OPTIONS=palette:white-255-255-255

This entry was posted in Guides. Bookmark the permalink.

Leave a Reply

🇬🇧 Attention! Comments with URLs/email are not allowed.
🇷🇺 Комментарии со ссылками/email удаляются автоматически.