<?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>UDKoder</title>
	<atom:link href="http://udkoder.geekprojex.com/udkblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://udkoder.geekprojex.com/udkblog</link>
	<description>Unreal Development Kit Project Showcase</description>
	<lastBuildDate>Sun, 01 Jan 2012 02:51:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>UDK RAGDOLL PHYSICS now WITH RESPAWN</title>
		<link>http://udkoder.geekprojex.com/udkblog/?p=54</link>
		<comments>http://udkoder.geekprojex.com/udkblog/?p=54#comments</comments>
		<pubDate>Sun, 01 Jan 2012 02:49:38 +0000</pubDate>
		<dc:creator>UDKoder</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://udkoder.geekprojex.com/udkblog/?p=54</guid>
		<description><![CDATA[I meant to record this in the first video, but I thought it ran too slowly when capturing, just figured out I merely needed to re-encode the UDK movie capture. Here you can see as each Pawn dies, it spawns a replacement so it goes on forever (or until they find the edge of this [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="640" height="480" src="http://www.youtube.com/embed/Nf_826O0QbY?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>I meant to record this in the first video, but I thought it ran too slowly when capturing, just figured out I merely needed to re-encode the UDK movie capture. Here you can see as each Pawn dies, it spawns a replacement so it goes on forever (or until they find the edge of this cube(THEY WILL)).</p>
<p>The ai is still very stupid, less than stupid, it simply chooses a random place, if it can see it, it goes there, if not, it chooses again. The result is there is ZERO determination to their actions. I&#8217;m about to give him some BOXING animations and maybe model up a Boxing Ring. Yes I think that will be next, then I will make BoxingPawnAI and give him a real brain (at least enough to throw down).</p>
]]></content:encoded>
			<wfw:commentRss>http://udkoder.geekprojex.com/udkblog/?feed=rss2&#038;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UDK Custom Character RAGDOLL PHYSICS DEATH</title>
		<link>http://udkoder.geekprojex.com/udkblog/?p=50</link>
		<comments>http://udkoder.geekprojex.com/udkblog/?p=50#comments</comments>
		<pubDate>Sat, 31 Dec 2011 20:37:30 +0000</pubDate>
		<dc:creator>UDKoder</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://udkoder.geekprojex.com/udkblog/?p=50</guid>
		<description><![CDATA[So I&#8217;ve taken my Player model that I made, given him some basic animations and movement, coded a bot from him with very simple wandering ai (no goal, just wanders to random points) and now I have created a Physics Asset for him which is working well so far. The wander bots have a 10% [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="640" height="480" src="http://www.youtube.com/embed/56gMMXoXsB4?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>So I&#8217;ve taken my Player model that I made, given him some basic animations and movement, coded a bot from him with very simple wandering ai (no goal, just wanders to random points) and now I have created a Physics Asset for him which is working well so far. The wander bots have a 10% chance of death each time they move, inducing the ragdoll to take over.</p>
<p>All classes from scratch, NO UT CLASSES USED, all classes extend from either &#8216;UDK&#8217; classes or &#8216;GAME&#8217; classes, but never UT specific(I hate those).</p>
<p>Once I am done playing with all of this, I plan to write some easy to follow tutorials that show how to do things the &#8216;base&#8217; way instead of the &#8216;lets mod UT&#8217; way.</p>
]]></content:encoded>
			<wfw:commentRss>http://udkoder.geekprojex.com/udkblog/?feed=rss2&#038;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>*UPDATES* July 27</title>
		<link>http://udkoder.geekprojex.com/udkblog/?p=46</link>
		<comments>http://udkoder.geekprojex.com/udkblog/?p=46#comments</comments>
		<pubDate>Thu, 28 Jul 2011 00:14:23 +0000</pubDate>
		<dc:creator>UDKoder</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://udkoder.geekprojex.com/udkblog/?p=46</guid>
		<description><![CDATA[Been working mostly with 3dsmax to get some custom characters for udk ready. I&#8217;m not an artist. I also have my own weapons class ready (not using UT classes), so I&#8217;m gonna need to model some of those. O yea the world will probably need buildings and stuff too&#8230; I&#8217;m working on my first 3d [...]]]></description>
			<content:encoded><![CDATA[<p>Been working mostly with 3dsmax to get some custom characters for udk ready.</p>
<p>I&#8217;m not an artist. I also have my own weapons class ready (not using UT classes), so I&#8217;m gonna need to model some of those.</p>
<p>O yea the world will probably need buildings and stuff too&#8230; I&#8217;m working on my first 3d car model, then I&#8217;ll code it up.</p>
<p>Heres the last render I did:</p>
<div id="attachment_47" class="wp-caption aligncenter" style="width: 310px"><a href="http://udkoder.geekprojex.com/udkblog/?attachment_id=47" rel="attachment wp-att-47"><img class="size-medium wp-image-47" title="Female_One_Head" src="http://udkoder.geekprojex.com/udkblog/wp-content/uploads/2011/07/Renderz94-300x225.png" alt="Female One Head" width="300" height="225" /></a><p class="wp-caption-text">Female One Head</p></div>
]]></content:encoded>
			<wfw:commentRss>http://udkoder.geekprojex.com/udkblog/?feed=rss2&#038;p=46</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3DSMAX to APEX PhysXLab to UDK Demonstration</title>
		<link>http://udkoder.geekprojex.com/udkblog/?p=38</link>
		<comments>http://udkoder.geekprojex.com/udkblog/?p=38#comments</comments>
		<pubDate>Mon, 30 May 2011 01:05:47 +0000</pubDate>
		<dc:creator>UDKoder</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[APEX]]></category>
		<category><![CDATA[DESTRUCTIBLE]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[GEEKPROJEX]]></category>
		<category><![CDATA[udk]]></category>
		<category><![CDATA[udkoder]]></category>

		<guid isPermaLink="false">http://udkoder.geekprojex.com/udkblog/?p=38</guid>
		<description><![CDATA[Ok, So basically all I did was make and texture this simple building in one piece in 3DSMax and exported to FBX format into APEX PhysXLab, broke it up a bit and gave it some basic damage settings,etc&#8230; Then I exported an APB(APEX ASSET) and brought that into UDK as an asset. Works pretty good, [...]]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/OIGac8NppzA?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OIGac8NppzA?version=3" type="application/x-shockwave-flash" width="640" height="505" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Ok, So basically all I did was make and texture this simple building in  one piece in 3DSMax and exported to FBX format into APEX PhysXLab, broke it up a  bit and gave it some basic damage settings,etc&#8230; Then I exported an APB(APEX ASSET)  and brought that into UDK as an asset. Works pretty good, still needs  tweaking.</p>
<p>You may notice I broke my own rule about using the default stuff from Unreal Tournament. This is because the custom character I am working on does not have a weapon with which to cause damage with. So this is merely a Proof Of Concept for my own learning and it looks cool. Now that this is done, I will be back to working on some more character animations for my model(and weapons ofc). The map this will all go into will be an open roam urban setting in which most everything is destructible, especially all the buildings.</p>
<p>&nbsp;</p>
<p><em><strong>THIS IS FUN!</strong></em></p>
<p><em><strong> <img src='http://udkoder.geekprojex.com/udkblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</strong></em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://udkoder.geekprojex.com/udkblog/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Character For UDK Projex!</title>
		<link>http://udkoder.geekprojex.com/udkblog/?p=36</link>
		<comments>http://udkoder.geekprojex.com/udkblog/?p=36#comments</comments>
		<pubDate>Fri, 18 Feb 2011 05:48:07 +0000</pubDate>
		<dc:creator>UDKoder</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[3d modeling]]></category>
		<category><![CDATA[3dsmax]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[face]]></category>
		<category><![CDATA[udk]]></category>
		<category><![CDATA[unreal engine]]></category>

		<guid isPermaLink="false">http://udkoder.geekprojex.com/udkblog/?p=36</guid>
		<description><![CDATA[Well, Blockhead model was fun for figuring out how to use udk animsets and getting a custom character in game, but honestly, that model sucked and I didn’t spend nearly enough time on it. THIS model is the result of starting over and watching some good tutorials on face modeling in 3dsmax. I understand much [...]]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/e/poUp8vhp_8A"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/e/poUp8vhp_8A" type="application/x-shockwave-flash" width="640" height="505" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Well, Blockhead model was fun for figuring out how to use udk animsets  and getting a custom character in game, but honestly, that model sucked  and I didn’t spend nearly enough time on it.  THIS model is the result  of starting over and watching some good tutorials on face modeling in  3dsmax. I understand much more than I did when I made Blockhead. This is  my generic male face and I will be starting on the body next.</p>
]]></content:encoded>
			<wfw:commentRss>http://udkoder.geekprojex.com/udkblog/?feed=rss2&#038;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blockhead&#8217;s First (and last) day of life.</title>
		<link>http://udkoder.geekprojex.com/udkblog/?p=29</link>
		<comments>http://udkoder.geekprojex.com/udkblog/?p=29#comments</comments>
		<pubDate>Fri, 18 Feb 2011 05:30:56 +0000</pubDate>
		<dc:creator>UDKoder</dc:creator>
				<category><![CDATA[Blockhead]]></category>
		<category><![CDATA[BLOCKHEAD PROJECT]]></category>
		<category><![CDATA[GEEKPROJEX]]></category>
		<category><![CDATA[udk]]></category>
		<category><![CDATA[udkoder]]></category>
		<category><![CDATA[UDKPawn]]></category>

		<guid isPermaLink="false">http://udkoder.geekprojex.com/udkblog/?p=29</guid>
		<description><![CDATA[I took the original blockhead model and gave him a low detail head shape. I took a frame the the cartoon Archer and created this material for his face and suit. I rigged him and animated him with 3dsmax before exporting to Actorx and Importing into UDK. He has Walk,Run,Jump and Idle and an additive [...]]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/e/WrJO-9j7028"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/e/WrJO-9j7028" type="application/x-shockwave-flash" width="640" height="505" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I took the original blockhead model and gave him a low detail head  shape. I took a frame the the cartoon Archer and created this material  for his face and suit.</p>
<p>I rigged him and animated him with 3dsmax before  exporting to Actorx and Importing into UDK.</p>
<p>He has Walk,Run,Jump and  Idle and an additive animation for WALK_FLASHLIGHT and IDLE_FLASHLIGHT.</p>
<p>He is derived from UDKPawn and does not use any UT classes. The  Flashlight is extended from UDKWeapon not UTWeapon.</p>
<p>The flashlight has a  bone near the lens where there is a SpotLight Component Attached.</p>
<p><em><strong>Hey I didn&#8217;t forget about the request for me to do a tutorial</strong></em> <em><strong>on creating a flashlight, I&#8217;ll make one soon, Promise!</strong></em><br />
<em><strong>BUT&#8230;.. Blockhead is DEAD, I wont be working on that model anymore(I will still be making flashlights though).</strong></em></p>
<p><em><strong>The next model (just uploaded it to youtube today) is much more detailed than blockhead was (OMG he actually has a nose!).</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://udkoder.geekprojex.com/udkblog/?feed=rss2&#038;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Project -=BlockHead=-</title>
		<link>http://udkoder.geekprojex.com/udkblog/?p=23</link>
		<comments>http://udkoder.geekprojex.com/udkblog/?p=23#comments</comments>
		<pubDate>Fri, 10 Dec 2010 04:03:45 +0000</pubDate>
		<dc:creator>UDKoder</dc:creator>
				<category><![CDATA[Blockhead]]></category>
		<category><![CDATA[3dsmax]]></category>
		<category><![CDATA[blockhead]]></category>
		<category><![CDATA[geek projex]]></category>
		<category><![CDATA[udk]]></category>
		<category><![CDATA[udkoder]]></category>
		<category><![CDATA[unreal]]></category>

		<guid isPermaLink="false">http://udkoder.geekprojex.com/udkblog/?p=23</guid>
		<description><![CDATA[Day one of the Blockhead Project. I started a new character from scratch, going to mesh out the head later. For now I just want to get him into UDK as fast as possible. This is what I smashed out on day one. Not much, but I got a fun little video from it.]]></description>
			<content:encoded><![CDATA[<p>Day one of the Blockhead Project.</p>
<p>I started a new character from scratch, going to mesh out the head   later.</p>
<p>For now I just want to get him into UDK as fast as possible.</p>
<p>This  is what I smashed out on day one. Not much, but I got a fun little  video from it.</p>
<p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/yWGySjnQHdk?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yWGySjnQHdk?fs=1" type="application/x-shockwave-flash" width="640" height="505" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://udkoder.geekprojex.com/udkblog/?feed=rss2&#038;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UD&#8230;Who?</title>
		<link>http://udkoder.geekprojex.com/udkblog/?p=10</link>
		<comments>http://udkoder.geekprojex.com/udkblog/?p=10#comments</comments>
		<pubDate>Sat, 11 Sep 2010 02:44:46 +0000</pubDate>
		<dc:creator>UDKoder</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://udkoder.geekprojex.com/udkblog/?p=10</guid>
		<description><![CDATA[This blog is a place for me to show off my efforts in working with the Unreal Development Kit  ( UDK ). I&#8217;ve been working with UDK since I found out about it in January 2010 and I always like to hear what people think of what I&#8217;ve been spending my time on. I also [...]]]></description>
			<content:encoded><![CDATA[<p>This blog is a place for me to show off my efforts in working with the Unreal Development Kit  ( UDK ).</p>
<p>I&#8217;ve been working with UDK since I found out about it in January 2010 and I always like to hear what people think of what I&#8217;ve been spending my time on.</p>
<p>I also plan to create some video tutorials on difficult subjects I feel have either been ignored or not covered properly. This will happen as soon as I can get a decent video capture program. I have to jump on the bandwagon for this one and say &#8216;I agree, I used to love it, but FRAPS SUCKS!&#8217; I develop on a 42&#8243; HD LCD and I don&#8217;t like to downscale my resolution.</p>
<div id="attachment_11" class="wp-caption aligncenter" style="width: 450px"><a rel="attachment wp-att-11" href="http://udkoder.geekprojex.com/udkblog/?attachment_id=11"><img class="size-full wp-image-11" title="UDKoder-CorruptLogo" src="http://udkoder.geekprojex.com/udkblog/wp-content/uploads/2010/09/UDKoder-CorruptLogo.jpg" alt="UDKoder - UDK Tutorials and Resources" width="440" height="265" /></a><p class="wp-caption-text">UDKoder Corrupt Logo</p></div>
]]></content:encoded>
			<wfw:commentRss>http://udkoder.geekprojex.com/udkblog/?feed=rss2&#038;p=10</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

