<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Edward Andrew Robinson &#187; games</title>
	<atom:link href="http://www.earobinson.org/tag/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.earobinson.org</link>
	<description>“Brilliant people simplify things, and mediocre people complicate things.” — Unknown</description>
	<lastBuildDate>Thu, 25 Feb 2010 02:52:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cheating At Nethack</title>
		<link>http://www.earobinson.org/2007/11/19/cheating-at-nethack/</link>
		<comments>http://www.earobinson.org/2007/11/19/cheating-at-nethack/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 15:13:45 +0000</pubDate>
		<dc:creator>Edward Andrew Robinson</dc:creator>
				<category><![CDATA[Ubuntu Experience]]></category>
		<category><![CDATA[earobinson]]></category>
		<category><![CDATA[cheating]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[nethack]]></category>

		<guid isPermaLink="false">http://www.earobinson.org/?p=69</guid>
		<description><![CDATA[I&#8217;m not really a gamer, I think this has to do with a lack of skill, its no fun playing Americas Army if you die in 30 seconds, and yes they have a Linux installer. One game that I do come back to every now and then is nethack, however just like Americas Army I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not really a gamer, I think this has to do with a lack of skill, its no fun playing <a href="http://www.americasarmy.com/">Americas Army</a> if you die in 30 seconds, and yes they have a <a href="http://americasarmy.filefront.com/file/AASF_Direct_Action_v25_Linux_Full_Install;49654">Linux installer</a>. One game that I do come back to every now and then is <a href="http://wiki.earobinson.org/index.php5?title=Ubuntu_Quick_Install#Nethack">nethack</a>, however just like <a href="http://www.americasarmy.com/">Americas Army</a> I still die every 30 seconds. My solution &#8230; cheat. I use two simple shell scripts (<a href="http://files.earobinson.org/nethack/backup.sh">backup.sh</a> and <a href="http://files.earobinson.org/nethack/restore.sh">restore.sh</a>) to cheat.</p>
<p><strong>How to cheat</strong></p>
<ol>
<li>Save <a href="http://files.earobinson.org/nethack/backup.sh">backup.sh</a> and <a href="http://files.earobinson.org/nethack/restore.sh">restore.sh</a> in /var/games</li>
<li>Play <a href="http://wiki.earobinson.org/index.php5?title=Ubuntu_Quick_Install#Nethack">nethack</a> I use <a href="http://wiki.earobinson.org/index.php5?title=Ubuntu_Quick_Install#Nethack">nethack-gnome</a></li>
<li>When you get to a spot you want to save, save and exit &lt;ctrl + s&gt;</li>
<li>Using a terminal navigate to /var/games and run <code>sudo sh backup.sh</code></li>
<li>Reload <a href="http://wiki.earobinson.org/index.php5?title=Ubuntu_Quick_Install#Nethack">nethack</a> and continue to play</li>
<li>If you die or need to reload your save point exit <a href="http://wiki.earobinson.org/index.php5?title=Ubuntu_Quick_Install#Nethack">nethack</a> navigate to /var/games and run <code>sudo sh restore.sh</code> then run  <a href="http://wiki.earobinson.org/index.php5?title=Ubuntu_Quick_Install#Nethack">nethack</a> again</li>
</ol>
<p><strong>backup.sh</strong><br />
[sourcecode language="jscript"]<br />
rm -rf nethack.bak<br />
cp -ra nethack nethack.bak<br />
[/sourcecode]</p>
<p><strong>restore.sh</strong><br />
[sourcecode language="jscript"]<br />
rm -rf nethack<br />
cp -ra nethack.bak nethack<br />
[/sourcecode]</p>
<p>It would be really great if someone created a version of <a href="http://wiki.earobinson.org/index.php5?title=Ubuntu_Quick_Install#Nethack">nethack-gnome</a> with cheating built right in.</p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.earobinson.org/2008/04/10/my-top-10-commands-20/' rel='bookmark' title='Permanent Link: My top 10 commands 2.0'>My top 10 commands 2.0</a></li>
<li><a href='http://www.earobinson.org/2007/09/12/posting-source-code-to-wordpresscom/' rel='bookmark' title='Permanent Link: Posting Source Code to Wordpress.com'>Posting Source Code to Wordpress.com</a></li>
<li><a href='http://www.earobinson.org/2007/04/10/logging-the-ubuntu-experience/' rel='bookmark' title='Permanent Link: Logging the Ubuntu Experience'>Logging the Ubuntu Experience</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.earobinson.org/2007/11/19/cheating-at-nethack/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
