<?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>Proto Cog Culture &#187; Developing</title>
	<atom:link href="http://www.troydpatterson.com/devblog/?feed=rss2&#038;tag=developing" rel="self" type="application/rss+xml" />
	<link>http://www.troydpatterson.com/devblog</link>
	<description>Em Tee - MrTroy</description>
	<lastBuildDate>Wed, 12 May 2010 13:43:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Actionscripting 3 &#8211; Day&#8230; I don&#8217;t know</title>
		<link>http://www.troydpatterson.com/devblog/?p=191</link>
		<comments>http://www.troydpatterson.com/devblog/?p=191#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:19:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[newnews]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Combat]]></category>
		<category><![CDATA[Developing]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://www.troydpatterson.com/devblog/?p=191</guid>
		<description><![CDATA[A last year I created games that I solely developed while on the train going to and from work. I should say I started to develop, because I could only work on it when I had the time. Since then my workload exploded in to a mess of content management systems and repair work for [...]]]></description>
			<content:encoded><![CDATA[<p>A last year I created games that I solely developed while on the train going to and from work. I should say I started to develop, because I could only work on it when I had the time. Since then my workload exploded in to a mess of content management systems and repair work for other studios. That left me with little time on the train to think about side and personal projects. And then my office moved, shortening my commute to the point where I didn&#8217;t have time to even open my laptop (let alone have space on the more crowded train) to continue my same development methods&#8230;<br />
<span id="more-191"></span></p>
<p><center><img src="http://troydpatterson.com/index_images/Combat_version1.gif" alt="Previous Combat in Flash" /></center><br />
Combat, was the game that I last worked on. I was working on a 16 player version(all local with USB controllers) for an art piece I wanted to display on my 30th birthday. But my 30th didn&#8217;t turn out anywhere near as cool as I wanted it to, leaving me with an incomplete project and a broken heart&#8230; <img src='http://www.troydpatterson.com/devblog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>So, here we are in 2010 I decided to not only pick this project back up and finish it. I wanted to start over again and build the entire thing in Actionscript 3 with networking. I CAN actually make the USB gamepads work and do things locally, but I&#8217;d rather build something I can easily carry around, than focus on a proprietary system I have thought out. I&#8217;ll save that for later. For the past week and a half I&#8217;ve been rapidly cramming and trying to relearn the &#8220;proper&#8221; way to do games in Flash without picking up another book. It&#8217;s been quite difficult for me but I&#8217;m managing. </p>
<p>The problem I was having over the weekend was getting my now rebuilt G4 to properly run the server software, but I believe it&#8217;s working because I have the send and receive commands working. Now I&#8217;m shifting my focus on making sure that all of the players/tanks react when the commands are received. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.troydpatterson.com/devblog/?feed=rss2&amp;p=191</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monday&#8217;s update.</title>
		<link>http://www.troydpatterson.com/devblog/?p=141</link>
		<comments>http://www.troydpatterson.com/devblog/?p=141#comments</comments>
		<pubDate>Mon, 11 May 2009 18:11:05 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[newnews]]></category>
		<category><![CDATA[Developing]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Torque]]></category>

		<guid isPermaLink="false">http://www.troydpatterson.com/devblog/?p=141</guid>
		<description><![CDATA[Gross. I hit a major major snag and I&#8217;m trying to figure out what to do about it. For the past few weeks I&#8217;ve been trying to see if I can buy an older version of 3D Studio Max to no avail. To make matters worse, I tried installing the latest demo on a rendering [...]]]></description>
			<content:encoded><![CDATA[<p>Gross. I hit a major major snag and I&#8217;m trying to figure out what to do about it. For the past few weeks I&#8217;ve been trying to see if I can buy an older version of <a href="http://www.autodesk.com">3D Studio Max</a> to no avail. To make matters worse, I tried installing the latest demo on a rendering machine I&#8217;m borrowing(until I get my good machine up and running) and it says I don&#8217;t have the right kind of processor. It looks like I&#8217;m going to have to move to different modeling software to do all of my tests after all.</p>
<p>As far as the engine I&#8217;ve been working on goes. I installed some additional code to <a href="http://www.garagegames.com">Torque Game Engine Advance</a>(version 1.8.1)  to allow me to <a href="http://www.garagegames.com/community/resources/view/17169/1#comment-123347">use a better camera</a>. After looking at what a bunch of other people have been doing, I feel pretty good about what I can and maybe can&#8217;t do with <a href="http://www.popsknot.com/">Dig</a>. I have a lot more experimenting to do before I have something solid to show. And I also need a 100% functional test machine&#8230; and not something running Windows 7 Beta/RC1.</p>
<p>The browser based plugin I was working on hit another snag as I need to now come up with additional monies in order to afford the version of Visual Studio to easily create the DLLs I need to create. I guess I&#8217;m going to have to sell off a few more of the games and stuff I&#8217;ve collected over the years to get my money up&#8230; or maybe I should stop buying books (I picked up 6 books this weekend at various flea markets) &#8217;cause every little but counts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.troydpatterson.com/devblog/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I think I found the code I was looking for.</title>
		<link>http://www.troydpatterson.com/devblog/?p=140</link>
		<comments>http://www.troydpatterson.com/devblog/?p=140#comments</comments>
		<pubDate>Thu, 07 May 2009 19:35:04 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[newnews]]></category>
		<category><![CDATA[Developing]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Torque]]></category>

		<guid isPermaLink="false">http://www.troydpatterson.com/devblog/?p=140</guid>
		<description><![CDATA[I have a lot of Torquing to do this weekend. That and trying to juggle mother&#8217;s day, I have my work cut out for me. I&#8217;m going to try my best to post something Monday as an update on progress.
I have GOT to get back in the swing of things.
]]></description>
			<content:encoded><![CDATA[<p>I have a lot of Torquing to do this weekend. That and trying to juggle mother&#8217;s day, I have my work cut out for me. I&#8217;m going to try my best to post something Monday as an update on progress.</p>
<p>I have GOT to get back in the swing of things.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.troydpatterson.com/devblog/?feed=rss2&amp;p=140</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undoing the done (player controls)</title>
		<link>http://www.troydpatterson.com/devblog/?p=134</link>
		<comments>http://www.troydpatterson.com/devblog/?p=134#comments</comments>
		<pubDate>Tue, 28 Apr 2009 14:56:03 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[newnews]]></category>
		<category><![CDATA[Developing]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Torque]]></category>

		<guid isPermaLink="false">http://www.troydpatterson.com/devblog/?p=134</guid>
		<description><![CDATA[The past few years/weeks/months(depending on when you think I got started) I&#8217;ve been tryign to rip out the controls for Torque to allow for a camera completely separate from the player object. After finding &#8220;Advance Camera for Torque&#8221; I tried applyign that along with another technique I saw to add a second player. It was [...]]]></description>
			<content:encoded><![CDATA[<p>The past few years/weeks/months(depending on when you think I got started) I&#8217;ve been tryign to rip out the controls for Torque to allow for a camera completely separate from the player object. After finding &#8220;Advance Camera for Torque&#8221; I tried applyign that along with another technique I saw to add a second player. It was very glitchy. So then I attempted to control an AI character using Torquescript exclusively. That worked, but had a few bugs that I couldn&#8217;t deal with.</p>
<p>So now I&#8217;m trying again. I think I&#8217;m going to have to unwrap the code for the player object/datablock and write my own. Which bothers me because I haven&#8217;t really touched raw C++ in a very very long time. I&#8217;ve moved on to C# which is similar&#8230; but I don&#8217;t know about similar enough that I won&#8217;t run into issues. Maybe I should pick up a new C++ book and pretend I&#8217;m starting over.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.troydpatterson.com/devblog/?feed=rss2&amp;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
