<?xml version="1.0"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/" >
<channel>
<title>pages tagged wine</title>
<link>http://ertius.org//tags/wine/</link>
<description>Rob Weir ↜ ertius.org</description>
<item>

	<title>Dune2 on Linux</title>


	<guid isPermaLink="no">http://ertius.org//blog/dune2-on-linux/</guid>

	<link>http://ertius.org//blog/dune2-on-linux/</link>


	<category>/tags/debian</category>

	<category>/tags/dosbox</category>

	<category>/tags/dune2</category>

	<category>/tags/games</category>

	<category>/tags/linux</category>

	<category>/tags/wine</category>


	<pubDate>Tue, 27 Jul 2010 17:30:00 +1000</pubDate>
	<dcterms:modified>2011-05-17T10:27:58Z</dcterms:modified>

	<description>&lt;p&gt;Download it from
&lt;a href=&quot;http://nahoo.net/downloads/go/duneii.shtml?games/dune2/Dune2.exe&quot;&gt;here&lt;/a&gt;
(with a browser, it does some redirect crap).  Install dosbox:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo aptitude install dosbox
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It is a self-extracting zip file, so you can either use wine to unzip
(holy nuclear option, batman) or install unzip:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo aptitude install unzip
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Create a directory that we can ask dosbox to mount as &amp;#8216;C:&amp;#8217;, then unzip
it:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;mkdir -p ~/.dos/Dune2
cd ~/.dos/Dune2
unzip ~/Downloads/Dune2.exe
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Get a default config file by starting up dosbox:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;dosbox
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and (in dosbox) ask it to write out a config file for you:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;config -writeconf /home/you/.dosbox.conf
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;type &amp;#8216;exit&amp;#8217; in the dosbox window to, er, exit.  Add the line to mount
the directory we created:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;echo &quot;mount c /home/you/.dos&quot; &amp;gt;&amp;gt; ~/.dosbox.conf
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and start dosbox again (with that config):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;dosbox -conf ~/.dosbox.conf
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;and run Dune2 in the dosbox window (dosbox&amp;#8217;s shell has tab completion, yay):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;cd Dune2
Dune2.exe
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Clicking in the window will make dosbox grab your mouse and keyboard -
ctrl-f10 to escape.&lt;/p&gt;
</description>


</item>

</channel>
</rss>
