<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0">
<channel>
	 
	<link>http://www.moddb.com/members/peterpanties/blog</link>
	<title>peterpanties Blog RSS feed - Mod DB</title>
	<description>Subscribe to the Mod DB peterpanties blog feed, and get the latest updates as they are posted.</description>
	<language>en-us</language>
	<pubDate>Mon, 01 Dec 2008 10:32:33 -0600</pubDate>
	<copyright>Copyright 2008, DesuraNET Pty Ltd</copyright>
	<category>Articles</category>
	<ttl>180</ttl>
	<image>
		<title>Mod DB</title>
		<url>http://static.moddb.com/cutoff/images/logos/rss.png</url>
		<link>http://www.moddb.com/</link>
		<width>120</width>
		<height>90</height>
	</image>
	 
	<item>
		<title>First Tutorial</title>
		<link>http://www.moddb.com/members/peterpanties/blog/first-tutorial</link>
		<pubDate>Wed, 02 Apr 2008 22:12:41 -0500</pubDate>
		<description>I posted my first tutorial today. Wow, it took me a little longer than I&nbsp;expected.&nbsp;For now consider it a rough draft.&nbsp;It&#39;s nothing overly complicated which is why I&nbsp;set&nbsp;the tutorial picture&nbsp;to peterpan&#39;s baby. (baby&nbsp;implies easy) So, check it out and let me know what you think. link should be along top there, says tutorials.&nbsp;my next tutorial will be on how to use the fonts in a UIscene.</description>
		<guid isPermaLink="false">articles27320</guid>
		<enclosure url="http://static.moddb.com/cutoff/images/logos/articles.png" length="" type="" />	</item>
	 
	<item>
		<title>UI UI UI UI UI</title>
		<link>http://www.moddb.com/members/peterpanties/blog/ui-ui-ui-ui-ui</link>
		<pubDate>Tue, 01 Apr 2008 09:02:58 -0500</pubDate>
		<description>It&#39;s so hard to find a good tutorial covering the UT3 UI editor and UI programming. What little information I found was very vague. So, with this I plan to release a few tutorials of my own covering UI programming. If anyone has any suggestions or topics they&#39;d like to hear about please let me know! (or if you&#39;re really good at UIs and want to help me write the tutorials hah) 

&nbsp; 

&lt;a href=&quot;http://udn.epicgames.com/Two/FontTutorial.html&quot; target=&quot;_blank&quot;&gt;http://udn.epicgames.com/Two/FontTutorial.html&lt;/a&gt;

&nbsp; 

&lt;a href=&quot;http://dmedia.dprogramming.com/?n=Tutorials.TextRendering1&quot; target=&quot;_blank&quot;&gt;http://dmedia.dprogramming.com/?n=Tutorials.TextRendering1&nbsp;&lt;/a&gt;</description>
		<guid isPermaLink="false">articles27278</guid>
		<enclosure url="http://static.moddb.com/cutoff/images/logos/articles.png" length="" type="" />	</item>
	 
	<item>
		<title>sane sites so self&#45;help seems sensible</title>
		<link>http://www.moddb.com/members/peterpanties/blog/sane-sites-so-self-help-seems-sensible</link>
		<pubDate>Thu, 27 Mar 2008 12:03:44 -0500</pubDate>
		<description>Today after running through ambershee&#39;s Blindness and Gametype tutorial. I&#39;ve come up with a few ideas that seem good practice to try and implement.  

&lt;ul&gt;
 &lt;li&gt;An extension upon the blindness tutorial that adds the blind effect when shot. For some amount of time. (I don&#39;t know how to do timers nor apply effects when player is hit by a weapon)&lt;/li&gt;
 &lt;li&gt;A paintball mod. (could be easy if you just retextures the bullet holes but i&#39;d like to change the wall hitting effect completely)&lt;/li&gt;
 &lt;li&gt;A crouch regen mod. Player crouches and gets HP back slowly. (No idea how that would be implemented in code)&lt;/li&gt;
 &lt;li&gt;A spin jump mod. I know it would be crazy for the player, but maybe make the characters spin crazily while jumping or flying through the air. (or maybe just the bots) Might be a laugh to watch the bots do it. this would involve states and give an introduction to rotators. both of which i&#39;m not very familiar with.&lt;/li&gt;
 &lt;li&gt;The third person camera. Everyone wants this so much that I kind of want to write a tutorial on it. once I know how to do it that is.&lt;/li&gt;
&lt;/ul&gt;

I think these are pretty simple, assuming you know the code and heirarchy of everything. 

Anyway, that&#39;s all I have to say about that. My journies in coding today have been rather uneventful. Just trying to understand ModifyPlayer() better, as well as some of the base objects, Actor, Pawn, Playercontroller, etc.  

Some sites I found today...

&lt;a href=&quot;http://udn.epicgames.com/Three/PublicTopics.html&quot; target=&quot;_blank&quot;&gt;http://udn.epicgames.com/Three/PublicTopics.html&lt;/a&gt;
this site has some cool info on various ut3 topics, i must have missed it because i&#39;ve looked through the udn a number of times lol

&lt;a href=&quot;http://www.max&#45;realms.com/&quot; target=&quot;_blank&quot;&gt;http://www.max&#45;realms.com/&lt;/a&gt;
i am not going to learn how to model so free 3d models = good 

&lt;a href=&quot;http://utforums.epicgames.com/search.php?searchid=3091753&quot; target=&quot;_blank&quot;&gt;http://utforums.epicgames.com/search.php?searchid=3091753 &lt;/a&gt;
posts made by a guy called geodav on UT3 forums. Has a lot of good character/model tutorials information 

&lt;a href=&quot;http://www.ut40k.planetunreal.gamespy.com/&quot; target=&quot;_blank&quot;&gt;http://www.ut40k.planetunreal.gamespy.com/&lt;/a&gt;
some tutorials this guy wrote can be found on the riht side of his site  

&nbsp; 

&nbsp;</description>
		<guid isPermaLink="false">articles27165</guid>
		<enclosure url="http://static.moddb.com/cutoff/images/logos/articles.png" length="" type="" />	</item>
	 
	<item>
		<title>some spotlight simulations stink</title>
		<link>http://www.moddb.com/members/peterpanties/blog/some-spotlight-simulations-stink</link>
		<pubDate>Wed, 26 Mar 2008 20:07:21 -0500</pubDate>
		<description>Still having trouble with that spotlight. Gar. I broke down and posted on the forums asking for help. Hopefully someone wise comes along? Anyway, I thought I would try to make my first decent mod. A modification to the double jumping/straffing that would allow the player to kill whoever he touches (enemy) during his performance of this manouever. Sort of like a body check. I know, it sounds unreasonable. I thought about also maybe disarming the opponent, knocking them backwards, etc. But I&#39;ll start off simple and just kill them because, I don&#39;t even know how to do that. I really wish I could get that spotlight thing figured out though. I hate to leave a problem unanswered. 

Some questions I have for this week: 

What are components and why do we attach them to things? What do we need to attach something to in order for it to be seen visually? What different parts of the character are there for us to attach things too? Also, what different sockets are there for weapons? 

What events are caused during normal gameplay? Do all actors run the PostBeginPlay() once the game has begun? How does this work? 

Lastly, what are states? How can I use them? It probably wouldn&#39;t hurt to learn what all these variabletype(variablename) things are either. Gah.. 

Anyway, I think a simple tutorial about the basic code would be good. Perhaps just performed all through logs. Just to test the different use of variables, functions, vectors, rotators, etc. I still don&#39;t have much experience with those. 

And one last thing I&#39;d like to know. I can create mutators but how does one create entire mods? What exactly are we making when we make our Folder with class structure? What do we have the ability to overwrite? What don&#39;t we? So much to learn! 

&nbsp; 

&nbsp; 

&nbsp; 

&nbsp; 

&nbsp;</description>
		<guid isPermaLink="false">articles27146</guid>
		<enclosure url="http://static.moddb.com/cutoff/images/logos/articles.png" length="" type="" />	</item>
	 
	<item>
		<title>Learning UScript</title>
		<link>http://www.moddb.com/members/peterpanties/blog/learning-uscript</link>
		<pubDate>Tue, 25 Mar 2008 21:51:00 -0500</pubDate>
		<description>Today I played around with light components. following ambershee&#39;s tutorial. I expanded on it a lot though. Hopefully this could be used as a torch effect in the final game. Right now the weapon is called spotlight since that just seemed a good idea at the time. But if I had a torch model it could be kinda cool to see what could be made. 

&nbsp;Anyway, after I feel satisfied with this I&#39;ll start manipulating the camera of the player. I think a 3rd person camera will be best for this game. It will save on modelling of the first person views as well.</description>
		<guid isPermaLink="false">articles27127</guid>
		<enclosure url="http://static.moddb.com/cutoff/images/logos/articles.png" length="" type="" />	</item>
	 
	<item>
		<title>Some links I found helpful while learning unrealscript</title>
		<link>http://www.moddb.com/members/peterpanties/blog/some-links-i-found-helpful-while-learning-unrealscript</link>
		<pubDate>Mon, 24 Mar 2008 19:35:23 -0500</pubDate>
		<description>&nbsp; 

As you know unrealscript is the code used in the unreal engine. If you&#39;re new to coding then this all may be overwhelming to you at first. If you&#39;re not then you should pick up the basics fairly quickly. At the time of writing this I&#39;m just starting to learn Uscript (Unrealscript) myself. 

To start things off I&#39;m going to post some links to other important articles, to give you the good tools you need to start with unrealscript. I know you&#39;re probably like me and want to immediately start scripting your awesome mod day 1, but there are some fundamentals we need first. I hope they help. 

&lt;h4&gt;Preperation:&lt;/h4&gt;

There are two programming tools that I heard about when I was beginning. WOTgreal and Notepad++. When I was on the unreal wiki though, I heard about a third called crimsoneditor. [NEED TO FINISH THIS]

&lt;a href=&quot;http://www.wotgreal.com/&quot; target=&quot;_blank&quot;&gt;http://www.wotgreal.com/&lt;/a&gt;
&lt;a href=&quot;http://notepad&#45;plus.sourceforge.net/uk/site.htm&quot; target=&quot;_blank&quot;&gt;http://notepad&#45;plus.sourceforge.net/uk/site.htm&lt;/a&gt;

You will want one of these as it&#39;s much better than normal notepad.   

&lt;h4&gt;Links to learn:&lt;/h4&gt;

&lt;a href=&quot;http://www.orangesmoothie.org/tuts/GM&#45;OOtutorial.html&quot; target=&quot;_blank&quot;&gt;http://www.orangesmoothie.org/tuts/GM&#45;OOtutorial.html&lt;/a&gt;
This is a tutorial on object oriented programming. If you do not know what that means, you might want to take a look at it. 

&lt;a href=&quot;http://www.moddb.com/games/unreal&#45;tournament&#45;3/tutorials&quot; target=&quot;_blank&quot;&gt;http://www.moddb.com/games/unreal&#45;tournament&#45;3/tutorials&lt;/a&gt; 
A set of a tutorials on unrealscript done by Ambershee. Good stuff. I would recommend reading tutorial #3 first, if you&#39;re looking to learn about the code. I will expand upon these things in our first script.  

&lt;a href=&quot;http://www.moddb.com/downloads/unrealscript&#45;reference&quot; target=&quot;_blank&quot;&gt;http://www.moddb.com/downloads/unrealscript&#45;reference &lt;/a&gt;
Just incase you didn&#39;t you didn&#39;t pick this up on Ambershee&#39;s tutorial #3. You might want to use this if you&#39;re new to unrealscript. 

&lt;h4&gt;Links of reference:
&lt;/h4&gt;

&lt;a href=&quot;http://wiki.beyondunreal.com/wiki/&quot; target=&quot;_blank&quot;&gt;http://wiki.beyondunreal.com/wiki/&lt;/a&gt;
I love wikis. This one is good, however you may not find a lot of up to date info for UT3 as of today. Still, it&#39;s good for reference if something is completely confusing you.  

&nbsp; 

&nbsp; 

&nbsp; 

&nbsp;</description>
		<guid isPermaLink="false">articles27104</guid>
		<enclosure url="http://static.moddb.com/cutoff/images/logos/articles.png" length="" type="" />	</item>
	  
</channel>
</rss>