<?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>Simon Cook &#187; Games</title>
	<atom:link href="http://simoncook.org/blog/category/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://simoncook.org</link>
	<description>The future is... on a CD? Now where&#039;s that blasted disc gone?</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:43:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Minecraft Admin Wrapper&#8230; now with Levels!</title>
		<link>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/</link>
		<comments>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 15:33:34 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[techious]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=579</guid>
		<description><![CDATA[I&#8217;m writing a variation on a Minecraft Admin Wrapper, and this will act as a nice page with when things have been added (instead of me spamming new messages every few minutes, I&#8217;ll just edit this post) 16:30: Now with Levels! And now I&#8217;m going to go and get dinner, I&#8217;ll be back in about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing a variation on a Minecraft Admin Wrapper, and this will act as a nice page with when things have been added (instead of me spamming new messages every few minutes, I&#8217;ll just edit this post)</p>
<p><strong>16:30: Now with Levels! </strong><em>And now I&#8217;m going to go and get dinner, I&#8217;ll be back in about 2 hours, ready to program the next stage of the wrapper.</em></p>
<p><strong><a href="http://simoncook.org/wordpress/uploads/2010/08/javaw-2010-08-22-16-28-20-29.png" rel="lightbox[579]"><img class="aligncenter size-medium wp-image-580" title="Now with levels (see, I'm root!)" src="http://simoncook.org/wordpress/uploads/2010/08/javaw-2010-08-22-16-28-20-29-300x169.png" alt="Now with levels (see, I'm root!)" width="300" height="169" /></a>20:40</strong> <em>Version Beta 1 is being used on the server, hopefully it works fine! I will release the source code once complete.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minecraft Tools: SnapShotter 1.0</title>
		<link>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/</link>
		<comments>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 10:58:34 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=573</guid>
		<description><![CDATA[Although I did post this on the Minecraft Forums, I think I should post this here for anyone who wants to see how simple this script is. What it does is to take a copy of the Minecraft map and copy it to a folder for people to grab (also good for backups when someone [...]]]></description>
			<content:encoded><![CDATA[<p>Although I did post this on the <a href="http://www.minecraftforum.net/viewtopic.php?f=1012&amp;t=27116">Minecraft Forums</a>, I think I should post this here for anyone who wants to see how simple this script is.</p>
<p>What it does is to take a copy of the Minecraft map and copy it to a folder for people to grab (also good for backups when someone TNTs the hell out of your map). If you have any suggestions/improvements, feel free to comment.</p>
<p>(To stop the spamming of rubbish your RSS reader won&#8217;t understand I&#8217;ll put the code under the break.)</p>
<p><span id="more-573"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;"># Minecraft World Snapshotter</span>
<span style="color: #666666; font-style: italic;"># Version 1.0</span>
<span style="color: #666666; font-style: italic;"># Created by Simon Cook (simon@simoncook.org)</span>
&nbsp;
<span style="color: #666666; font-style: italic;">## CONFIG START</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># WORLD contains the name of the directory the Minecraft world is in</span>
<span style="color: #007800;">WORLD</span>=<span style="color: #ff0000;">&quot;world&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># FILENAME contains the name that will be appended with the date</span>
<span style="color: #007800;">FILENAME</span>=<span style="color: #ff0000;">&quot;world2-&quot;</span>
<span style="color: #666666; font-style: italic;"># DATE contains the date formatting to be used for a file name</span>
<span style="color: #007800;">DATE</span>=<span style="color: #ff0000;">&quot;%Y%m%d-%H%M%S&quot;</span>
<span style="color: #666666; font-style: italic;"># TYPE defines the file type to create (valid: tar bz2 7z zip)</span>
<span style="color: #007800;">TYPE</span>=<span style="color: #ff0000;">&quot;7z&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># DEST if valid, the snapshot will be copied or moved to this directory</span>
<span style="color: #007800;">DEST</span>=<span style="color: #ff0000;">&quot;/var/www/simoncook.org/web/static/minecraft/&quot;</span>
<span style="color: #666666; font-style: italic;"># CPMV is whether to move or copy if DEST is valid (valid: cp mv)</span>
<span style="color: #007800;">CPMV</span>=<span style="color: #ff0000;">&quot;cp&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">## CONFIG END</span>
<span style="color: #666666; font-style: italic;">## DO NOT EDIT UNDER THIS LINE</span>
&nbsp;
<span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span><span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #007800;">$DATE</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$WORLD</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Sorry, World <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #007800;">$WORLD</span><span style="color: #000099; font-weight: bold;">\&quot;</span> does not exist!&quot;</span>
    <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;tar&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.tar
    <span style="color: #c20cb9; font-weight: bold;">tar</span> cf <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;bz2&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.tar
    <span style="color: #c20cb9; font-weight: bold;">tar</span> cf <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #c20cb9; font-weight: bold;">bzip2</span> <span style="color: #660033;">-9</span> <span style="color: #007800;">$FILENAME</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.bz2
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;7z&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.7z
    7za a <span style="color: #660033;">-mx9</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;zip&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.zip
    <span style="color: #c20cb9; font-weight: bold;">zip</span> <span style="color: #660033;">-9rq</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DEST</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPMV</span>&quot;</span> == <span style="color: #ff0000;">&quot;mv&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$DEST</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;File moved to <span style="color: #007800;">$DEST</span>&quot;</span>
    <span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPMV</span>&quot;</span> == <span style="color: #ff0000;">&quot;cp&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$DEST</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;File copied to <span style="color: #007800;">$DEST</span>&quot;</span>
    <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">fi</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some sort of uber epic catchup thing</title>
		<link>http://simoncook.org/blog/2009/06/some-sort-of-uber-epic-catchup-thing/</link>
		<comments>http://simoncook.org/blog/2009/06/some-sort-of-uber-epic-catchup-thing/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 12:40:50 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Exams]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[techious]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[PicAWeek]]></category>
		<category><![CDATA[SiBot]]></category>
		<category><![CDATA[spage]]></category>
		<category><![CDATA[zoo]]></category>

		<guid isPermaLink="false">http://www.spcook.co.uk/?p=239</guid>
		<description><![CDATA[Well, it would appear that now my exams are all over, it would be a good time to get back to something that has been majorly ignored, and that would be my blog. I mean, when is the last time I actually wrote something in here that is of some use. Oh, so long ago [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it would appear that now my exams are all over, it would be a good time to get back to something that has been majorly ignored, and that would be my blog. I mean, when is the last time I actually wrote something in here that is of some use. Oh, so long ago that you can&#8217;t remember?! Well, thats my point proven.</p>
<p>Unfortunantly for some, my exams are more important than other stuff, including the failed Pic-a-Week, that unfortunantly is postponed until futher notice. Yeah, I know, I must suck and be fail or something but pah, sod it, I don&#8217;t care, you&#8217;re getting new websites soon, which should be awesome <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>So now for some content, what have I been filling my time with? Well, exams are what take the number 1 space in wasting time as I have had 8 lovely (not!) exams in 18 brilliant(-ly boring) hours. I swear thats almost more than there at the end of Sixth Form, and well, that declares the end of that. How did they go? Fine. (I hope!) Results are on next Friday (19th) so it will be one last trip back to Bristol for that before I run away going &#8220;dammit, I only got x% in this exam&#8221; (hopefully higher than the pass percentage <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ) Apart from that, Lolgasm recordings have taken up some time, even more now considering that it seems each episode, something else goes wrong in Audition so maybe it&#8217;s time to just give up on that. After all these exams some time is due to just doing sod all. My flat mate and I went to Bristol Zoo, it was quite cool. Got some nice pictures, look at the spam-a-lot-gallery if you wantto see them (oh and see the Fail video <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) (<em>note to self: dont write turtle or tortoise you will ALWAYS be wrong</em>).</p>
<p>Exams over, I&#8217;m back at home. (barely!) Two bags that weigh OVER NINE THOUSAND grams each (well about 20 each) carrying 3 miles to BTM wasn&#8217;t the most fun in my life. All of my body aches and stuff which just makes the day go wrong. When I got home it&#8217;s starting to spend. Ordered my new laptop, my new graphics card, RMA&#8217;d (for refund ftw) my old graphics card and bought a new wireless adapter. Yeah Skillers, not quite a tx2 (more like your model) but for the price feck it I&#8217;m happy. Then hell came. &lt;No one should know this (except DHR) so please don&#8217;t go asking&gt;. Thus concluded Friday.</p>
<p>So, when does my stuff arrive? Monday for the laptop, Tuesday for the gcard pickup, friday for the gcard and wireless arrival. I will soon be back in business. But wait, I hear you cry (Dragon) how was I playing TF2. Well, for saving buying a Techious Subscription for other people, TF2 and L4D on my dads pc is in order (<a href="http://twitter.com/simonpcook/status/2164621068">@Will_Anderson lol <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </a>). Now to not spend anything else (until Wii Sports Resort comes out of course!)</p>
<p>Plans for the summer, well theres three projects on the go, spage, SiBot and AdminBot. Yes, the server is self-aware (well will be when I&#8217;m done <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) MWHAHAHAHAHAHAHAHAHAHA I HAS BUILT SINET &lt;/bs&gt;. Then comes the TECHIOUS LAN 09! Bring it on bitches I PWN J00. Folding will hit a full going over here (at 2500ppd atm 24/7 (and thats just on one pc)). Finally (of course) will be trying to see all my friends alot this summer (unless this bs fude bs starts again :@). Oh yes, I am also planning a special new mp3 release, my voice artist show <em>Morally Objectional?</em>)</p>
<p>There has never been a better time for anything in life to happen. The interwebs will be our friends (and other technorubbish). I hope this small reply is good enough for you, and I will be writing alot more from now on (I promise!)</p>
<p><em>Arrivederci!<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2009/06/some-sort-of-uber-epic-catchup-thing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Woo Steam Works!</title>
		<link>http://simoncook.org/blog/2008/09/woo-steam-works/</link>
		<comments>http://simoncook.org/blog/2008/09/woo-steam-works/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 10:44:00 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[tf2]]></category>
		<category><![CDATA[unpacking]]></category>

		<guid isPermaLink="false">http://www.spcook.co.uk/?p=68</guid>
		<description><![CDATA[Yup, it seems that steam works quite well, being that I was able to play Team Fortress 2 last night, and it was quite a good game too I have to say. Today I am just relaxing after the move, and will probabily spend some of later just going out looking for where some of [...]]]></description>
			<content:encoded><![CDATA[<p>Yup, it seems that steam works quite well, being that I was able to play Team Fortress 2 last night, and it was quite a good game too I have to say. Today I am just relaxing after the move, and will probabily spend some of later just going out looking for where some of the buildings that I need to be at this week are. Thankfully they gave me a map which should make things a bit easier <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>For the lols, here is a nice picture of my internet&#8217;s speed here:</p>
<p><img src="http://www.speedtest.net/result/330865390.png" alt="" width="300" height="135" /></p>
<p><strong>Edit: </strong>I&#8217;ve added a picture of it being even quicker <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Well, I better go off finding stuff cyas,</p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2008/09/woo-steam-works/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>University Unpacking part done</title>
		<link>http://simoncook.org/blog/2008/09/university-unpacking-part-done/</link>
		<comments>http://simoncook.org/blog/2008/09/university-unpacking-part-done/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 12:41:00 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[techious]]></category>
		<category><![CDATA[unpacking]]></category>

		<guid isPermaLink="false">http://www.spcook.co.uk/?p=66</guid>
		<description><![CDATA[Right, this is part of the main unpacking done, obviously knowing me, the first thing I&#8217;ve tried to do is to try and get my computer on the internet. After fiddling with their security software, I&#8217;ve finally got it online, and it seems quite fast. I haven&#8217;t tried Steam but hopefully that should work later. [...]]]></description>
			<content:encoded><![CDATA[<p>Right, this is part of the main unpacking done, obviously knowing me, the first thing I&#8217;ve tried to do is to try and get my computer on the internet. After fiddling with their security software, I&#8217;ve finally got it online, and it seems quite fast. I haven&#8217;t tried Steam but hopefully that should work later. If not then that&#8217;ll be me out of TF2 games for a while, though more importantly for Techious we&#8217;d better hope it works for skillers tommorow because if it doesn&#8217;t then that really is the end for Techious&#8217; server, being that he pays for most of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2008/09/university-unpacking-part-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spore, spore, spore, spore, spore</title>
		<link>http://simoncook.org/blog/2008/09/spore-spore-spore-spore-spore/</link>
		<comments>http://simoncook.org/blog/2008/09/spore-spore-spore-spore-spore/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:24:27 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[techious]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[left4dead]]></category>
		<category><![CDATA[spore]]></category>
		<category><![CDATA[tf2]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[xfire]]></category>

		<guid isPermaLink="false">http://www.spcook.co.uk/?p=40</guid>
		<description><![CDATA[Is it just me or is every other advert on TV for spore at the moment. Apparently it is the best game in the universe or something. And yea, I want it, but I can&#8217;t afford it. Cheapest I can find it is £26.99 on Play.com and I can&#8217;t afford that dammit. So, I&#8217;m still [...]]]></description>
			<content:encoded><![CDATA[<p>Is it just me or is every other advert on TV for spore at the moment. Apparently it is the best game in the universe or something. And yea, I want it, but I can&#8217;t afford it. Cheapest I can find it is £26.99 on Play.com and I can&#8217;t afford that dammit. So, I&#8217;m still stuck with the free creature creator until I can either find some money or it comes down in price (both happening would be the most ideal situation).</p>
<p>However, I sense the curse of buying games will follow me. It seems any game I buy on release is almost half the price a month later, and any game that I don&#8217;t buy in the first month will remain like that for the next million years or so. Being I haven&#8217;t got spore, chances are it is going to be one of the latter, especially with it being the huge hit it appears to be. I mean half my Steam list is on spore, and well it&#8217;s not even on Steam, thats just people that launch it through there. It&#8217;s currently 4th on the Xfire most played game list, and being it&#8217;s not even been out for a week, thats some feat! Only trailing between COD4,2 and WoW (wow that rubbish is popular).</p>
<p>My computer is running well, apart from I only get a framerate of 5-10 when I forget to turn folding@home-gpu off (6 hour work unit ftw!).</p>
<p>Left4Dead coming out in October, that shall also be awesome, can&#8217;t wait to see what Valve have done to pimp the Source Engine some more, though it seems that soon Source might be having a huge graphical upgrade, so DX10.1 might come in useful for ep3 <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  More games to buy, just great. Now let me work this out, if I don&#8217;t eat for the next 3 months while I&#8217;m at Uni, I can afford to get spore and l4d. I know, I&#8217;ll try this new votey thing and see what the two people who read this thing I should do!</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p>In other more home news, my photos site is down (noooooo) while I upload all 1 million gigabytes to the new server. It&#8217;s about 40% done so should be back up and running by the end of the week. And don&#8217;t worry Reedy, your blog&#8217;ll be back up soon enough!</p>
<p>Moving to Uni on the 27th. That is going to be one heck of a shock when I move in, though a bit of TF2 or HL2DM might take the edge off <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  No more matches though, I think last night set that we are screwed with that, and with the admin plugin kicking the wrong person :/ yeah, I think we need a bit of work all round,</p>
<p>That&#8217;s about it, hopefully enough for you to spam comments on Skillers <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2008/09/spore-spore-spore-spore-spore/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
