<?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>A Games Design Blog &#187; arena shooter</title>
	<atom:link href="http://agamesdesignblog.com/tag/arena-shooter/feed/" rel="self" type="application/rss+xml" />
	<link>http://agamesdesignblog.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 09:48:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>UDK: A Project Continues</title>
		<link>http://agamesdesignblog.com/2009/12/13/udk-a-project-continues/</link>
		<comments>http://agamesdesignblog.com/2009/12/13/udk-a-project-continues/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:24:21 +0000</pubDate>
		<dc:creator>RobHale</dc:creator>
				<category><![CDATA[PC]]></category>
		<category><![CDATA[Videogames]]></category>
		<category><![CDATA[arena shooter]]></category>
		<category><![CDATA[No it isn't Geometry Wars]]></category>
		<category><![CDATA[UDK]]></category>
		<category><![CDATA[unreal]]></category>

		<guid isPermaLink="false">http://agamesdesignblog.com/?p=416</guid>
		<description><![CDATA[I&#8217;ve been working on my UDK game a little bit at a time, mostly on weekends. So to update: I decided to ditch my efforts to make a physics based puzzle game for two reasons: The cap on angular velocity. I wanted to make a game where you get to blow things up. If I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on my UDK game a little bit at a time, mostly on weekends.</p>
<p>So to update: I decided to ditch my efforts to make a physics based puzzle game for two reasons:</p>
<ol>
<li>The cap on angular velocity.</li>
<li>I wanted to make a game where you get to blow things up.</li>
</ol>
<p>If I&#8217;m honest it was mostly the blowing things up bit that turned me.</p>
<p>So using what I had already built as a base I started experimenting with making enemies that I could later shoot at. There was much messing around with navigation meshes and pathfinding before I eventually decided to ditch anything remotely complex and keep everything as simple as I could.</p>
<p>This resulted in an &#8220;Enemy&#8221; that looked exactly like the player and whose only behaviour was to roll towards them as fast as they could. Heck entire games have been sold that only have this behaviour.</p>
<p>With my simple enemy type I set about coding up a simple weapon class and targeting system. Bullets get shot towards the mouse. I used the basic Projectile class that is built into Unreal for my bullets and wrote a simple state machine for my gun that just spawned a bullet on a timer.</p>
<p>Behold!</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MybdpmKMy-g&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/MybdpmKMy-g&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">This however was about from a week ago. This weekend I decided that it was time to give the game a full visual overhaul and get some sound up and running. You can see what the result of all that effort was beneath the cut:<span id="more-416"></span></p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/hNryC5BKZ9Q&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/hNryC5BKZ9Q&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">I think it&#8217;s quite spiffy myself. The balls are still there but just hidden so the physics remains the same (although I&#8217;ve gone back to using impulses and not torque to avoid the angular velocity issue).</p>
<p style="text-align: left;">As well as giving the game a complete new look there were innumerable tweaks, bug fixes and indulgences that went on. Just getting the explosions to change hue over time was a couple of hours work alone and there was about 3 hours of completely failing to understand the math behind line-circle intersections in order to fix an issue with one of the enemy spawners (the friendly people in #Unrealscript will recall me appearing briefly just to rant about it last night).</p>
<p style="text-align: left;">Right now however I have a huge list of things to add, I have lots of different enemy types to add as well as more feedback and effects to implement and one game mechanic in particular that I think will be very interesting.</p>
<p style="text-align: left;">It&#8217;s been tentatively titled &#8220;Zero Point&#8221; by the way. It&#8217;s not a great name but I was tired of calling it &#8220;TestGame&#8221; feel free to leave suggestions in the comments thread.</p>
]]></content:encoded>
			<wfw:commentRss>http://agamesdesignblog.com/2009/12/13/udk-a-project-continues/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
