<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>dungeon &amp;mdash; Paul Sutton</title>
    <link>https://personaljournal.ca/paulsutton/tag:dungeon</link>
    <description>Personal Blog</description>
    <pubDate>Tue, 05 May 2026 16:36:34 +0000</pubDate>
    <item>
      <title>Nethack vultures-eye 1</title>
      <link>https://personaljournal.ca/paulsutton/nethack-vultures-eye-1</link>
      <description>&lt;![CDATA[Nethack vultures-eye 1&#xA;&#xA;Nethack is a very popular game amongst some techy groups.  Normal Nethack is a text based game.  However vultures-eye, adds some basic 3d isometric graphics to the game, making it more accessible to people.  &#xA;&#xA;As you explore, you come across, monsters and other residents in the dungeon, some are friendly others not so, you need to discover all this as you explore the many rooms, corridors in the game. &#xA;&#xA;nethack&#xA;&#xA;Depending on your character type you get a companion with you.  Here the player is a knight accompanied by a horse. &#xA;&#xA;I have the game working on FreeBSD, so these notes / screenshots are copied over from my FreeBSD install. &#xA;&#xA;nethack&#xA;&#xA;nethack&#xA;&#xA;Gold (zorkomids) are the main currency, you need this to buy new goods, and receive this if you sell something. &#xA;&#xA;nethack&#xA;&#xA;Shops are a place to buy or sell goods.&#xA; &#xA;nethack&#xA;&#xA;You can see your full inventory,  detailing what you are carrying, wearing or how much currency you have.&#xA;&#xA;nethack&#xA;&#xA;While the game maps help you keep track of where you are. &#xA;&#xA;nethack&#xA;&#xA;nethack&#xA;&#xA;nethack&#xA;&#xA;nethack&#xA;&#xA;When you die, you can view all the stats on how you performed during the game.  &#xA;&#xA;nethack&#xA;&#xA;nethack&#xA;&#xA;One of the many stairways down to the next level of the dungeon,  you can go up and down these as you wish.  The upper most level (1) has a stairway to the outside world,  choose this, your game ends.  Onwards and downwards, it has to be. &#xA;&#xA;CONFIGURATION&#xA;&#xA;Under FreeBSD the main configuration file can be found at ./vulture/vulture.conf&#xA;&#xA;However other options can be found in /usr/local/lib/vulture-nethackdir/config&#xA;&#xA;vulture.conf.&#xA;&#xA;So taking a look at the local configuration file, you can set up screensize, sound, sound effects etc.  This is pretty much self explanatory. &#xA;&#xA;screenxsize=800&#xA;screenysize=600&#xA;fullscreen=0&#xA;playmusic=1&#xA;playeffects=1&#xA;wallstyle=full&#xA;wallopacity=0.8&#xA;recenteraftermovement=1&#xA;showhelpbar=1&#xA;showactionbar=1&#xA;showminimap=1&#xA;usestandardinventory=0&#xA;usestandardobjmenus=0&#xA;messagelines=5&#xA;nokeytranslation=0&#xA;highlightcursorsquare=1&#xA;debug=0&#xA;macro1=n100.&#xA;macro2=n20s&#xA;&#xA;Resources&#xA;&#xA;Nethack Website&#xA;Nethack Wiki&#xA;&#xA;irc - #nethack on freenode&#xA;usenet - rec.games.roguelike.nethack &#xA;&#xA;#games, #rogue, #roguelike, #nethack, #vultureseye, #unix,#freebsd, #dungeon, #crawler, #VultureNethack&#xA;&#xA;---&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Nethack vultures-eye 1</p>

<p>Nethack is a very popular game amongst some techy groups.  Normal Nethack is a text based game.  However vultures-eye, adds some basic 3d isometric graphics to the game, making it more accessible to people.</p>

<p>As you explore, you come across, monsters and other residents in the dungeon, some are friendly others not so, you need to discover all this as you explore the many rooms, corridors in the game.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack1.png" alt="nethack"></p>

<p>Depending on your character type you get a companion with you.  Here the player is a knight accompanied by a horse.</p>

<p>I have the game working on FreeBSD, so these notes / screenshots are copied over from my FreeBSD install.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack3.png" alt="nethack"></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack6.png" alt="nethack"></p>

<p>Gold (zorkomids) are the main currency, you need this to buy new goods, and receive this if you sell something.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack10.png" alt="nethack"></p>

<p>Shops are a place to buy or sell goods.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack11.png" alt="nethack"></p>

<p>You can see your full inventory,  detailing what you are carrying, wearing or how much currency you have.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack17.png" alt="nethack"></p>

<p>While the game maps help you keep track of where you are.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack7.png" alt="nethack"></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack8.png" alt="nethack"></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack9.png" alt="nethack"></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack12.png" alt="nethack"></p>

<p>When you die, you can view all the stats on how you performed during the game.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack13.png" alt="nethack"></p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/nethack/nethack14.png" alt="nethack"></p>

<p>One of the many stairways down to the next level of the dungeon,  you can go up and down these as you wish.  The upper most level (1) has a stairway to the outside world,  choose this, your game ends.  Onwards and downwards, it has to be.</p>

<p><strong>CONFIGURATION</strong></p>

<p>Under FreeBSD the main configuration file can be found at ./vulture/vulture.conf</p>

<p>However other options can be found in /usr/local/lib/vulture-nethackdir/config</p>

<p>vulture.conf.</p>

<p>So taking a look at the local configuration file, you can set up screensize, sound, sound effects etc.  This is pretty much self explanatory.</p>

<pre><code>screen_xsize=800
screen_ysize=600
fullscreen=0
play_music=1
play_effects=1
wall_style=full
wall_opacity=0.8
recenter_after_movement=1
show_helpbar=1
show_actionbar=1
show_minimap=1
use_standard_inventory=0
use_standard_objmenus=0
messagelines=5
no_key_translation=0
highlight_cursor_square=1
debug=0
macro1=n100.
macro2=n20s

</code></pre>

<p><strong>Resources</strong></p>
<ul><li><a href="http://nethack.org/" rel="nofollow">Nethack Website</a></li>

<li><p><a href="https://nethackwiki.com/wiki/Main_Page" rel="nofollow">Nethack Wiki</a></p></li>

<li><p>irc – <a href="/paulsutton/tag:nethack" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nethack</span></a> on <a href="https://www.freenode.net" rel="nofollow">freenode</a></p></li>

<li><p>usenet – rec.games.roguelike.nethack</p></li></ul>

<p><a href="/paulsutton/tag:games" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">games</span></a>, <a href="/paulsutton/tag:rogue" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">rogue</span></a>, <a href="/paulsutton/tag:roguelike" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">roguelike</span></a>, <a href="/paulsutton/tag:nethack" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nethack</span></a>, <a href="/paulsutton/tag:vultureseye" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">vultureseye</span></a>, <a href="/paulsutton/tag:unix" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">unix</span></a>,<a href="/paulsutton/tag:freebsd" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freebsd</span></a>, <a href="/paulsutton/tag:dungeon" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dungeon</span></a>, <a href="/paulsutton/tag:crawler" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">crawler</span></a>, <a href="/paulsutton/tag:VultureNethack" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">VultureNethack</span></a></p>

<hr>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/nethack-vultures-eye-1</guid>
      <pubDate>Sat, 01 May 2021 11:04:14 +0000</pubDate>
    </item>
    <item>
      <title>Nethack Vulture scores 10/8/2020</title>
      <link>https://personaljournal.ca/paulsutton/nethack-vulture-scores-5-8-2020</link>
      <description>&lt;![CDATA[Nethack Vulture scores 10/8/2020&#xA;&#xA;This post will,from time to time be republished, with updates to the score table.&#xA;&#xA;Just sharing my latest scores from Nethack-vulture.  I am playing this on FreeBSD.&#xA;&#xA;nethack&#xA;&#xA; No  Points     Name                                                   Hp [max]&#xA;  1       1078  paul-Arc-Dwa-Mal-Law died in The Dungeons of Doom on&#xA;                level 7.  Killed by a dog, while helpless.              -  [33]&#xA;  2        987  paul-Bar-Hum-Fem-Neu died in The Dungeons of Doom on&#xA;                level 4 [max 5].  Killed by a homunculus, while&#xA;                helpless.                                               -  [44]&#xA;  3        265  Paul-Arc-Hum-Mal-Neu died in The Dungeons of Doom on&#xA;                level 2 [max 3].  Killed by a jackal.                   -  [16]&#xA;  4        221  Paul-Kni-Hum-Mal-Law died in The Dungeons of Doom on&#xA;                level 2.  Killed by a grid bug, while helpless.         -  [16]&#xA;  5         76  Paul-Hea-Hum-Mal-Neu died in The Dungeons of Doom on&#xA;                level 2.  Killed by a goblin.                           -  [13]&#xA;&#xA;to generate the score type:&#xA;&#xA;nethack -s at the command line. If you direct this in to a file with nethack -s   score.txt, then this will also include scores from previous games. &#xA;&#xA;#games,#freebsd,#dungeon,#nethack,#vulture,#scores&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Nethack Vulture scores 10/8/2020</p>

<p>This post will,from time to time be republished, with updates to the score table.</p>

<p>Just sharing my latest scores from <a href="https://svnweb.freebsd.org/ports/head/games/vultures-eye/" rel="nofollow">Nethack-vulture</a>.  I am playing this on <a href="https://www.freebsd.org/" rel="nofollow">FreeBSD</a>.</p>

<p><img src="https://raw.githubusercontent.com/zleap/FreeBSD/master/2020-03-22-214400_780x500_scrot.png" alt="nethack"></p>

<pre><code> No  Points     Name                                                   Hp [max]
  1       1078  paul-Arc-Dwa-Mal-Law died in The Dungeons of Doom on
                level 7.  Killed by a dog, while helpless.              -  [33]
  2        987  paul-Bar-Hum-Fem-Neu died in The Dungeons of Doom on
                level 4 [max 5].  Killed by a homunculus, while
                helpless.                                               -  [44]
  3        265  Paul-Arc-Hum-Mal-Neu died in The Dungeons of Doom on
                level 2 [max 3].  Killed by a jackal.                   -  [16]
  4        221  Paul-Kni-Hum-Mal-Law died in The Dungeons of Doom on
                level 2.  Killed by a grid bug, while helpless.         -  [16]
  5         76  Paul-Hea-Hum-Mal-Neu died in The Dungeons of Doom on
                level 2.  Killed by a goblin.                           -  [13]
</code></pre>

<p>to generate the score type:</p>

<p><strong>nethack -s</strong> at the command line. If you direct this in to a file with nethack -s &gt;score.txt, then this will also include scores from previous games.</p>

<p><a href="/paulsutton/tag:games" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">games</span></a>,<a href="/paulsutton/tag:freebsd" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freebsd</span></a>,<a href="/paulsutton/tag:dungeon" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dungeon</span></a>,<a href="/paulsutton/tag:nethack" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">nethack</span></a>,<a href="/paulsutton/tag:vulture" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">vulture</span></a>,<a href="/paulsutton/tag:scores" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">scores</span></a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/nethack-vulture-scores-5-8-2020</guid>
      <pubDate>Mon, 10 Aug 2020 11:33:51 +0000</pubDate>
    </item>
  </channel>
</rss>