<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Script system done.  But useful?</title>
	<atom:link href="http://www.rakkar.org/blog/?feed=rss2&#038;p=204" rel="self" type="application/rss+xml" />
	<link>http://www.rakkar.org/blog/?p=204</link>
	<description>Trials of a game developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 22:23:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Syedhs</title>
		<link>http://www.rakkar.org/blog/?p=204&#038;cpage=1#comment-3735</link>
		<dc:creator>Syedhs</dc:creator>
		<pubDate>Sat, 07 Apr 2007 20:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakkar.org/blog/?p=204#comment-3735</guid>
		<description>Okay may I add that script programmers may be supervised by a level designer. So they could pretty much tweak numbers here and there so that the level is hard enough (depending on the level etc).</description>
		<content:encoded><![CDATA[<p>Okay may I add that script programmers may be supervised by a level designer. So they could pretty much tweak numbers here and there so that the level is hard enough (depending on the level etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syedhs</title>
		<link>http://www.rakkar.org/blog/?p=204&#038;cpage=1#comment-3734</link>
		<dc:creator>Syedhs</dc:creator>
		<pubDate>Sat, 07 Apr 2007 20:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakkar.org/blog/?p=204#comment-3734</guid>
		<description>I think script is only meant for non-core programmer which is called &#039;script programmers&#039;. In the games development hierarchy, there should be at least one senior programmer who will code everything in C++ &amp; expose only &#039;selective&#039; functions for script. And the functions should not be low level aka the same level as Ogre&#039;s. It should be higher level than that. For example:-
if (soldier.detectArmy) {
 if (soldier.energy &gt; 50)
    sodier.runForCover;
 else if (solider.energy &gt; 30)
    soldier.layOnGround;
}

Obviously, detectArmy function is a very high level function, and it all is implemented in C++.</description>
		<content:encoded><![CDATA[<p>I think script is only meant for non-core programmer which is called &#8216;script programmers&#8217;. In the games development hierarchy, there should be at least one senior programmer who will code everything in C++ &amp; expose only &#8216;selective&#8217; functions for script. And the functions should not be low level aka the same level as Ogre&#8217;s. It should be higher level than that. For example:-<br />
if (soldier.detectArmy) {<br />
 if (soldier.energy &gt; 50)<br />
    sodier.runForCover;<br />
 else if (solider.energy &gt; 30)<br />
    soldier.layOnGround;<br />
}</p>
<p>Obviously, detectArmy function is a very high level function, and it all is implemented in C++.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
