<?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"
	>

<channel>
	<title>Zion</title>
	<atom:link href="http://www.moesaverage.com/zion/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.moesaverage.com/zion</link>
	<description>A Cyberpunk Strategy RPG</description>
	<pubDate>Wed, 21 Apr 2010 05:44:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Level Editor WIP</title>
		<link>http://www.moesaverage.com/zion/?p=231</link>
		<comments>http://www.moesaverage.com/zion/?p=231#comments</comments>
		<pubDate>Wed, 21 Apr 2010 05:42:08 +0000</pubDate>
		<dc:creator>bloodychill</dc:creator>
		
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.moesaverage.com/zion/?p=231</guid>
		<description><![CDATA[Pic of me using the level editor.

]]></description>
			<content:encoded><![CDATA[<p>Pic of me using the level editor.</p>
<p><a href="http://www.moesaverage.com/zion/wp-content/uploads/editorwip.jpg"><img class="alignnone size-medium wp-image-232" title="editorwip" src="http://www.moesaverage.com/zion/wp-content/uploads/editorwip-300x119.jpg" alt="" width="300" height="119" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moesaverage.com/zion/?feed=rss2&amp;p=231</wfw:commentRss>
		</item>
		<item>
		<title>Map, Weapon, Character Tools Done</title>
		<link>http://www.moesaverage.com/zion/?p=229</link>
		<comments>http://www.moesaverage.com/zion/?p=229#comments</comments>
		<pubDate>Sun, 18 Apr 2010 01:27:36 +0000</pubDate>
		<dc:creator>bloodychill</dc:creator>
		
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.moesaverage.com/zion/?p=229</guid>
		<description><![CDATA[Map, Weapon, and Character tools are now all done. The Map tool was surprisingly easy, I was sort of dreading it and thought it was going to be a huge pain. Instead, it proved to take just a few days. Granted, if I wanted to spend a few weeks on it and make it less [...]]]></description>
			<content:encoded><![CDATA[<p>Map, Weapon, and Character tools are now all done. The Map tool was surprisingly easy, I was sort of dreading it and thought it was going to be a huge pain. Instead, it proved to take just a few days. Granted, if I wanted to spend a few weeks on it and make it less cumbersome, I could, but right now it&#8217;s entirely functional and damned if I&#8217;m going to write a whole new engine just for a map tool.</p>
<p>Up next are a lot of little things that are obviously necessary but less interesting. Saving/loading the game is first, lots of little data loaders I forgot about when I was doing loaders earlier, and then cutscene loading. Cutscene-loading will actually be a lot easier than I was anticipating since cutscenes basics can be designed with the map tool. After all this, the battle system will be feature complete and I&#8217;ll start work on the other user interfaces, such as the character/party screen, choosing missions/locations, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moesaverage.com/zion/?feed=rss2&amp;p=229</wfw:commentRss>
		</item>
		<item>
		<title>Effect Animations, Death</title>
		<link>http://www.moesaverage.com/zion/?p=226</link>
		<comments>http://www.moesaverage.com/zion/?p=226#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:28:02 +0000</pubDate>
		<dc:creator>bloodychill</dc:creator>
		
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.moesaverage.com/zion/?p=226</guid>
		<description><![CDATA[Effect animations for attacks and spells are now working as is support for death animations and corpses left on the battlefield. Scenario tools are up next!
]]></description>
			<content:encoded><![CDATA[<p>Effect animations for attacks and spells are now working as is support for death animations and corpses left on the battlefield. Scenario tools are up next!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moesaverage.com/zion/?feed=rss2&amp;p=226</wfw:commentRss>
		</item>
		<item>
		<title>AI Done, Sound and Music Support Added!</title>
		<link>http://www.moesaverage.com/zion/?p=220</link>
		<comments>http://www.moesaverage.com/zion/?p=220#comments</comments>
		<pubDate>Sun, 10 Jan 2010 09:39:05 +0000</pubDate>
		<dc:creator>bloodychill</dc:creator>
		
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.moesaverage.com/zion/?p=220</guid>
		<description><![CDATA[I&#8217;ve been a very busy bee the past few weeks, and am proud to announce some big results. First, the first version of the AI is done and implements all the features I planned for it (though some of it untested). Secondly, audio support via SFML&#8217;s audio library is done and it&#8217;s just a matter [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a very busy bee the past few weeks, and am proud to announce some big results. First, the first version of the AI is done and implements all the features I planned for it (though some of it untested). Secondly, audio support via SFML&#8217;s audio library is done and it&#8217;s just a matter of making or obtaining the sounds and music and adding in all the sound commands where necessary. The latter will be an easy chore for me, the former will be a little more interesting. Lastly, I wrote more resource scripts that I was putting off because it&#8217;s tedious stuff.</p>
<p><strong><em>Up next</em></strong></p>
<ol>
<li> • <strong>Support for effect animations (animation support is in but I haven&#8217;t written code that actually draws animation for weapons/spells/etc effects).</strong></li>
<li>• <strong>Finishing resource loaders (there are little bits in some of them that I left until later when I knew how we were going to implement sound and stuff).</strong></li>
<li>• <strong>Scenario/Character/Weapon Tools - the stuff we&#8217;ll use to actually make scenarios and shit. This is the next really big milestone and after that, all that will be left is inbetween-scenario stuff - map screens, character management for the user, etc.</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.moesaverage.com/zion/?feed=rss2&amp;p=220</wfw:commentRss>
		</item>
		<item>
		<title>Update</title>
		<link>http://www.moesaverage.com/zion/?p=216</link>
		<comments>http://www.moesaverage.com/zion/?p=216#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:15:35 +0000</pubDate>
		<dc:creator>bloodychill</dc:creator>
		
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.moesaverage.com/zion/?p=216</guid>
		<description><![CDATA[Well, the skill scripts are done and I&#8217;ve begun work on the AI. Not much else very interesting to say but I&#8217;m hopeful that the AI is going to kick ass.
]]></description>
			<content:encoded><![CDATA[<p>Well, the skill scripts are done and I&#8217;ve begun work on the AI. Not much else very interesting to say but I&#8217;m hopeful that the AI is going to kick ass.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moesaverage.com/zion/?feed=rss2&amp;p=216</wfw:commentRss>
		</item>
		<item>
		<title>New Updates</title>
		<link>http://www.moesaverage.com/zion/?p=214</link>
		<comments>http://www.moesaverage.com/zion/?p=214#comments</comments>
		<pubDate>Tue, 06 Oct 2009 07:13:24 +0000</pubDate>
		<dc:creator>bloodychill</dc:creator>
		
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.moesaverage.com/zion/?p=214</guid>
		<description><![CDATA[Been a couple weeks since I&#8217;ve updated since I&#8217;ve had some personal life drama but I&#8217;ve been getting a ton of work done updating the skill system and writing the main skill script. Meanwhile, Barry redid a couple main character concepts and Pinback has done a ton of work animating and creating character sprites and [...]]]></description>
			<content:encoded><![CDATA[<p>Been a couple weeks since I&#8217;ve updated since I&#8217;ve had some personal life drama but I&#8217;ve been getting a ton of work done updating the skill system and writing the main skill script. Meanwhile, Barry redid a couple main character concepts and Pinback has done a ton of work animating and creating character sprites and effect animations. Our newest team member Kevin has also been working on animations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moesaverage.com/zion/?feed=rss2&amp;p=214</wfw:commentRss>
		</item>
		<item>
		<title>Animation Test and More</title>
		<link>http://www.moesaverage.com/zion/?p=208</link>
		<comments>http://www.moesaverage.com/zion/?p=208#comments</comments>
		<pubDate>Wed, 16 Sep 2009 09:15:37 +0000</pubDate>
		<dc:creator>bloodychill</dc:creator>
		
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.moesaverage.com/zion/?p=208</guid>
		<description><![CDATA[I know I said I&#8217;d post once a week, but I&#8217;ve been spending a lot of time working with all the tileset stuff Pinback has created. I&#8217;ve gotten a lot done and the engine is starting to actually look pretty.

• Sprite and Doodad animations tested and working.
• Sprite movement tested and working.
• Attack animations tested [...]]]></description>
			<content:encoded><![CDATA[<p>I know I said I&#8217;d post once a week, but I&#8217;ve been spending a lot of time working with all the tileset stuff Pinback has created. I&#8217;ve gotten a lot done and the engine is starting to actually look pretty.</p>
<ul>
<li>• Sprite and Doodad animations tested and working.</li>
<li>• Sprite movement tested and working.</li>
<li>• Attack animations tested and working.</li>
<li>• Major bugs with the redesigned engine fixed (memory leaks, some interesting Doodad problems that I could write pages about).</li>
<li>• Scenario loader tested and working. It&#8217;ll need some revisions, but it&#8217;s very promising at this point.</li>
</ul>
<p><code><br /></code><br />
At this point, the engine is actually starting to resemble a real game. Crazy. Up next, plan to get skills working, some UI work done, and then comes that thing I&#8217;ve been pushing back because I know it&#8217;ll be a huge project: the AI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moesaverage.com/zion/?feed=rss2&amp;p=208</wfw:commentRss>
		</item>
		<item>
		<title>Exciting New Stuff &#8482;</title>
		<link>http://www.moesaverage.com/zion/?p=200</link>
		<comments>http://www.moesaverage.com/zion/?p=200#comments</comments>
		<pubDate>Sun, 06 Sep 2009 11:45:00 +0000</pubDate>
		<dc:creator>bloodychill</dc:creator>
		
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.moesaverage.com/zion/?p=200</guid>
		<description><![CDATA[Been a while since I&#8217;ve made an update since I was on vacation in Mexico during the latter part of August. Still, got a lot done this week when I&#8217;ve had time. I also designed the AI while in Mexico, which I&#8217;ll be implementing soon. Here are some recent updates:

• First versions of all data [...]]]></description>
			<content:encoded><![CDATA[<p>Been a while since I&#8217;ve made an update since I was on vacation in Mexico during the latter part of August. Still, got a lot done this week when I&#8217;ve had time. I also designed the AI while in Mexico, which I&#8217;ll be implementing soon. Here are some recent updates:</p>
<ul>
<li>• First versions of all data loaders are now done, including the scenario loader.</li>
<li>• Added a new GUI element - when you mouse over attack overlay locations, the % chance that you will hit something in that location is shown (basically accuracy) on the location. Note that this doesn&#8217;t take evasion into consideration.</li>
<li>• Character skills are now fully implemented under the new engine.</li>
</ul>
<p><code><br /></code>It&#8217;s just a matter of time before Victor finishes the first tileset we&#8217;ll be testing in the engine. Going to be a lot of work for me but quite a bit more for him. Check around the same time next week!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moesaverage.com/zion/?feed=rss2&amp;p=200</wfw:commentRss>
		</item>
	</channel>
</rss>
