<?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>Ubuntu Tutorials &#187; Games</title>
	<atom:link href="http://ubuntu-tutorials.com/category/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:08:41 +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>Play Guild Wars on Ubuntu 9.04</title>
		<link>http://ubuntu-tutorials.com/2009/04/20/play-guild-wars-on-ubuntu-904/</link>
		<comments>http://ubuntu-tutorials.com/2009/04/20/play-guild-wars-on-ubuntu-904/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:09:20 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[guild wars]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=1054</guid>
		<description><![CDATA[My younger brother spent this last weekend with me and planted the bug (as little brothers are apt to do) of playing video games again. It has been quite some time since I have played many games, but he&#8217;s all about Guild Wars these days, so I set off to get it running in Wine. [...]]]></description>
			<content:encoded><![CDATA[<p>My younger brother spent this last weekend with me and planted the bug (as little brothers are apt to do) of playing video games again. It has been quite some time since I have played many games, but he&#8217;s all about Guild Wars these days, so I set off to get it running in Wine. Luckily, on a 3D accelerated video card, the whole process is very simple.</p>
<p>We&#8217;ll need to run this in Wine, of course, as there is not (yet?) a native release for Linux. To install Wine we can use the following command (or click the package name link below):</p>
<blockquote><p><code>sudo aptitude install <a href="apt://wine">wine</a></code></p></blockquote>
<p>Once you have Wine installed you can download and install Guild Wars using the network installation method. This will require you download a small executable which will download the required game peices.</p>
<blockquote><p><code>wget http://www.guildwars.com/downloads/gwsetup.zip<br />
unzip gwsetup.zip<br />
wine GwSetup.exe</code></p></blockquote>
<p>This will download the game requirements and eventually put you at a login screen. You&#8217;ll need to login with your Guild Wars username and password. This process will also create a listing in your Applications Menu and a Desktop icon to start the game.</p>
<p>After you&#8217;re logged in and all the files are downloaded you&#8217;ll be ready to start playing. I&#8217;ve been playing the last few days on Ubuntu 9.04 and everything is running smoothly.</p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2009/04/20/play-guild-wars-on-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Install the 1.15.2 &#8220;no CD&#8221; Patch for StarCraft on Ubuntu 8.04</title>
		<link>http://ubuntu-tutorials.com/2008/07/06/install-the-1152-no-cd-patch-for-starcraft-on-ubuntu-804/</link>
		<comments>http://ubuntu-tutorials.com/2008/07/06/install-the-1152-no-cd-patch-for-starcraft-on-ubuntu-804/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 17:58:30 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[blizzard]]></category>
		<category><![CDATA[broodwar]]></category>
		<category><![CDATA[no cd]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[starcraft]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=714</guid>
		<description><![CDATA[Yesterday I outlined how to install and play StarCraft and the BroodWar expansion on Ubuntu 8.04.  Today I&#8217;ll build on that by outlining how to install the 1.15.2 &#8220;no CD&#8221; patch available from Blizzard Entertainment. Installing the 1.15.2 &#8220;no CD&#8221; patch One thing we quickly realized after installing was that it was a bit annoying [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I outlined how to install and play StarCraft and the BroodWar expansion on Ubuntu 8.04.  Today I&#8217;ll build on that by outlining how to install the 1.15.2 &#8220;no CD&#8221; patch available from Blizzard Entertainment.</p>
<p><strong>Installing the 1.15.2 &#8220;no CD&#8221; patch</strong></p>
<p>One thing we quickly realized after installing was that it was a bit annoying to require the CD to play.  After some quick searching we found that Blizzard had released a patch that would allow the game to play minus the CD.  To install that patch you&#8217;ll need to follow a few more steps.</p>
<p>You&#8217;ll need to copy some of the CD contents into your StarCraft installation directory.  Each CD (StarCraft original and / or the BroodWar expansion) has a file called &#8220;install.exe&#8221;.  This file needs to be copied into your StarCraft installation directory.  The file also needs to be renamed according to which it is.  This means if you are copying the contents from the StarCraft original game CD the resulting file needs to be renamed &#8220;StarCraft.mpq&#8221;.  If you are copying the install.exe from the BroodWar expansion disk you&#8217;ll need to rename that file &#8220;BroodWar.mpq&#8221;.</p>
<p>The following two commands will properly copy and rename the files on both CDs.  If you only have the original and not the BroodWar expansion you only need the first command.</p>
<p>Copy the install.exe file from the StarCraft original installation CD:</p>
<blockquote><p>cp /media/cdrom/install.exe ~/.wine/drive_c/Program\ Files/Starcraft/StarCraft.mpq</p></blockquote>
<p>Copy the install.exe file from the StarCraft BroodWar expansion CD:</p>
<blockquote><p>cp /media/cdrom/install.exe ~/.wine/drive_c/Program\ Files/Starcraft/BroodWar.mpq</p></blockquote>
<p>One last step is to install the patch itself available from Blizzard.  <a title="1.15.2 patch for StarCraft and BroodWar expansion" href="http://us.blizzard.com/support/article.xml?articleId=21149&amp;rhtml=true">Download the appropriate .exe file</a> for your Starcraft installation (ie; original or BroodWar), run it via wine and you&#8217;re done.  You can now enjoy playing StarCraft on Ubuntu 8.04 without requiring the CD.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/07/06/install-the-1152-no-cd-patch-for-starcraft-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Install StarCraft and the BroodWar expansion on Ubuntu 8.04 in Wine</title>
		<link>http://ubuntu-tutorials.com/2008/07/05/install-starcraft-and-the-broodwar-expansion-on-ubuntu-804-in-wine/</link>
		<comments>http://ubuntu-tutorials.com/2008/07/05/install-starcraft-and-the-broodwar-expansion-on-ubuntu-804-in-wine/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 18:40:24 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[starcraft]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=713</guid>
		<description><![CDATA[Over this last weekend I went to spend some time with my parents and little brothers that still live at home.  My youngest brother, Dan, was playing that old-school strategy game StarCraft.  After watching him play for a bit and remembering the good &#8216;ol times I had playing StarCraft back in the day I thought [...]]]></description>
			<content:encoded><![CDATA[<p>Over this last weekend I went to spend some time with my parents and little brothers that still live at home.  My youngest brother, Dan, was playing that old-school strategy game StarCraft.  After watching him play for a bit and remembering the good &#8216;ol times I had playing StarCraft back in the day I thought I&#8217;d give it a try in Wine.  Just as I expected it worked perfectly and before we knew it we had a three player deathmatch going on!</p>
<p>Yes, StarCraft is non-free software in both senses of the phrase, but if you&#8217;ve got an old copy lying around you&#8217;ll be able to play it just fine on your Ubuntu 8.04 installation.</p>
<p><strong>Install StarCraft on Ubuntu 8.04</strong></p>
<p>To install StarCraft (and, yes, this also applies to the BroodWar expansion), you&#8217;ll first need Wine.  Wine can be installed using this command:</p>
<blockquote><p>sudo aptitude install <a title="wine package" href="apt://wine">wine</a></p></blockquote>
<p>Once you have wine installed you&#8217;re ready to get going.  I did not have to tweak anything in my wine configuration to get StarCraft working.  If, however, you find any wine tweaks that make game play more enjoyable please comment.</p>
<p>At this point simply pop in your StarCraft CD and nautilus should open the CD folder contents for you.  Get the installation started by opening the &#8220;install.exe&#8221; file with wine.  If your &#8220;right-click &gt; Open With&#8221; does not offer or suggest wine you can do it manually with this command:</p>
<blockquote><p>wine /media/cdrom/install.exe</p></blockquote>
<p>If you have the BroodWar expansion repeat the above step for that CD as well.</p>
<p>Tomorrow I&#8217;ll outline how to install a patch that will allow playback without requiring the game CD.  With or without the patch you should now have StarCraft available in your menu in:</p>
<blockquote><p>Applications &gt; Wine &gt; Programs &gt; StarCraft</p></blockquote>
<p>Enjoy some old-school gaming fun with StarCraft on Ubuntu 8.04!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/07/05/install-starcraft-and-the-broodwar-expansion-on-ubuntu-804-in-wine/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Install SecondLife 1.19.1.4 on Ubuntu 8.04</title>
		<link>http://ubuntu-tutorials.com/2008/06/30/install-secondlife-11914-on-ubuntu-804/</link>
		<comments>http://ubuntu-tutorials.com/2008/06/30/install-secondlife-11914-on-ubuntu-804/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 16:21:10 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[secondlife]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=696</guid>
		<description><![CDATA[Its been ages since I played with SecondLife but I was reminded about it this evening and thought I would put something together regarding how to install it.  There are not any packages for it in the Ubuntu repositories, but it is pretty simple to get running. For those that currently use SecondLife maybe you [...]]]></description>
			<content:encoded><![CDATA[<p>Its been ages since I played with SecondLife but I was reminded about it this evening and thought I would put something together regarding how to install it.  There are not any packages for it in the Ubuntu repositories, but it is pretty simple to get running.</p>
<p>For those that currently use SecondLife maybe you can comment on places to hang out and things to go see for anyone just joining in.</p>
<p><strong>Requirements for SecondLife 1.19.1.4</strong></p>
<p>The first requirement is that your machine passes the minimum system requirements.  On Linux this generally means 3D rendering ability.  Here are the official requirements, for your information:</p>
<ul>
<li>Internet Connection: Cable or DSL</li>
<li>800MHz Pentium III or Athlon or better (recommended: 1.5GHz or more)</li>
<li>512MB (recommended: 768MB or more)</li>
<li>nVidia GeForce 2, GeForce 4mx, or better (recommend one of the following: 6700, 6800, 7600, 7800, 7900, 8400, 8500, 8600, 8800, Go 7400, Go 7600, Go 7800, Go 7900)</li>
<li>ATI Radeon 8500, 9250, or better</li>
</ul>
<p>I should note that SecondLife seems to run just fine on my onboard intel 915 video card.  As long as you can run Compiz effects you should probably be OK.</p>
<p>The following commands will walk you through installing SecondLife system-wide.  This will make it available for any user on the machine, and may be different than other methods you may have seen.</p>
<p><strong>Installing SecondLife 1.19.1.4</strong></p>
<p>First off we&#8217;ll need to manually download the archive, which we&#8217;ll unpack into /opt.</p>
<blockquote><p><code>wget -c http://download-secondlife-com.s3.amazonaws.com/SecondLife_i686_1_19_1_4.tar.bz2<br />
sudo tar -C /opt/ -xf ~/Desktop/SecondLife_i686_1_19_1_4.tar.bz2<br />
sudo ln -s /opt/SecondLife_i686_1_19_1_4/secondlife /usr/local/bin/</code></p></blockquote>
<p>You&#8217;ll now be able to launch SecondLife with:</p>
<blockquote><p><code>secondlife</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/06/30/install-secondlife-11914-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DOS Emulation with DOSBox &#8211; Get your old-school game on!</title>
		<link>http://ubuntu-tutorials.com/2006/12/25/dos-emulation-with-dosbox-get-your-old-school-game-on/</link>
		<comments>http://ubuntu-tutorials.com/2006/12/25/dos-emulation-with-dosbox-get-your-old-school-game-on/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 14:56:25 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[DOSBOX]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=224</guid>
		<description><![CDATA[As a Christmas gift to my brother I decided to do a little research and figure out how he could experience some of the old-school gaming enjoyment that I grew up with. Remember the old games? 2D. Bad sound. No story. Yes, those were the days! Forget all that World of Warcraft stuff, I&#8217;m talking [...]]]></description>
			<content:encoded><![CDATA[<p>As a Christmas gift to my brother I decided to do a little research and figure out how he could experience some of the old-school gaming enjoyment that I grew up with.  Remember the old games?  2D. Bad sound. No story.  Yes, those were the days!  Forget all that <a title="World of Warcraft" href="http://ubuntu-tutorials.com/2006/12/19/how-to-install-play-world-of-warcraft-ubuntu-510-6061-610/">World of Warcraft</a> stuff, I&#8217;m talking about old-school DOS based games.</p>
<p>Well, I hope you&#8217;re reading this Taylor because I have detailed below how to setup the DOS emulator and install just about any game you want.  I hope this doesn&#8217;t hurt your grades in school.  I&#8217;m sure some of these games made me dumber growing up and, once you start playing some of these, you&#8217;ll definitely see why!</p>
<p>First we&#8217;ve got to install the DOS emulator, DOSBox.  You can do that using your favorite method (Synaptic or command line), example:</p>
<blockquote><p><code>sudo aptitude install dosbox</code></p></blockquote>
<p>Once DOSBox is installed you&#8217;ve got the emulator, you just need to create a folder to store your totally RAD games and play them.  First you&#8217;ll want to create a directory to store your games.  Perhaps in your home/ folder.  Open a terminal and use:</p>
<blockquote><p><code>mkdir dosgames</code></p></blockquote>
<p>You&#8217;re already 2/3 of the way there.  (What did I tell you about Linux being easy!)  At this point you&#8217;ll need to install your games and you&#8217;re ready to go.</p>
<p>A great place I found to download a TON of old-school games is at <a title="Abandonia" href="http://www.abandonia.com">Abandonia</a>.  They&#8217;ve got a lot of old titles that I remember playing when I was a kid.  From <a title="Tetris" href="http://abandonia.com/games/en/914/TetrisClassic.htm">Tetris</a> to <a title="Double Dragon" href="http://abandonia.com/games/en/330/DoubleDragon.htm">Double Dragon</a>, <a title="Prince of Persia" href="http://abandonia.com/games/en/10/PrinceofPersia.htm">Prince of Persia</a>, <a title="Rampart" href="http://abandonia.com/games/en/488/Rampart.htm">Rampart</a> and a LOT more.  Take a look through those and see what you&#8217;d like to play.  When you&#8217;ve found something simply click the &#8220;Get it&#8221; button and download the .zip file.  You&#8217;ll want to extract this .zip file into your newly created <em>dosgames</em> folder.  (note: look for the little icon that says &#8220;DOS BOX&#8221; to make sure its completely compatible.  If its got that icon you are SET!  A few games I found are &#8220;protected&#8221; by the ESA.  If you see this, unfortunately, they aren&#8217;t available for free download.)</p>
<p>After you&#8217;ve installed the games you want to play it&#8217;s just two quicks steps to actually launching them.  First you&#8217;ll need to start DOSBox, which is done simply by running the command.</p>
<blockquote><p><code>dosbox</code></p></blockquote>
<p>This will load a DOSBox window that looks like the old-school DOS command line.  You&#8217;ll then need to mount your local dosgames folder so that it knows where to find the games.</p>
<blockquote><p><code>mount c /home/username/dosgames (replace username with your own, or substitute the path with your local dosgames path)</code></p></blockquote>
<p>At this point use the good &#8216;ol DOS navigation to find the folder, look for the executable and get playing.  Remember, use <em>cd</em> to move to a new directory and <em>dir</em> to list the contents.  Look for a .exe, .com, or .bat file to launch the game.  For example, with Prince of Persia you would do the following after downloading and unzipping to the dosgames folder:</p>
<blockquote><p><code>dosbox</code></p>
<p><code>mount c /home/username/dosgames</p>
<p>c:</p>
<p>cd PRINCE</p>
<p></code><code>prince.bat</code></p></blockquote>
<p>That should be all.  &#8230;and if you&#8217;ve got other games you&#8217;d like to play that perhaps you still have copies of for whatever reason, simply copy the appropriate files to your dosgames folder and play away!  Let me know if you have any trouble with this.  Between DOSBox and Abandonia you should have hours of wasted gaming in front of you!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2006/12/25/dos-emulation-with-dosbox-get-your-old-school-game-on/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How to install &amp; play World of Warcraft : Ubuntu (5.10 / 6.06.1 / 6.10)</title>
		<link>http://ubuntu-tutorials.com/2006/12/19/how-to-install-play-world-of-warcraft-ubuntu-510-6061-610/</link>
		<comments>http://ubuntu-tutorials.com/2006/12/19/how-to-install-play-world-of-warcraft-ubuntu-510-6061-610/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 04:26:09 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=216</guid>
		<description><![CDATA[This one is for all you gamers out there. Did you know (I know, you probably did) that World of Warcraft will work on an Ubuntu system? You just need to add a few things to get it going but its really not hard at all. I have been playing for some time now (although [...]]]></description>
			<content:encoded><![CDATA[<p>This one is for all you gamers out there.  Did you know (I know, you probably did) that World of Warcraft will work on an Ubuntu system?  You just need to add a few things to get it going but its really not hard at all.  I have been playing for some time now (although I don&#8217;t get to as much as I&#8217;d sometimes like).  Below are instructions for installing and running World of Warcraft on an Ubuntu system.  (Thanks goes to <a title="World of Warcraft instructions" href="https://help.ubuntu.com/community/WorldofWarcraft">this page</a> for original information)</p>
<p>You&#8217;ll need to install the latest version of WINE for World of Warcraft to be able to function.  You can do that the following ways (depending on your Ubuntu version)</p>
<ol>
<ul /></ol>
<blockquote><p><code><tt>deb http://wine.budgetdedicated.com/apt edgy main (Edgy Systems)</tt><br />
<tt>deb http://wine.budgetdedicated.com/apt dapper main (Dapper Systems)</tt><br />
<tt>deb http://wine.budgetdedicated.com/apt breezy main (Breezy Systems)</tt></code></p></blockquote>
<ol>
<ul /></ol>
<p>After you&#8217;ve installed the appropriate line to your repositories you&#8217;ll need to run the following two commands:</p>
<ol>
<ul /></ol>
<blockquote><p><code><tt>sudo aptitude update</tt><br />
<tt>sudo aptitude install wine</tt></code></p></blockquote>
<p>The next step is to copy all files from your World of Warcraft CD&#8217;s to a directory on your hard drive (overwrite when prompted).  This, of course, will take a few minutes.</p>
<p>When this is finished run: <em /></p>
<p><em> </em><em> </em></p>
<blockquote><p><code><em></em><em> <tt>ALT-F2 : wine path/to/warcraft/installation/Install.exe</tt></em><em> </em><br />
</code></p></blockquote>
<p><em> </em><em> </em> <em></em><em>(you can also optionally copy the World of Warcraft folder from a Windows installation.)</em></p>
<p><em> </em><em> </em> <em></em><em>You&#8217;ve now got World of Warcraft installed and just about ready to play.  You&#8217;ll want to tweak one more thing before you get going though.</em></p>
<p><em> </em><em> </em> <em></em><em>World of Warcraft seems to work best using OSS audio.  To set this you can do the following:</em></p>
<p><em> </em><em> </em></p>
<blockquote><p><code><em></em><em> </em> <em></em><em><tt>ALT-F2 : winecfg</tt></em></p>
<p><em> </em><em> </em></code></p></blockquote>
<p><em> </em><em> </em> <em></em><em>In the resulting menu select &#8220;Audio&#8221; and then select &#8220;OSS driver&#8221;</em></p>
<p><em> </em><em></em><em>.. and then one last thing before you get playing. You&#8217;ll need to add a few lines to a configuration file and then you should be in business.</em></p>
<p><em> </em></p>
<blockquote><p><code><em> <tt>ALT-F2 : gksudo gedit path/to/warcraft/installation/WTF/config.WTF</tt> </em></code></p></blockquote>
<p><em> </em><em>add the lines:</em></p>
<p><em> </em></p>
<blockquote><p><code><em> <tt>SET SoundOutputSystem "1"<br />
SET SoundBufferSize "100"<br />
SET gxApi "OpenGL"</tt> </em></code></p></blockquote>
<p><em> </em><em>Happy gaming. Ooh, I nearly forgot. To launch Warcraft you can use the following command or create a launcher with this path:</em></p>
<blockquote><p><code><tt>wine path/to/warcraft/installation/WoW.exe</tt></code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2006/12/19/how-to-install-play-world-of-warcraft-ubuntu-510-6061-610/feed/</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/33 queries in 0.019 seconds using disk: basic
Object Caching 408/474 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 13:24:34 -->
