From dd986a677bae51943b83565daf1900c4451d9898 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 12 Dec 2015 16:22:16 -0500 Subject: nethack 3.6 uses SYMBOLS rather than monsters/traps/dungeon/objects --- nethackrc | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'nethackrc') diff --git a/nethackrc b/nethackrc index 1830fb0..d0a213d 100644 --- a/nethackrc +++ b/nethackrc @@ -28,15 +28,27 @@ OPTIONS=disclose:yi +avgc OPTIONS=!mail # map changes for code simplicity -OPTIONS=monsters:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@X'&;:wm +SYMBOLS=S_mimic_def:m +SYMBOLS=S_ghost:X +SYMBOLS=S_worm_tail:w # "strange monster" = m (mimic) # ghost/shade = X now space is solid rock # worm tail = w now ~ is water -OPTIONS=traps:\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ +SYMBOLS=S_web:^ # spider web = ^ now " is amulet -OPTIONS=dungeon: |--------||.-|]]}}.##<><>_\\\\{{~.}..}} #} +SYMBOLS=S_sink:{ +SYMBOLS=S_hcdbridge:} +SYMBOLS=S_vcdbridge:} +SYMBOLS=S_bars:} +SYMBOLS=S_tree:} +SYMBOLS=S_hcdoor:] +SYMBOLS=S_vcdoor:] +SYMBOLS=S_grave:\\ +SYMBOLS=S_pool:~ +SYMBOLS=S_water:~ +SYMBOLS=S_lava:~ # sink => { one less #, walkable # drawbridge => } one less #, not walkable # iron bars => } one less #, not walkable (color: cyan) @@ -44,7 +56,3 @@ OPTIONS=dungeon: |--------||.-|]]}}.##<><>_\\\\{{~.}..}} #} # closed doors => ] now + is spellbook # grave => \ now gray | and - are walls, (grey -- thrones) # water => ~ it looks cool (blue -- long worm tail) - -OPTIONS=objects:m -# "strange object" = m (mimic) -# now ] is closed door -- cgit v1.2.3-54-g00ecf