  

<?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>Knowlesy.co.uk</title>
	<atom:link href="http://knowlesy.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://knowlesy.co.uk</link>
	<description></description>
	<lastBuildDate>Sun, 29 Apr 2012 10:29:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>New Flash Games &amp; General Site Clean Up</title>
		<link>http://knowlesy.co.uk/new-flash-games-general-site-clean-up/</link>
		<comments>http://knowlesy.co.uk/new-flash-games-general-site-clean-up/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 18:32:52 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[Flash Games]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=583</guid>
		<description><![CDATA[Over the past few weeks I’ve been cleaning out my computer and stumbled across some of my unfinished Flash games. Out of all the crap I’ve created over the years the only thing close to completion is my Tower Defence Game. So I uploaded it I also uploaded my zombie game which i&#8217;m making for [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Over the past few weeks I’ve been cleaning out my computer and stumbled across some of my unfinished <em>Flash</em> games. Out of all the crap I’ve created over the years the only thing close to completion is my <a href="/FlashGames/ProjectAlpha">Tower Defence Game</a>. So I uploaded it <img src='http://knowlesy.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> I also uploaded my <a href="/FlashGames/JAZG">zombie game</a> which i&#8217;m making for A2 Computer Science coursework (At this current time it’s still unfinished)</p>
<p>I really do want to finish all my <em>Flash</em> projects but I don’t have time these days, heck, I don’t even have enough time to put up UDK videos.</p>
<p>It’s sad.</p>
<p>But hey I’m almost out of education so I can take on games development full time and hopefully start earning money. Wooo! </p>
<p>Anyway, I’ve also cleaned up the site a bit by adding a page that all my <a href="/flashgames"><em>Flash</em> games</a> derive from, a page that all my <a href="/UDK">UDK posts</a> can be found under and an <a href="/About"> about page</a>.</p>
<p> With all the <em>Flash</em> games on my site I’ve added some more in-depth info about each game because of their lack of completion I believe they needed some context.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/new-flash-games-general-site-clean-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UDK Development Diary Number 4</title>
		<link>http://knowlesy.co.uk/udk-development-diary-number-4/</link>
		<comments>http://knowlesy.co.uk/udk-development-diary-number-4/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 16:31:58 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[UDK]]></category>
		<category><![CDATA[Youtube Videos]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=428</guid>
		<description><![CDATA[Time, where does it keep going?! :/ In the last few days I&#8217;ve been working on more of the background code which is relevant to the game mode itself. Probably the most obvious change I have made is allowing a level designer to set-up waves from within the UDK without touching any code. They are [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Time, where does it keep going?! :/</p>
<p>In the last few days I&#8217;ve been working on more of the background code which is relevant to the game mode itself.</p>
<p>Probably the most obvious change I have made is allowing a level designer to set-up waves from within the <em>UDK</em> without touching any code. They are able to change the number of waves and enemies as well as enimies health, speed, spawn time and the reward for killing them. Multiple spawners can be placed and can be set-up completely different from one-another.</p>
<p>I&#8217;ve  finally added a mesh to the tower spawning gun so you can see what you&#8217;re aiming at! For some reason the mesh is positioned awkwardly on screen but hey it&#8217;s better than nothing. To go with the mesh I have created a credits system which dictates the amount of ammo you have. You can gain more credits from killing enemies.</p>
<p>Finally, and probably the least important thing, I have add a ten second delay before the game starts to allow the player to pick up weapons and place towers.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/1fJTpRSmTNY" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/udk-development-diary-number-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UDK Development Diary Number 3</title>
		<link>http://knowlesy.co.uk/udk-development-diary-number-3/</link>
		<comments>http://knowlesy.co.uk/udk-development-diary-number-3/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:12:57 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[UDK]]></category>
		<category><![CDATA[Youtube Videos]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=422</guid>
		<description><![CDATA[I&#8217;ve done a fair few changes since my last video. Most of these being done on the enemies and the enemy spawners. Here&#8217;s a list of things off the top of head: - Changed the enemies so they follow you no matter how far away you are- Enemies change colour, to blue, when they&#8217;re attacking [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;ve done a fair few changes since my last video. Most of these being done on the enemies and the enemy spawners.</p>
<p>Here&#8217;s a list of things off the top of head:</p>
<p>- Changed the enemies so they follow you no matter how far away you are<br />- Enemies change colour, to blue, when they&#8217;re attacking you <br />- Changed the enemy spawner so it puts out enemies at random intervals<br />- Spawner follow preset waves when spawning enemies; waiting for them all to be killed before spawning another wave<br />- Gave enemies fixed speed</p>
<p>I also added a tempery HUD to display info about the wave&#8217;s health and how many kills the user has got from the wave total</p>
<p>I&#8217;ve also got a few bug floating around which i need to sort:</p>
<p>- Enemies go through and don&#8217;t damage towers<br />- You can attach towers to the Enemies causing them to spaz out and move with the enemy<br />- No weapon mesh <br />- Enemies spawn in ground<br />- You have a range on how far away you can spawn a tower from you but yet you can shoot at the edge of the map and it&#8217;ll spawn a tower -.-</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/Ls1-Xv-6RLE" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/udk-development-diary-number-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UDK Development Diary Number 2</title>
		<link>http://knowlesy.co.uk/udk-development-diary-number-2/</link>
		<comments>http://knowlesy.co.uk/udk-development-diary-number-2/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 22:12:06 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[UDK]]></category>
		<category><![CDATA[Youtube Videos]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=417</guid>
		<description><![CDATA[I ended up having a few hours free this evening which I spent in the UDK. I only sorted out a two things since yesterday, these being: The floating towers &#8211; which I found out was the skeletal mesh having it&#8217;s spawn orign set to 0 when it should be minus its height Spawners pushing [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I ended up having a few hours free this evening which I spent in the <em>UDK</em>.</p>
<p>I only sorted out a two things since yesterday, these being:<br /> <strong>The floating towers</strong> &#8211; which I found out was the skeletal mesh having it&#8217;s spawn orign set to 0 when it should be minus its height<br /> <strong>Spawners pushing out Red blocks</strong> &#8211; they&#8217;re just simple actor which take damage and move towards the player when they get close.</p>
<p>The video also shows the tower shooting but it still has a few targeting bugs which I will need to sort.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/PI5EiWFYbWk" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/udk-development-diary-number-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Year, New Projects!</title>
		<link>http://knowlesy.co.uk/new-year-new-projects/</link>
		<comments>http://knowlesy.co.uk/new-year-new-projects/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 23:36:28 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[UDK]]></category>
		<category><![CDATA[Youtube Videos]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=405</guid>
		<description><![CDATA[So what&#8217;s been going on, you haven&#8217;t update your mods for ages?! Well, yeah, I&#8217;m sorry about that I&#8217;ve been busy working on my Flash games as well as doing school work/Exams! So what I&#8217;ve decided to do is leave Minecraft and Flash alone, for now, and start work on producing higher quality games, using [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>So what&#8217;s been going on, you haven&#8217;t update your mods for ages?!</p>
<p>Well, yeah, I&#8217;m sorry about that I&#8217;ve been busy working on my <em>Flash games</em> as well as doing school work/Exams!</p>
<p>So what I&#8217;ve decided to do is leave <em>Minecraft</em> and<em> Flash</em> alone, for now, and start work on producing higher quality games, using the <strong>UDK</strong>. I have met a group of talented individuals who I am now working with to produces these games.</p>
<p>Currently being the only developer on the team I have decided to put out <strong>&#8220;UDK Development Diaries&#8221;</strong> to document my work as well as to show the rest of the team what I am doing. I&#8217;m not sure how often I am going to post these videos but I will try to get at least one every fortnight.</p>
<p>This first video is just showing off how I am able to spawn a tower through a gun and current bugs I can see with it. I should have most of these sorted by next video.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/5s14Xp0hRo8" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/new-year-new-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google+</title>
		<link>http://knowlesy.co.uk/google/</link>
		<comments>http://knowlesy.co.uk/google/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 14:15:58 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=401</guid>
		<description><![CDATA[I feel like leaving this here http://www.gplus.to/AlexKnowles]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I feel like leaving this here <a href="http://www.gplus.to/AlexKnowles">http://www.gplus.to/AlexKnowles</a></p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Every Mod Is Now Updated To Minecraft 1.7.3!</title>
		<link>http://knowlesy.co.uk/every-mod-is-now-updated-to-minecraft-1-7-3/</link>
		<comments>http://knowlesy.co.uk/every-mod-is-now-updated-to-minecraft-1-7-3/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 18:11:02 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[Minecraft Mods]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=398</guid>
		<description><![CDATA[I believe everything is bug free. So enjoy! I have brought back The Bomb Shelter by request. Spent most of today re-progamming it but it&#8217;s always good fun Going off topic now, my currently unnamed Tower Defense game is coming along well. Just need to get the graphics and sound done and It should be [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I believe everything is bug free. So enjoy!</p>
<p>I have brought back <a href="http://knowlesy.co.uk/hog-mods/hogs-single-player-mods/#downloadBomb">The Bomb Shelter</a> by request. Spent most of today re-progamming it but it&#8217;s always good fun <img src='http://knowlesy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Going off topic now, my currently unnamed Tower Defense game is coming along well. Just need to get the graphics and sound done and It should be playable within a month, if i work hard and notch doesn&#8217;t update Minecraft!</p>
<p>Hog out :]</p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/every-mod-is-now-updated-to-minecraft-1-7-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pressure Pack Upated To Minecraft 1.7.3 For Both SMP And SSP</title>
		<link>http://knowlesy.co.uk/pressure-pack-upated-to-minecraft-1-7-3-for-both-smp-and-ssp/</link>
		<comments>http://knowlesy.co.uk/pressure-pack-upated-to-minecraft-1-7-3-for-both-smp-and-ssp/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 20:16:49 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[Minecraft Mods]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=386</guid>
		<description><![CDATA[Its been awhile, sorry. You know how life is, some things are more important than others and well my mods have been at the bottem :/ I&#8217;ll be updating the rest tomorrow So, for now, goodbye.]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Its been awhile, sorry.</p>
<p>You know how life is, some things are more important than others and well my mods have been at the bottem :/</p>
<p>I&#8217;ll be updating the rest tomorrow <img src='http://knowlesy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, for now, goodbye.</p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/pressure-pack-upated-to-minecraft-1-7-3-for-both-smp-and-ssp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mods Updated To Minecraft 1.5_01!</title>
		<link>http://knowlesy.co.uk/mods-updated-to-minecraft-1-5_01/</link>
		<comments>http://knowlesy.co.uk/mods-updated-to-minecraft-1-5_01/#comments</comments>
		<pubDate>Thu, 05 May 2011 15:01:06 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[Minecraft Mods]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=377</guid>
		<description><![CDATA[Well its been a while! Around about a month i would say. What have I been doing you ask, nothing really :/ Anyway I have updated all of the single player mods to work with the latest version of Minecraft Sadly they didn&#8217;t all make, the bomb shelter got left behind. Two reasons for this, [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Well its been a while! Around about a month i would say.</p>
<p>What have I been doing you ask, nothing really :/</p>
<p>Anyway I have updated all of the single player mods to work with the latest version of Minecraft <img src='http://knowlesy.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Sadly they didn&#8217;t all make, the bomb shelter got left behind. Two reasons for this, one being i messed up a little and deleted all the code for my mods and this was the only one with out a back up and the second being that it was pretty rubbish! If you did actually think that mod was okay just say somewhere and i will consider rewriting it <img src='http://knowlesy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think thats everythng so goodbye for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/mods-updated-to-minecraft-1-5_01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bacon Sandwiches For MineCraft! Nom :D</title>
		<link>http://knowlesy.co.uk/bacon-sandwiches-for-minecraft-nom-d/</link>
		<comments>http://knowlesy.co.uk/bacon-sandwiches-for-minecraft-nom-d/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 20:28:23 +0000</pubDate>
		<dc:creator>Hogey</dc:creator>
				<category><![CDATA[Minecraft Mods]]></category>

		<guid isPermaLink="false">http://knowlesy.co.uk/?p=356</guid>
		<description><![CDATA[It&#8217;s been a good week since i&#8217;ve last posted here and well I&#8217;ve been busy ! What have I been busy on you ask? Well making sandwiches! My orignal plan was just to make one and then that lead to another and another and so I have added 18 New items to Minecraft! Big number [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>It&#8217;s been a good week since i&#8217;ve last posted here and well I&#8217;ve been busy <img src='http://knowlesy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  !</p>
<p>What have I been busy on you ask? Well making sandwiches!</p>
<p>My orignal plan was just to make one and then that lead to another and another and so I have added<a style="font-size: 125%;"> 18</a> New items to Minecraft!</p>
<p>Big number 18 but it&#8217;s all worth it to keep <strong>you</strong> happy <img src='http://knowlesy.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  To craft all these items, <a href="http://knowlesy.co.uk/hog-mods/bacon-sandwich-pack-crafting-page/">Check this out</a></p>
<p>And Here&#8217;s the <a href="http://knowlesy.co.uk/hog-mods/hogs-single-player-mods/#downloadBacon">download</a>!</p>
<p>Hog out :]</p>
]]></content:encoded>
			<wfw:commentRss>http://knowlesy.co.uk/bacon-sandwiches-for-minecraft-nom-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

