<?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>64 Bit Jungle &#187; Games</title>
	<atom:link href="http://www.64bitjungle.com/category/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.64bitjungle.com</link>
	<description>Linux and Programming Tips and Tutorials, Technology and Rants from the Jungle</description>
	<lastBuildDate>Thu, 05 Jan 2012 08:42:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Amiga Emulation with E-UAE on Ubuntu 32 and 64 Bit</title>
		<link>http://www.64bitjungle.com/ubuntu/amiga-emulation-with-e-uae-on-ubuntu-32-and-64-bit/</link>
		<comments>http://www.64bitjungle.com/ubuntu/amiga-emulation-with-e-uae-on-ubuntu-32-and-64-bit/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 15:01:48 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Amiga]]></category>
		<category><![CDATA[E-UAE]]></category>
		<category><![CDATA[Emulation]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[UAE]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=248</guid>
		<description><![CDATA[Speedball, Canon Fodder, Alien Breed, Flood, Defender of the Crown, Powermonger&#8230; the list of classic Amiga games is not quite endless, but is certainly far longer than I can be bothered compiling. A recent bout of nostalgia had me searching obsessively for Amiga games, and a way to play them. UAE and WinUAE have been [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignleft size-full wp-image-249" title="Amiga A500 Kickstart 1.3 ROM" src="http://www.64bitjungle.com/wp-content/uploads/2008/12/amiga-kickstart-13.png" alt="Amiga A500 Kickstart 1.3 ROM" width="271" height="273" align="left" />Speedball, Canon Fodder, Alien Breed, Flood, Defender of the Crown, Powermonger&#8230; the list of classic Amiga games is not quite endless, but is certainly far longer than I can be bothered compiling.</p>
<p>A recent bout of nostalgia had me searching obsessively for Amiga games, and a way to play them. UAE and WinUAE have been around for a while, and, so it seems, as <a href="http://rcdrummond.net/uae/" target="_blank">E-UAE</a>, which is a fork of UAE and adopts features form WinUAE. Cool! The application is available in a variaety of forms, from precompiled <a href="http://rcdrummond.net/uae/e-uae-0.8.29-WIP4/e-uae_0.8.29-WIP4_linux-i586_sdl-alsa.tar.bz2" target="_blank">32 bit binarie</a><a href="http://rcdrummond.net/uae/e-uae-0.8.29-WIP4/e-uae_0.8.29-WIP4_linux-i586_sdl-alsa.tar.bz2" target="_blank">s</a> and <a href="http://rcdrummond.net/uae/e-uae-0.8.29-WIP4/e-uae_0.8.29-WIP4_linux-amd64_sdl-alsa.tar.bz2" target="_blank">64 bit binaries</a>, to the <a href="http://rcdrummond.net/uae/e-uae-0.8.29-WIP4/e-uae-0.8.29-WIP4.tar.bz2" target="_blank">source tarball</a> itself. I opted for the source code, and set about compiling it myself. If you don&#8217;t have the tools to compile from source, they need installing &#8211; from a Terminal (Applications -&gt; Accessories -&gt; Terminal) run</p>
<p><code>sudo apt-get install build-essential</code></p>
<p style="text-align: center;"><a href="http://www.lemonamiga.com/games/details.php?id=215" target="_blank"><img class="size-full wp-image-256 aligncenter" title="Cannon Fodder" src="http://www.64bitjungle.com/wp-content/uploads/2008/12/cannonfodder.jpg" alt="Cannon Fodder" width="400" height="159" /></a></p>
<p>To compile the source is a pretty simple procedure:</p>
<p><code>wget http://rcdrummond.net/uae/e-uae-0.8.29-WIP4/e-uae-0.8.29-WIP4.tar.bz2</code><br />
tar -jxvf e-uae-0.8.29-WIP4.tar.bz2<br />
cd e-uae-0.8.29-WIP4<br />
./configure &#8211;with-sdl-gfx &#8211;with-sdl-sound<br />
make</p>
<p>More compile options are explained in the file docs/compile.txt which can be viewed by running:</p>
<p><code>more docs/compile.txt</code></p>
<p>Once the code had compiled, it can be installed by running:</p>
<p><code>sudo make install</code></p>
<p>However, I used a rather cool tool called <a href="http://www.asic-linux.com.mx/~izto/checkinstall/" target="_blank">checkinstall</a>, which produces a .deb file, which can be installed, and therefore tracked by dpkg. It needs installing first:</p>
<p><code>sudo apt-get install checkinstall</code></p>
<p>To create the deb package, and have checkinstall automatically install it, run it as root &lt;This article has been interrupted by my Wife requesting I give our Daughter a bath. I apologise for any inconvenience this may cause, and service will resume as soon as possible <img src='http://www.64bitjungle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &gt;</p>
<p style="text-align: center;"><a href="http://www.cinemaware.com/clsgame_dotc.asp?sel=amrom" target="_blank"><img class="size-full wp-image-257 aligncenter" title="Defender of the Crown" src="http://www.64bitjungle.com/wp-content/uploads/2008/12/defenderofthecrown.jpg" alt="Defender of the Crown" width="400" height="127" /></a></p>
<p>Anyway, where was I? Run checkinstall as root to have it auto install:</p>
<p><code>sudo checkinstall</code></p>
<p>You&#8217;ll need to answer a couple of basic questions &#8211; adding a Description and such, but the final options should look a little something like this:</p>
<p><code>0 -  Maintainer: [ username@host ]<br />
1 -  Summary: [ The enhanced version of UAE, the UNIX Amiga Emulator ]<br />
2 -  Name:    [ e-uae-0.8.29 ]<br />
3 -  Version: [ 0.8.29-WIP4 ]<br />
4 -  Release: [ 1 ]<br />
5 -  License: [ GPL ]<br />
6 -  Group:   [ checkinstall ]<br />
7 -  Architecture: [ amd64 ]<br />
8 -  Source location: [ e-uae-0.8.29-WIP4 ]<br />
9 -  Alternate source location: [  ]<br />
10 - Requires: [  ]<br />
11 - Provides: [ uae ]</code></p>
<p>If you just want to build the deb package, without installing, you can run:</p>
<p><code>checkinstall --install=no</code></p>
<p>This will create .deb file in the e-uae-0.8.29-WIP4 directory (I&#8217;ve already compiled if for AMD64, so if it&#8217;s easier to download than to compile, etc. grabe it here: <a href="http://www.64bitjungle.com/wp-content/uploads/2008/12/e-uae-0829_0829-wip4-1_amd64.deb">e-uae-0829_0829-wip4-1_amd64.deb</a>).</p>
<p>If you have the .deb file, simply run:</p>
<p><code>sudo dpkg -i e-uae-0829_0829-wip4-1_amd64.deb</code></p>
<p>Either way, once it&#8217;s installed, it can be run from the Terminal:</p>
<p><code>uae</code></p>
<p>Or by creating a new menu item pointing to the uae binary.</p>
<p style="text-align: center;"><a href="http://www.lemonamiga.com/games/details.php?id=954" target="_blank"><img class="size-full wp-image-258 aligncenter" title="Shadow of the Beast" src="http://www.64bitjungle.com/wp-content/uploads/2008/12/shadowofthebeast.jpg" alt="Shadow of the Beast" width="400" height="130" /></a></p>
<p>The last thing required to run Amiga games, is a Kickstart ROM (preferably v1.3!). There a few methods for obtaining one &#8211; you can buy one from <a href="http://www.amigaforever.com" target="_blank">http://www.amigaforever.com</a>; you can use an application such as <a href="http://www.64bitjungle.com/wp-content/uploads/2008/12/transrom">TransROM</a> or <a href="http://aminet.net/package/util/misc/GrabKick" target="_blank">GrabKick</a> from within Workbench/Shell on your Amiga to dump the ROM to a file, then transfer the file from your Amiga to your PC, or, you can probably acquire a ROM file via a Google search. Personally, I opted for the latter &#8211; I already own 2 A500s, but since they&#8217;re in the UK, and I&#8217;m in Thailand, it kind of makes sense&#8230;</p>
<p>Anyway, once I had the Kickstart ROM, I created a directory in which to keep it, and my games:</p>
<p><code>cd ~/<br />
mkdir -p amiga/rom<br />
mkdir amiga/games</code></p>
<p>and extracted the ROM file to ~/amiga/rom then started E-UAE:</p>
<p><code>uae</code></p>
<p>then navigated to the Memory tab, and clicked &#8220;Change&#8221; under Kickstart ROM File, selecting the ~/amiga/rom/kick.rom file. Tweak whatever settings you like &#8211; I increased the memory to a whole 1Mb (don&#8217;t laugh &#8211; a 512kb RAM upgrade was expensive in those days!), then saved the Configuration from the File menu. This creates a text file called .uaerc in your home directory, which can either be edited via the UAE GUI or directly in a Text editor such as vi, pico, gedit etc.</p>
<p style="text-align: center;"><img class="size-full wp-image-254 aligncenter" title="E-UAE Setup" src="http://www.64bitjungle.com/wp-content/uploads/2008/12/e-uae-setup.png" alt="E-UAE Setu" width="400" height="368" /></p>
<p>That&#8217;s it &#8211; once it&#8217;s set up, it&#8217;s a simple case of inserting the disks, and starting up the Emulator. Games will come as .adf files (Amiga Disk Files), so once you have an archive containing them, extract them to ~/amiga/games then in the Floppy Disks tab of E-UAE point each &#8220;drive&#8221; to the game disks:</p>
<p style="text-align: center;"><img class="size-full wp-image-255 aligncenter" title="e-uae-insert-disks" src="http://www.64bitjungle.com/wp-content/uploads/2008/12/e-uae-insert-disks.png" alt="e-uae-insert-disks" width="400" height="368" /></p>
<p style="text-align: center;"><a href="http://www.lemonamiga.com/games/details.php?id=984" target="_blank"><img class="size-full wp-image-259 aligncenter" title="Speedball 2" src="http://www.64bitjungle.com/wp-content/uploads/2008/12/speedball2.jpg" alt="Speedball 2" width="400" height="125" /></a></p>
<p>By the way, if you&#8217;re even more Old Skool, then you might want to check out my previous post on Speccy 48k Emulation: <a href="http://www.64bitjungle.com/tech/sinclair-zx-spectrum-48k-on-ubuntu-64-bit/" target="_self">Retro: Sinclair ZX Spectrum 48k on Ubuntu 64 Bit</a>.</p>
<div class="shr-publisher-248"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/ubuntu/amiga-emulation-with-e-uae-on-ubuntu-32-and-64-bit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Blast from the Past: Pushover, puzzle game</title>
		<link>http://www.64bitjungle.com/linux/blast-from-the-past-pushover-puzzle-game/</link>
		<comments>http://www.64bitjungle.com/linux/blast-from-the-past-pushover-puzzle-game/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 06:15:04 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/?p=213</guid>
		<description><![CDATA[Those who had an Amiga will remember this one, developed by Oceon in 1992: Pushover. A cool puzzle game, where you control an Ant, and have to work out and set up the correct sequence of Dominoes in order to topple them all, and the Trigger domino to progress to the next level. To make [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.64bitjungle.com/wp-content/uploads/2008/11/screenshot-pushover.png"><img class="alignleft size-medium wp-image-214" title="pushover" src="http://www.64bitjungle.com/wp-content/uploads/2008/11/screenshot-pushover-300x232.png" alt="pushover" width="300" height="232" align="left" /></a>Those who had an Amiga will remember this one, developed by Oceon in 1992: <a href="http://www.mobygames.com/game/amiga/pushover">Pushover</a>. A cool puzzle game, where you control an Ant, and have to work out and set up the correct sequence of Dominoes in order to topple them all, and the Trigger domino to progress to the next level. To make things more difficult, there are several platforms, accesed by ladders, and different type of dominoes, which defy gravity, bounce, create platform sections, and so on. Within a ceratin amount of time, you have to set them up, and then push them over! Just like <a href="http://www.youtube.com/watch?v=SIpq5T1ctFg" target="_blank">Domino Rally</a>! (Those who had a ZX81 or Spectrum 48k will remember Domino Rally). It&#8217;s available as an Amiga disk image on many Abandonware sites (such as <a href="http://www.lemonamiga.com/" target="_blank">lemonamiga.com</a> or <a href="http://www.abandonia.com" target="_blank">abandonia.com</a>), but that involves configuring and installing UAE, and a Kickstart ROM, or DOSBox. However, a few days ago, an <a href="http://pushover.sourceforge.net/" target="_blank">open source port was released</a> &#8211; it&#8217;s currently v0.0.1, but I downloaded and installed it, and everything looks good!</p>
<p>So, I downloaded the <a href="http://prdownloads.sourceforge.net/pushover/pushover-0.0.1.tar.gz?download" target="_blank">Pushover tarball from Sourceforge</a> to my Desktop, and compiled as follows:</p>
<p><code>cd ~/Desktop<br />
tar -zxvf pushover-0.0.1.tar.gz<br />
cd pushover-0.0.1<br />
./configure<br />
make</code></p>
<p>Now, you can either run the game by executing the pushover binary from this directory:</p>
<p><code>./pushover</code></p>
<p>or, if you&#8217;re comfortable doing so, install the binaries:</p>
<p><code>sudo make install</code></p>
<p>Controls are simple &#8211; use the left and right arrow keys to control the ant, the up arrow to climb ladders, and down to descend. Pushing the spacebar while in front of a domino make the ant will pick it up, and also drop the domino in an empty space. The up arrow key will also position the ant next to a domino ready to push, which can be done my pressing the arrow key in the direction you want to push and the spacebar. Simple. Who needs flash 3D graphics anyway?</p>
<p>Enjoy this damnably addictive game&#8230;</p>
<p><strong>References</strong></p>
<ol>
<li><a href="http://pushover.sourceforge.net/" target="_blank">Pushover Open Source port site</a></li>
</ol>
<div class="shr-publisher-213"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/linux/blast-from-the-past-pushover-puzzle-game/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Retro: Sinclair ZX Spectrum 48k on Ubuntu 64 Bit</title>
		<link>http://www.64bitjungle.com/ubuntu/sinclair-zx-spectrum-48k-on-ubuntu-64-bit/</link>
		<comments>http://www.64bitjungle.com/ubuntu/sinclair-zx-spectrum-48k-on-ubuntu-64-bit/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 08:21:31 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Emulation]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Sinclair]]></category>
		<category><![CDATA[ZX Spectrum 48k]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/tech/sinclair-zx-spectrum-48k-on-ubuntu-64-bit/</guid>
		<description><![CDATA[So, I have a state of the art Notebook (well, almost state of the art), with a Duel Core 64 Bit AMD Processor, 2Gb RAM, and a 64 Bit Operating System (Ubuntu Gutsy Gibbon) &#8211; but, whatever&#8230; because I&#8217;ve found a Sinclair ZX Spectrum 48k Emulator! What better use for such a system than to [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img src="http://www.64bitjungle.com/wp-content/uploads/2008/03/zx-spectrum-48k.jpg" alt="Sinclair ZX Spectrum 48k" width="146" height="122" align="left" />So, I have a state of the art Notebook (well, almost state of the art), with a Duel Core 64 Bit AMD Processor, 2Gb RAM, and a 64 Bit Operating System (Ubuntu Gutsy Gibbon) &#8211; but, whatever&#8230; because I&#8217;ve found a <a href="http://en.wikipedia.org/wiki/ZX_Spectrum" target="_blank">Sinclair ZX Spectrum 48k</a> Emulator! What better use for such a system than to play classic 8 Bit games from my childhood?! Yes, I could drag the old 48k machine along with the Dixons tape deck from my parents&#8217; attic, and hook it up to the TV &#8211; but that would involve a trip half way around the world. I can&#8217;t afford that, so instead, I ran</p>
<p><code>sudo apt-get install spectemu-common spectemu-x11 spectrum-roms</code></p>
<p>which installed the <a href="http://www.inf.bme.hu/~mszeredi/spectemu/" target="_blank">Spectemu</a> (xspect) command line Speccy Emulator, along with a few Speccy ROMs. Searching for some of my old favourite games (<a href="http://www.worldofspectrum.org/infoseekid.cgi?id=0004549" target="_blank">Skool Daze</a>, <a href="http://www.worldofspectrum.org/infoseekid.cgi?id=0000362" target="_blank">Back to Skool</a>, <a href="http://www.worldofspectrum.org/infoseekid.cgi?id=0002930" target="_blank">Lords of Chaos</a>, <a href="http://www.worldofspectrum.org/infoseekid.cgi?id=0004784" target="_blank">Spy Hunter</a>, <a href="http://www.worldofspectrum.org/infoseekid.cgi?id=0004293" target="_blank">Saboteur</a>, <a href="http://www.worldofspectrum.org/infoseekid.cgi?id=0001601" target="_blank">Elite</a> &#8211; also see the <a href="http://www.64bitjungle.com/tech/oolite-addons-with-ubuntu/">Oolite post</a>), led me to <a href="http://www.worldofspectrum.org" target="_blank">World of Spectrum</a>, where I downloaded a bunch of TAP tape image files, and dumped them in ~/Speccy</p>
<p><code>Spectemu is CLI, so from a terminal window, I ran<br />
cd ~/Speccy</code></p>
<p>and extracted the games I&#8217;d just downloaded</p>
<p><code>tar -zxvf SkoolDaze.tap.zip</code></p>
<p>then ran the Emulator itself</p>
<p><code>xspect</code></p>
<p>which brought up the age old &#8220;© 1982 Sinclair Research Ltd&#8221; Speccy interface in a new window. In this window, I had to press Enter, and run</p>
<p><code>Load ""</code></p>
<p>by pressing the Speccy shortcut &#8220;j&#8221; followed by two double quotes &#8220;&#8221; which outputs Load &#8220;&#8221;, followed by Enter. Pressing Ctrl+p outputs a prompt back in the Terminal window to enter the tape file path, which was simply</p>
<p><code>SKOOLDAZ.TAP</code></p>
<p>followed by return. Back in the Speccy window, Skool Daze began loading. And loading&#8230; and loading&#8230; It&#8217;s as if I was back in the &#8217;80s &#8211; a few minutes later, the game had loaded to memory (without crashing, or needing to adjust the volume of the tape player etc.!), and I could enjoy a blast from the past&#8230;</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/03/skooldaze.jpg" alt="Skool Daze on Spectrum 48k" /></p>
<p>Quick loading of tapes is also possible. Before typing Load &#8220;&#8221; simply press Ctrl+y in the Speccy window, and the Terminal window reports &#8220;Quick Load on&#8221; (it can also be switched off with Ctrl+y). After entering Load &#8220;&#8221; follow the same procedure of entering the .TAP file name, and the game loads into memory much faster, bypassing the Speccy ROM&#8217;s load routine. Nice!</p>
<p style="text-align: center"><img src="http://www.64bitjungle.com/wp-content/uploads/2008/03/skooldaze2.jpg" alt="Skool Daze on Spectrum 48k" /></p>
<p>To quit &#8211; just press &#8220;Ctrl+c&#8221; in the Speccy window. More on the Speccy commands can be found at <a href="http://www.inf.bme.hu/~mszeredi/spectemu/README" target="_blank">http://www.inf.bme.hu/~mszeredi/spectemu/README</a></p>
<div class="shr-publisher-24"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/ubuntu/sinclair-zx-spectrum-48k-on-ubuntu-64-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oolite Addons with Ubuntu</title>
		<link>http://www.64bitjungle.com/tech/oolite-addons-with-ubuntu/</link>
		<comments>http://www.64bitjungle.com/tech/oolite-addons-with-ubuntu/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 08:30:51 +0000</pubDate>
		<dc:creator>Hodge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[Elite]]></category>
		<category><![CDATA[expansion]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[Oolite]]></category>

		<guid isPermaLink="false">http://www.64bitjungle.com/tech/oolite-addons-with-ubuntu/</guid>
		<description><![CDATA[I used to love playing Elite when I was younger &#8211; a fantastic intergalactic space simulator, so I was delighted when I stumbled across Oolite, which is based on the classic game, but implements modern graphics! It&#8217;s already available via the Synaptic Package Manager (System -&#62; Administration -&#62; Synaptic Package Manager) &#8211; just search for [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img src="http://www.64bitjungle.com/wp-content/uploads/2008/02/oolite-logo2.png" alt="Oolite" align="left" height="116" width="116" />I used to love playing Elite when I was younger &#8211; a fantastic intergalactic space simulator, so I was delighted when I stumbled across <a href="http://oolite.aegidian.org/" target="_blank">Oolite</a>, which is based on the classic game, but implements modern graphics! It&#8217;s already available via the Synaptic Package Manager (System -&gt; Administration -&gt; Synaptic Package Manager) &#8211; just search for &#8220;oolite&#8221; and select &#8220;oolite&#8221; and &#8220;oolite-data&#8221; for installation. Alternatively, it can be installed via the command line, by opening up a terminal window (Applications -&gt; Accessories -&gt; Terminal) and running:</p>
<p><code>sudo apt-get install oolite oolite-data</code></p>
<p>The game itself is great fun, and what&#8217;s more, there are myriad addons, expansion packs and mods which can be <a href="http://oosat.alioth.net/" target="_blank">downloaded</a> and installed.</p>
<p>To install the addons in Ubuntu, I had to create the AddOn directory:</p>
<p><code>cd<br />
mkdir .Oolite<br />
cd .Oolite<br />
mkdir AddOns</code></p>
<p>Now, any addon-name.oxp directories contained within downloaded expansion packs should be extracted to the new ~/.Oolite/AddOns directory for the Ubuntu version of Oolite to recognise and locate for use in the game.</p>
<div class="shr-publisher-15"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.64bitjungle.com/tech/oolite-addons-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

