<?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>Jdeuel&#039;s Blog</title>
	<atom:link href="http://www.fatkitties.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatkitties.com</link>
	<description>Learning Unity One Chapter at a Time.</description>
	<lastBuildDate>Thu, 15 Sep 2011 16:24:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Wasting some time.</title>
		<link>http://www.fatkitties.com/2011/09/wasting-some-time/</link>
		<comments>http://www.fatkitties.com/2011/09/wasting-some-time/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 17:05:02 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fatkitties.com/?p=201</guid>
		<description><![CDATA[I&#8217;ve had some downtime lately, finally back to 1 job though it&#8217;s financially straining to say the least. So I took a short period of time today to learn the basics of Love2d. Love2d is a 2d game engine that uses lua, and let me tell you, lua is strange stuff coming from c++, java, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had some downtime lately, finally back to 1 job though it&#8217;s financially straining to say the least. So I took a short period of time today to learn the basics of Love2d. Love2d is a 2d game engine that uses lua, and let me tell you, lua is strange stuff coming from c++, java, and javascript.</p>
<p>First off, to output a string with any sort of variable, in C++ you&#8217;d say cout&lt;&lt;&#8221;The number is: &#8221; + x;</p>
<p>To output a string with a variable in Lua you say print(&#8220;The number is&#8221; .. x, xcoords, ycoords)</p>
<p>I might just be an amateur programmer with no experience in lua, but if you ask me .. is an odd way to do that. Oh, and if you want to have an if statement with two comparisons? You have to use the word &#8216;and&#8217; instead of &amp;&amp;. Granted, that makes sense, but it&#8217;s just not the way most things do it.</p>
<p>In short, I don&#8217;t know LUA and I don&#8217;t know what I&#8217;m talking about. I&#8217;m going to try something different now. But while I&#8217;m here you can have a link to my abortion of a program:</p>
<p>http://filevo.com/k7eurigrzx5h.html (I can&#8217;t be bothered to install an FTP client right now to upload it to my web server)</p>
<p>You need to install love from their <a href="http://www.love2d.org" target="_blank">site</a> and then just execute the .love file.</p>
<p>edit: also, I&#8217;d like to say that this was mostly a tutorial that someone else did, can&#8217;t find the link (dangit) but I added in things like window size, window bounds, and the debug text.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2011/09/wasting-some-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project status.</title>
		<link>http://www.fatkitties.com/2011/05/project-status/</link>
		<comments>http://www.fatkitties.com/2011/05/project-status/#comments</comments>
		<pubDate>Wed, 11 May 2011 22:26:00 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[lent challenge]]></category>
		<category><![CDATA[Unity Demos]]></category>

		<guid isPermaLink="false">http://www.fatkitties.com/?p=198</guid>
		<description><![CDATA[OK, so I failed. I&#8217;m a faily faily failure and couldn&#8217;t finish an alpha sidescroller during lent. Stuff got really busy, still is, and it&#8217;s probably postponed indefinitely as I now work 14 hours a day and am far too tired to do anything by the time I get home. But you know, shit happens. [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so I failed. I&#8217;m a faily faily failure and couldn&#8217;t finish an alpha sidescroller during lent. Stuff got really busy, still is, and it&#8217;s probably postponed indefinitely as I now work 14 hours a day and am far too tired to do anything by the time I get home.</p>
<p>But you know, shit happens. Roll with the punches. I&#8217;ll probably still try to do what I can with it. Until then I leave you with where I stopped.</p>
<div class="wp-caption alignnone" style="width: 329px"><a href="http://www.fatkitties.com/unity/alpha2.html  "><img title="alpha 2" src="http://fatkitties.com/images/SS-2011-05-11_17.19.14.png" alt="" width="319" height="290" /></a><p class="wp-caption-text">click for latest build.</p></div>
<p>&nbsp;</p>
<p>Things that could have been done / I wanted to do, but haven&#8217;t yet:</p>
<ul>
<li>Add actual jump physics based on movement</li>
<li>Add actual movement speed modifiers and such</li>
<li>Add enemies</li>
<li>Moving Platforms</li>
</ul>
<p>Maybe some other stuff too, but those would have been the basics that I would have been happy with.</p>
<p>&nbsp;</p>
<p>So to sum it up, Justin being able to complete even the simplest of projects in a set amount of time: myth busted. I&#8217;ll try to keep working on it, but to be honest I don&#8217;t know when.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2011/05/project-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Slow progress is still progress&#8221;</title>
		<link>http://www.fatkitties.com/2011/03/slow-progress-is-still-progress/</link>
		<comments>http://www.fatkitties.com/2011/03/slow-progress-is-still-progress/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 22:44:31 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[lent challenge]]></category>
		<category><![CDATA[Unity Demos]]></category>

		<guid isPermaLink="false">http://jdeuel.fatkitties.net/?p=193</guid>
		<description><![CDATA[Anyway, like the title says, slow progress. That&#8217;s a little frustrating, but I&#8217;m the only one I can blame. Mostly. I&#8217;d love to have a separate device on which I could do things, as opposed to hogging the tv with my only working computer, but as is I share and waste what time I do [...]]]></description>
			<content:encoded><![CDATA[<p>Anyway, like the title says, slow progress. That&#8217;s a little frustrating, but I&#8217;m the only one I can blame. Mostly. I&#8217;d love to have a separate device on which I could do things, as opposed to hogging the tv with my only working computer, but as is I share and waste what time I do take on the computer watching assorted media online.</p>
<p>But I rise like a phoenix from the ashes of MY LIFE to bring you what I have so far completed of GAME PROJECT ZERO ZERO ALPHA. Working Title.</p>
<div class="wp-caption aligncenter" style="width: 407px"><a href="http://www.fatkitties.com/images/WebPlayer.html"><img title="Ta-da!" src="http://jdeuel.fatkitties.net/images/SS-2011-03-22_17.35.55.png" alt="" width="397" height="281" /></a><p class="wp-caption-text">Click here for DEMO.</p></div>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: left;">As you can see the basics are there. Walking, turning, jumping, colliding, animating. All relatively from scratch in code that I can read and I can understand, rather than using the built-in Unity3d 2d platformer prefab. But why give myself a fish when I can teach myself to fish. Fast progress that way would have been equivalent to no progress so I&#8217;m proud of what little junk I&#8217;ve got here.</p>
<p style="text-align: left;">Next up will likely be adding health, and making the guy die. DIE LITTLE MAN, DIE.</p>
<p style="text-align: left;">Also of note, the new url for this site is www.fatkitties.com instead of jdeuel.fatkitties.net &#8211; minor change, but whatev.</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;"><em>*All art assets used are from the wonderful Frogames Protopack</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2011/03/slow-progress-is-still-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From here to there.</title>
		<link>http://www.fatkitties.com/2011/03/from-here-to-there/</link>
		<comments>http://www.fatkitties.com/2011/03/from-here-to-there/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 04:29:41 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[lent challenge]]></category>

		<guid isPermaLink="false">http://jdeuel.fatkitties.net/?p=189</guid>
		<description><![CDATA[Today I started playing around with some more Unity for a side scrolled I&#8217;ve been meaning to do for a while now. I&#8217;ve gotta get past these distractions, get past the excuses, sit down and make a damn game. Therefor I&#8217;ll make this a little challenge for myself. I&#8217;m not religious in any sense of [...]]]></description>
			<content:encoded><![CDATA[<p>Today I started playing around with some more Unity for a side scrolled I&#8217;ve been meaning to do for a while now. I&#8217;ve gotta get past these distractions, get past the excuses, sit down and make a damn game. Therefor I&#8217;ll make this a little challenge for myself.</p>
<p>I&#8217;m not religious in any sense of the word, but I think I know what I&#8217;ll do for lent. I will give up not making games. Double negative, sure, but Jesus never specified grammar involved in passover.</p>
<p>So that means I&#8217;ve got <del>40</del> <del>39</del> 38 days starting tomorrow. I got a few of the basics just running around in unity right now using all Unity code, but I&#8217;m going to go back to the drawing board on that junk and remake it in my own image. (So much religious imagery in this post!) If there&#8217;s a concept I don&#8217;t understand, I&#8217;ll remake it in retard-code so that I can read and understand it. No matter how inefficient it might be. Easy as that.</p>
<p style="text-align: center;">&nbsp;</p>
<div class="wp-caption aligncenter" style="width: 460px"><img class=" " title="distractions" src="http://jdeuel.fatkitties.net/images/SS-2011-03-10_22.22.07.jpg" alt="" width="450" height="320" /><p class="wp-caption-text">This kind of distraction has got to go!</p></div>
<p style="text-align: left;">So yeah, gotta stop dilly dallying.</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">I think I&#8217;ll shoot for a weekly playable build to you guys, and 3x as many blog posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2011/03/from-here-to-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments Disabled.</title>
		<link>http://www.fatkitties.com/2011/01/comments-disabled/</link>
		<comments>http://www.fatkitties.com/2011/01/comments-disabled/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 20:26:15 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[Unity Progress]]></category>

		<guid isPermaLink="false">http://jdeuel.fatkitties.net/?p=187</guid>
		<description><![CDATA[You can thank India and all the spambots they have. You suck, India!]]></description>
			<content:encoded><![CDATA[<p>You can thank India and all the spambots they have. You suck, India!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2011/01/comments-disabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chapter 9: Game Complete.</title>
		<link>http://www.fatkitties.com/2010/12/chapter-9-game-complete/</link>
		<comments>http://www.fatkitties.com/2010/12/chapter-9-game-complete/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 20:02:13 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[Unity Demos]]></category>
		<category><![CDATA[Unity Progress]]></category>

		<guid isPermaLink="false">http://jdeuel.fatkitties.net/?p=182</guid>
		<description><![CDATA[Well, just the end of the book. Hopefully I can muster up enough motivation to keep up my Unity education and build something worth a damn. So it&#8217;s been a week, busy week, since the last post about menus. Well, they pretty much wrapped the game up. From there it was just tweaking and optimization. [...]]]></description>
			<content:encoded><![CDATA[<p>Well, just the end of the book. Hopefully I can muster up enough motivation to keep up my Unity education and build something worth a damn.</p>
<p>So it&#8217;s been a week, busy week, since the last post about menus. Well, they pretty much wrapped the game up. From there it was just tweaking and optimization. We added a fog and a draw clipping plane (nothing too far out will be drawn, and instead you&#8217;ll see fog) as well as a throwing trail for the coconuts. The volcano now smokes and emits a rumbling sound that increases as you get near to it. We finally put in the instruction screen and made a win message that&#8217;ll hurl you back to the main menu.</p>
<p>I guess there&#8217;s not a lot to explain about it. Here&#8217;s the full game!</p>
<div class="wp-caption aligncenter" style="width: 490px"><a href="http://jdeuel.fatkitties.net/unity/chapter9.html"><img title="The End Of It All" src="http://jdeuel.fatkitties.net/images/SS-2010-12-21_13.59.06.png" alt="" width="480" height="410" /></a><p class="wp-caption-text">Click for the final version!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2010/12/chapter-9-game-complete/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Chapter 8 (Part 2 of 2)</title>
		<link>http://www.fatkitties.com/2010/12/chapter-8-part-2-of-2/</link>
		<comments>http://www.fatkitties.com/2010/12/chapter-8-part-2-of-2/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 19:06:39 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[Unity Demos]]></category>
		<category><![CDATA[Unity Progress]]></category>

		<guid isPermaLink="false">http://jdeuel.fatkitties.net/?p=178</guid>
		<description><![CDATA[Ladies and gentlemen we&#8217;re only one chapter from the soft ending of the book. Chapter 9 pretty much tidies everything up and then 10 and 11 are extra info about how to build (which I&#8217;ve been doing since chapter 1) and where to go from there. So here&#8217;s chapter 8&#8242;s other menu system. I suppose [...]]]></description>
			<content:encoded><![CDATA[<p>Ladies and gentlemen we&#8217;re only one chapter from the soft ending of the book. Chapter 9 pretty much tidies everything up and then 10 and 11 are extra info about how to build (which I&#8217;ve been doing since chapter 1) and where to go from there.</p>
<p>So here&#8217;s chapter 8&#8242;s other menu system. I suppose this one is preferred for most applications but it&#8217;s just a little harder to achieve the same graphical representation as the first demo. This one lets you do so much more though, and keeps everything nicely styled!</p>
<p>Here&#8217;s what it looks like I guess, it&#8217;s nothing majorly different from the other demo except for some behind the scenes stuff.</p>
<div class="wp-caption aligncenter" style="width: 477px"><a href="http://jdeuel.fatkitties.net/unity/chapter82.html"><img title="Menu v2" src="http://jdeuel.fatkitties.net/images/SS-2010-12-10_13.02.03.png" alt="" width="467" height="283" /></a><p class="wp-caption-text">Click here for the Alternative menu.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2010/12/chapter-8-part-2-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chapter 8: Menus (Part 1 of 2)</title>
		<link>http://www.fatkitties.com/2010/12/chapter-8-menus-part-1-of-2/</link>
		<comments>http://www.fatkitties.com/2010/12/chapter-8-menus-part-1-of-2/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 01:16:00 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[Unity Demos]]></category>
		<category><![CDATA[Unity Progress]]></category>

		<guid isPermaLink="false">http://jdeuel.fatkitties.net/?p=168</guid>
		<description><![CDATA[There are 2 ways to do menus, it seems. One by basically clicking pretty pictures (I like this way!) and one by using a lot of script (Uh ohhh). Obviously the one with all the script pays off better in the end due to reusability. We make a new scene (&#8216;level&#8217; in laymans terms) and [...]]]></description>
			<content:encoded><![CDATA[<p>There are 2 ways to do menus, it seems. One by basically clicking pretty pictures (I like this way!) and one by using a lot of script (Uh ohhh). Obviously the one with all the script pays off better in the end due to reusability. We make a new scene (&#8216;level&#8217; in laymans terms) and eliminate anything we don&#8217;t want on the main menu. Out with the FPS controller, out with the shack, and out with everything but the island.</p>
<p>From there we add a bunch of GUITextures for our buttons and add some incredibly simple scripting to check if we are hovering over the buttons, clicking down on the buttons, or releasing the click over the button. These are all achieved using built-in Unity functions.</p>
<p>There&#8217;s really not much more than that to it. We have a quit button that obviously won&#8217;t work in the webplayer, so I built a <a href="http://jdeuel.fatkitties.net/unity/test.rar">TEST BUILD</a> standalone version which lets you change graphics settings and everything. It&#8217;s 10mb, try it out.</p>
<p>Or: the web player version.</p>
<div class="wp-caption aligncenter" style="width: 465px"><a href="http://jdeuel.fatkitties.net/unity/chapter81.html"><img class=" " title="Main Menu" src="http://jdeuel.fatkitties.net/images/SS-2010-12-09_19.07.50.png" alt="" width="455" height="398" /></a><p class="wp-caption-text">Click here for Main Menu, version 1.</p></div>
<p style="text-align: center;">
<p style="text-align: left;">NOTE: The Instruction button has not been implemented yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2010/12/chapter-8-menus-part-1-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments are now open to the public.</title>
		<link>http://www.fatkitties.com/2010/12/comments-are-now-open-to-the-public/</link>
		<comments>http://www.fatkitties.com/2010/12/comments-are-now-open-to-the-public/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 23:14:56 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[Unity Progress]]></category>

		<guid isPermaLink="false">http://jdeuel.fatkitties.net/?p=166</guid>
		<description><![CDATA[See title.]]></description>
			<content:encoded><![CDATA[<p>See title.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2010/12/comments-are-now-open-to-the-public/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chapter 7: Particle Systems.</title>
		<link>http://www.fatkitties.com/2010/12/chapter-7-particle-systems/</link>
		<comments>http://www.fatkitties.com/2010/12/chapter-7-particle-systems/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 22:09:14 +0000</pubDate>
		<dc:creator>jdeuel</dc:creator>
				<category><![CDATA[Unity Demos]]></category>
		<category><![CDATA[Unity Progress]]></category>

		<guid isPermaLink="false">http://jdeuel.fatkitties.net/?p=162</guid>
		<description><![CDATA[This chapter was pretty light compared to the last one. Most of it took place in the actual Unity editor rather than in notepad++. I was tasked with making a firepit, then starting it on fire. Then making that fire smoke. Here&#8217;s what it takes to make a particle emitter in Unity: Sure, there are [...]]]></description>
			<content:encoded><![CDATA[<p>This chapter was pretty light compared to the last one. Most of it took place in the actual Unity editor rather than in notepad++. I was tasked with making a firepit, then starting it on fire. Then making that fire smoke.</p>
<p>Here&#8217;s what it takes to make a particle emitter in Unity:</p>
<p><img src="http://jdeuel.fatkitties.net/images/SS-2010-12-07_15.59.14.png" alt="" width = 200/> <img src="http://jdeuel.fatkitties.net/images/SS-2010-12-07_15.59.37.png" width=200 alt="" /></p>
<p>Sure, there are a lot of numbers there. But it&#8217;s all super simple stuff! Min/Max Size, how big the particles should be. Velocities are how fast they should travel and in what direction. It&#8217;s all mostly common sense. Even if it wasn&#8217;t the Unity Editor handily shows you a live preview of your particle emitter so you always know what you&#8217;re doing.</p>
<p>So we basically went through and tweaked up both of our particle emitters to emulate the look of fire (for the pit) and smoke (for the fire!)</p>
<p>How is the player going to start that fire? Well he needs to get some matches which now reside inside of the house. Get the batteries (I added another one so you don&#8217;t have to play the target game if you don&#8217;t want to, also speeds up testing for me) and open the door. When you pick up the matches I call a GUI with a little Match icon on it. When you&#8217;ve got the matches you just run up to the fire. We check if the player collider is hitting the fire collider, if it is, destroy the GUI, trigger the emitters and sound, and boom. You&#8217;re done.</p>
<p>Here&#8217;s the demo:</p>
<div class="wp-caption aligncenter" style="width: 492px"><a href="http://jdeuel.fatkitties.net/unity/chapter7.html"><img title="smoke + fire" src="http://jdeuel.fatkitties.net/images/SS-2010-12-07_15.09.37.png" alt="" width="482" height="390" /></a><p class="wp-caption-text">Click here for Demo!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fatkitties.com/2010/12/chapter-7-particle-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

