<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Spent some more time messing with NetHack 1.3d revived	</title>
	<atom:link href="https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Thu, 16 Apr 2026 06:18:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Ol Ma		</title>
		<link>https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-382035</link>

		<dc:creator><![CDATA[Ol Ma]]></dc:creator>
		<pubDate>Thu, 12 Jun 2025 02:41:05 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6288#comment-382035</guid>

					<description><![CDATA[Hello Neozeed. I just discovered your blog and this post. I&#039;m a huge Nethack fan  who wants to discover the first 1987 version. I downloaded your file on SourceForge but I&#039;m  not able to make it work. Do you think that you can tell how I have to do precisely. I&#039;m on Windows 11. Thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>Hello Neozeed. I just discovered your blog and this post. I&#8217;m a huge Nethack fan  who wants to discover the first 1987 version. I downloaded your file on SourceForge but I&#8217;m  not able to make it work. Do you think that you can tell how I have to do precisely. I&#8217;m on Windows 11. Thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279333</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 12:10:40 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6288#comment-279333</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279331&quot;&gt;Silencess&lt;/a&gt;.

awesome, enjoy the past!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279331">Silencess</a>.</p>
<p>awesome, enjoy the past!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silencess		</title>
		<link>https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279331</link>

		<dc:creator><![CDATA[Silencess]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 12:05:16 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6288#comment-279331</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279324&quot;&gt;neozeed&lt;/a&gt;.

start successfully!
thx a million!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279324">neozeed</a>.</p>
<p>start successfully!<br />
thx a million!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279324</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 09:48:42 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6288#comment-279324</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279317&quot;&gt;Silencess&lt;/a&gt;.

you need to make sure it&#039;s at the root of a drive (I dont think it matters which).

Since this uses RSX which is a a port of EMX to Windows NT, it has a very &#039;unix&#039; like dependency to finding it&#039;s termcap database.

&lt;pre&gt;
set TERM=mono
set TERMCAP=/nethack/etc/termcap.dat
hack&lt;/pre&gt;

So it needs to be able to find c:\nethack\etc\termcap.dat for example.

If it cannot find it&#039;self it&#039;ll print the infamous &quot;Terminal must backspace.&quot;

I hope this helps.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279317">Silencess</a>.</p>
<p>you need to make sure it&#8217;s at the root of a drive (I dont think it matters which).</p>
<p>Since this uses RSX which is a a port of EMX to Windows NT, it has a very &#8216;unix&#8217; like dependency to finding it&#8217;s termcap database.</p>
<pre>
set TERM=mono
set TERMCAP=/nethack/etc/termcap.dat
hack</pre>
<p>So it needs to be able to find c:\nethack\etc\termcap.dat for example.</p>
<p>If it cannot find it&#8217;self it&#8217;ll print the infamous &#8220;Terminal must backspace.&#8221;</p>
<p>I hope this helps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silencess		</title>
		<link>https://virtuallyfun.com/2016/07/19/spent-some-more-time-messing-with-nethack-1-3d-revived/comment-page-1/#comment-279317</link>

		<dc:creator><![CDATA[Silencess]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 08:50:37 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6288#comment-279317</guid>

					<description><![CDATA[Download the nethack-1.3d-revived-reloaded file, run the run.bat but only to be told that &quot;Terminal must backspace.&quot; Search the Internet and find nothing useful about that. Could you please help? Thx!!!]]></description>
			<content:encoded><![CDATA[<p>Download the nethack-1.3d-revived-reloaded file, run the run.bat but only to be told that &#8220;Terminal must backspace.&#8221; Search the Internet and find nothing useful about that. Could you please help? Thx!!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
