<?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>Darkstars</title>
	<atom:link href="http://darkstars.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://darkstars.co.uk</link>
	<description>For the lighter minded</description>
	<lastBuildDate>Thu, 04 Mar 2010 21:07:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VS2008 AIs and the C++ API</title>
		<link>http://darkstars.co.uk/2010/vs2008-ais-and-the-c-api/</link>
		<comments>http://darkstars.co.uk/2010/vs2008-ais-and-the-c-api/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:17:27 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://darkstars.co.uk/?p=1186</guid>
		<description><![CDATA[AI development under Visual Studio with the Spring Engine is good, but it has a few minor bumps to get over before you can run. Luckily I&#8217;ve just done that myself and I&#8217;m here to help!
If you download the spring git repository, or the source tarball, you&#8217;ll notice there are no visual studio projects for [...]]]></description>
			<content:encoded><![CDATA[<p>AI development under Visual Studio with the <a href="http://www.springrts.com">Spring Engine</a> is good, but it has a few minor bumps to get over before you can run. Luckily I&#8217;ve just done that myself and I&#8217;m here to help!</p>
<p><span id="more-1186"></span>If you download the spring git repository, or the source tarball, you&#8217;ll notice there are no visual studio projects for the AIs. To generate them, you would have to run cmake, which isn&#8217;t entirely obvious if your under windows with little linux experience. It may not always work either, as happened to me. The same is true of the C++ wrapper around the C API.</p>
<p>So to get over these, with a little help from Hoijui, I created a Visual studio 2008 project from scratch, and set up all the files and include paths. I also corrected the dll exports issue with a .def file and setting the project to use <em>stdcall </em>calling conventions. I even set up AIInfo.lua and AIOptions.lua to autocopy to the target folder upon builds.</p>
<p><a href="http://darkstars.co.uk/wp-content/uploads/2010/02/HAL9000-460x276.jpg"><img class="alignnone size-full wp-image-1187" title="HAL9000-460x276" src="http://darkstars.co.uk/wp-content/uploads/2010/02/HAL9000-460x276.jpg" alt="" width="460" height="276" /></a></p>
<p>I&#8217;ve packaged up this AI, the AI logic goes in CppTestAI.h/cpp (its using the C++TestAI in the spring git repository). To use this, extract the contents of the archive into a spring source folder at <em>AI/Skirmish</em> then extract the C++ Wrapper interface into <em>AI/Wrappers/Cpp,</em> open the project in visual studio, and press build.</p>
<p>The AI is built in the game subdirectory of the spring source folder. The game folder is intended to store the result of building spring from source, so its contents will look like an average spring install folder. You can copy paste the AI folder in this directory into your usual spring folder if you want. The AI will build as a skirmishAI.dll in:</p>
<pre> <em>/game/AI/&lt;yourvs2008projectname&gt;/dev/SkirmishAI.dll</em></pre>
<p><em> </em>To package this up as a release, zip up the folder in /game/AI called <em>&lt;yourvs2008projectname&gt;</em> and be sure to delete the linker subdirectory and <em>skirmishAI.ilk</em> file.</p>
<p>If you want to debug using your existing spring installation, you can go to project properties, and set the linker output target to your my games folder in the appropriate place, which in my case is:</p>
<pre><em>C:\Users\AF\Documents\My Games\Spring\AI\Skirmish\Minor\dev\SkirmishAI.dll</em></pre>
<p><em></em>This will allow your official spring install to pick up your AI, all you have to do then is, set the debugging page to use your spring folder as the working folder, and to execute spring.exe, or spring.exe script.txt if you have set up a scenario using springlobby.</p>
<p><a href="http://www.darkstars.co.uk/downloads/view.php?file=releases/SpringAICppWrapper0.81.2.zip">Download the C++ AI Wrapper here</a></p>
<p><a href="http://www.darkstars.co.uk/downloads/view.php?file=releases/Minor.zip">Download the VS2008 AI Project here</a></p>
<p><em>edit: I found an error where it would fail to copy AIInfolua and AIOptions.lua if the target folder did not exist. I&#8217;ve updated the project to include commands to create these folders</em></p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2010/vs2008-ais-and-the-c-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fructose</title>
		<link>http://darkstars.co.uk/2010/fructose/</link>
		<comments>http://darkstars.co.uk/2010/fructose/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 21:56:03 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[diet]]></category>
		<category><![CDATA[fructose]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[sugar]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://darkstars.co.uk/?p=933</guid>
		<description><![CDATA[A thanks for foreboding angel of EvolutionRTS for linking me to this! This video is an important watch for anybody dealing with weight issues, or wanting a healthy lifestyle, it explains why most diets do not work, some of the tricks companies play to make us eat more, and why the &#8216;burning calories&#8217; dogma is [...]]]></description>
			<content:encoded><![CDATA[<p>A thanks for <a href="http://www.evolutionrts.info/wordpress">foreboding angel</a> of EvolutionRTS for linking me to this! This video is an important watch for anybody dealing with weight issues, or wanting a healthy lifestyle, it explains why most diets do not work, some of the tricks companies play to make us eat more, and why the &#8216;burning calories&#8217; dogma is nonsense.</p>
<p><span id="more-933"></span></p>
<p><object style="width: 540px; height: 433px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="540" height="433" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/dBnniua6-oM&amp;hl=en_US&amp;fs=1&amp;" /><embed style="width: 540px; height: 433px;" type="application/x-shockwave-flash" width="540" height="433" src="http://www.youtube.com/v/dBnniua6-oM&amp;hl=en_US&amp;fs=1&amp;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2010/fructose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yay me</title>
		<link>http://darkstars.co.uk/2009/yay-me/</link>
		<comments>http://darkstars.co.uk/2009/yay-me/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 21:10:52 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[yay]]></category>

		<guid isPermaLink="false">http://www.darkstars.co.uk/?p=910</guid>
		<description><![CDATA[A swedish video pays homage to me!


]]></description>
			<content:encoded><![CDATA[<p>A swedish video pays homage to me!<br />
<span id="more-910"></span><br />
<object width="560" height="325"><param name="movie" value="http://en.tackfilm.se/loader.swf?shareID=1261256329912RA85&#038;folder=12612"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://en.tackfilm.se/loader.swf?shareID=1261256329912RA85&#038;folder=12612" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="325"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2009/yay-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Projects 1</title>
		<link>http://darkstars.co.uk/2009/projects-1/</link>
		<comments>http://darkstars.co.uk/2009/projects-1/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 11:20:22 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[darkstars]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[rectangles coursework]]></category>

		<guid isPermaLink="false">http://www.darkstars.co.uk/?p=889</guid>
		<description><![CDATA[I&#8217;ve been modifying the projects section more and more, I&#8217;d say its 30% completed.


Today I added the rectangles project, filled in the spring falling logos screen saver page, and in the last week I&#8217;ve added a ball mecha page, updated the Star Wars competition entry page, and filled in the XTA fusion reactor page.
As always [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been modifying the projects section more and more, I&#8217;d say its 30% completed.</p>
<p><span id="more-889"></span></p>
<p><a href="http://www.darkstars.co.uk/wp-content/uploads/2009/12/qtrect6.JPG"><img class="alignnone size-full wp-image-883" title="qtrect6" src="http://www.darkstars.co.uk/wp-content/uploads/2009/12/qtrect6.JPG" alt="qtrect6" width="1284" height="770" /></a></p>
<p>Today I added the <a href="http://www.darkstars.co.uk/projects/other/rectangles/">rectangles </a>project, filled in the <a href="http://www.darkstars.co.uk/projects/artwork/falling-spring-logos-screensaver/">spring falling logos screen saver</a> page, and in the last week I&#8217;ve added a <a href="http://www.darkstars.co.uk/projects/artwork/ball-mecha/">ball mecha</a> page, updated the<a href="http://www.darkstars.co.uk/projects/artwork/starwars-design-competition/"> Star Wars competition entry</a> page, and filled in the <a href="http://www.darkstars.co.uk/projects/artwork/xta-fusion-reactors/">XTA fusion reactor</a> page.</p>
<p>As always you can see which pages are under construction and which are in a suitably finished/updated state, and you cna view my projects/portfolio by clicking on projects at the top!</p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2009/projects-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>National Rail Questionnaire</title>
		<link>http://darkstars.co.uk/2009/national-rail-questionnaire/</link>
		<comments>http://darkstars.co.uk/2009/national-rail-questionnaire/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 02:38:36 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.darkstars.co.uk/?p=829</guid>
		<description><![CDATA[As part of a coursework I need people to fill out a questionnaire about the national rail website! If you can help me out and fill out 6 or 7 questions, it&#8217;d be much appreciated!


Loading&#8230;
]]></description>
			<content:encoded><![CDATA[<p>As part of a coursework I need people to fill out a questionnaire about the national rail website! If you can help me out and fill out 6 or 7 questions, it&#8217;d be much appreciated!</p>
<p><span id="more-829"></span></p>
<p><a href="http://www.darkstars.co.uk/wp-content/uploads/2009/11/nationalrail.jpg"><img src="http://www.darkstars.co.uk/wp-content/uploads/2009/11/nationalrail.jpg" alt="nationalrail" title="nationalrail" width="293" height="81" class="alignnone size-full wp-image-833" /></a></p>
<p><iframe src="http://spreadsheets.google.com/embeddedform?key=0AqRNheJuwxjXdDBKZlJHbFB0dExYa3docWE1Z1l2THc" width="560" height="3315" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2009/national-rail-questionnaire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesbina &amp; Lollery</title>
		<link>http://darkstars.co.uk/2009/lesbina-lollery/</link>
		<comments>http://darkstars.co.uk/2009/lesbina-lollery/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 02:15:16 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cheeseburger]]></category>
		<category><![CDATA[lesbina dykenhausen]]></category>

		<guid isPermaLink="false">http://www.darkstars.co.uk/?p=580</guid>
		<description><![CDATA[Sometimes epic statements need that extra oomph, so, I&#8217;ve decided to put these statements next to a random person (who just happens to be me). So I put these images here for safekeeping, however there is news of Ms Dykenhausen alas.

I point you to the distinctive writings of voluptuous Lesbina Dykenhausen. Here she is modelling [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes epic statements need that extra oomph, so, I&#8217;ve decided to put these statements next to a random person (who just happens to be me). So I put these images here for safekeeping, however there is news of Ms Dykenhausen alas.</p>
<p><span id="more-580"></span></p>
<p>I point you to the distinctive writings of voluptuous <a href="http://lesbinadykenhausen.blogspot.com/">Lesbina Dykenhausen</a>. Here she is modelling her muff back in the day:</p>
<p><a href="http://www.darkstars.co.uk/wp-content/uploads/2009/11/10834_101774823178434_100000377492053_44718_8090714_n.jpg"><img class="alignnone size-full wp-image-811" title="10834_101774823178434_100000377492053_44718_8090714_n" src="http://www.darkstars.co.uk/wp-content/uploads/2009/11/10834_101774823178434_100000377492053_44718_8090714_n.jpg" alt="10834_101774823178434_100000377492053_44718_8090714_n" width="454" height="604" /></a></p>
<p>Dearest Lesbina has recently been in rehab in the old Priory, but she made a triumphant return to Fallopia Towers afterwards. We wish her the greatest of recoveries from this ordeal, and hope that you show her the support she deserves.</p>
<p>With that I leave you with these carefully selected images:</p>
<p><a href="http://images.cheezburger.com/completestore/2009/9/6/128967610562225394.jpg"><img class="alignnone" src="http://images.cheezburger.com/completestore/2009/9/6/128967610562225394.jpg" alt="" width="500" height="406" /></a></p>
<p><a href="http://images.cheezburger.com/completestore/2009/9/6/128967614595479454.jpg"><img class="alignnone" src="http://images.cheezburger.com/completestore/2009/9/6/128967614595479454.jpg" alt="" width="500" height="375" /></a></p>
<p><a href="http://images.cheezburger.com/completestore/2009/9/3/128964953712855950.jpg"><img class="alignnone" src="http://images.cheezburger.com/completestore/2009/9/3/128964953712855950.jpg" alt="" width="500" height="375" /></a></p>
<p><a href="http://images.cheezburger.com/completestore/2009/9/6/128967607295245854.jpg"><img class="alignnone" src="http://images.cheezburger.com/completestore/2009/9/6/128967607295245854.jpg" alt="" width="445" height="414" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2009/lesbina-lollery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lichos new fridge</title>
		<link>http://darkstars.co.uk/2009/lichos-new-fridge/</link>
		<comments>http://darkstars.co.uk/2009/lichos-new-fridge/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 01:00:46 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[bravia]]></category>
		<category><![CDATA[fnordia]]></category>
		<category><![CDATA[fridge]]></category>
		<category><![CDATA[licho]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.darkstars.co.uk/?p=800</guid>
		<description><![CDATA[Unsatisfied with hosting their site on fnordias new TV, the spring engine has found a new home to host their website and lobby server.

Behold, the internet fridge. The new fridge is capable of holding 506 litres in its fridge, with a 310 litre freezer capacity. Complete with FM radio tuner and digital still camera, this [...]]]></description>
			<content:encoded><![CDATA[<p>Unsatisfied with hosting their site <a href="http://www.darkstars.co.uk/2008/fnordias-new-tv/">on fnordias new TV</a>, the spring engine has found a new home to host their website and lobby server.</p>
<p><span id="more-800"></span><a href="http://www.darkstars.co.uk/wp-content/uploads/2009/11/p411_main.jpg"><img class="alignnone size-full wp-image-801" title="p411_main" src="http://www.darkstars.co.uk/wp-content/uploads/2009/11/p411_main.jpg" alt="p411_main" width="320" height="320" /></a></p>
<p>Behold, the internet fridge. The new fridge is capable of holding 506 litres in its fridge, with a 310 litre freezer capacity. Complete with FM radio tuner and digital still camera, this is a vast improvement over the 50&#8243; Sony Bravia. Licho is said to be happy with his purchase, as fnordia handed over the reigns of control.</p>
<p>Aegis has been put in charge of the migration process. When queried about the fridge, he had this to say:</p>
<blockquote><p>[00:42:14] &lt;aegis&gt; we got a new server :P<br />
[00:42:22] &lt;aegis&gt; we&#8217;re also running on uberserver in LAN mode atm.</p></blockquote>
<p>It also seems that lichos purchased the last remaining fridge from firebox.com <a href="http://www.firebox.com/product/411/Internet-Fridge">as can be seen here </a>(at time of writing currently out of stock). The specs of the new machine are as follows:</p>
<ul>
<li>Pentium III 100MHz processor</li>
<li>64Mb RAM</li>
<li>10Gb hard drive</li>
<li>15.1-inch LCD touchscreen</li>
<li>TV and FM tuner</li>
<li>supports MP3 playback</li>
<li>56K modem</li>
<li>1x USB port</li>
<li>1x Ethernet port</li>
</ul>
<p>As ever, the Spring developers are calling on donations for the purchase of a second internet fridge to help reduce server load.</p>
<p><a href="http://www.springrts.com">Visit the spring engine here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2009/lichos-new-fridge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NTai XE10.1</title>
		<link>http://darkstars.co.uk/2009/ntai-xe10-1/</link>
		<comments>http://darkstars.co.uk/2009/ntai-xe10-1/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:32:15 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[NTai]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[XE10]]></category>
		<category><![CDATA[xe10.1]]></category>

		<guid isPermaLink="false">http://www.darkstars.co.uk/?p=776</guid>
		<description><![CDATA[Here&#8217;s an incremental update to XE10, with a handful of minor features, and some bugfixes! Thanks goto Iv0ry King for his help and advice.


Changes include:

Fixes for boost 1.35+
Move commands on attacks are now fight commands
Various code cleanup
Threat matrix fixes
Initialisation order fixes
New bundled version of toolkit
No more error loading script.txt messages in logs
Improved dgunning
Fixed kernel panic [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an incremental update to XE10, with a handful of minor features, and some bugfixes! Thanks goto Iv0ry King for his help and advice.</p>
<p><span id="more-776"></span></p>
<p><a href="http://www.darkstars.co.uk/wp-content/uploads/2009/11/dgun.jpg"><img class="alignnone size-full wp-image-777" title="dgun" src="http://www.darkstars.co.uk/wp-content/uploads/2009/11/dgun.jpg" alt="dgun" width="951" height="689" /></a></p>
<p>Changes include:</p>
<ul>
<li>Fixes for boost 1.35+</li>
<li>Move commands on attacks are now fight commands</li>
<li>Various code cleanup</li>
<li>Threat matrix fixes</li>
<li>Initialisation order fixes</li>
<li>New bundled version of toolkit</li>
<li>No more error loading script.txt messages in logs</li>
<li>Improved dgunning</li>
<li>Fixed kernel panic socket placement</li>
<li>Fixed water defences on all land maps</li>
<li>And much more&#8230;</li>
</ul>
<p><a href="http://darkstars.co.uk/projects/ai/ntai/download/">Download XE10.1 here</a></p>
<p><a href="http://www.darkstars.co.uk/projects/ai/ntai/">More information about NTai here</a></p>
<p>To grab the source code execute the following commands:</p>
<pre>git clone git@github.com:Tarendai/ntai.git ntai
git checkout XE10.1</pre>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2009/ntai-xe10-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toolkit 0.3</title>
		<link>http://darkstars.co.uk/2009/toolkit-0-3/</link>
		<comments>http://darkstars.co.uk/2009/toolkit-0-3/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:02:43 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[NTai]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[ntai toolkit]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.darkstars.co.uk/?p=753</guid>
		<description><![CDATA[I&#8217;ve made a number of updates and changes, most notably a crash on loading the latest NTai configs, but mostly stability changes and usability fixes.

It also appears that I bundled 0.27 with the latest NTai release, rather than 0.29.
If you find any issues with Toolkit, please report them here
You can download v0.3 here
More information about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a number of updates and changes, most notably a crash on loading the latest <a href="http://www.darkstars.co.uk/projects/ai/ntai/">NTai </a>configs, but mostly stability changes and usability fixes.</p>
<p><span id="more-753"></span><a href="http://www.darkstars.co.uk/wp-content/uploads/2009/10/toolkit0.3.JPG"><img class="alignnone size-full wp-image-754" title="toolkit0.3" src="http://www.darkstars.co.uk/wp-content/uploads/2009/10/toolkit0.3.JPG" alt="toolkit0.3" width="1182" height="880" /></a></p>
<p>It also appears that I bundled 0.27 with the latest <a href="http://www.darkstars.co.uk/projects/ai/ntai/">NTai </a>release, rather than 0.29.</p>
<p><a href="http://redmine.darkstars.co.uk/projects/toolkit/issues/new">If you find any issues with Toolkit, please report them here</a></p>
<p><a href="http://redmine.darkstars.co.uk/projects/toolkit/files">You can download v0.3 here</a></p>
<p><a href="http://www.darkstars.co.uk/projects/ai/ntai-toolkit/">More information about Toolkit</a></p>
<p><a href="http://www.darkstars.co.uk/projects/ai/ntai/">More information about NTai</a></p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2009/toolkit-0-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTai XE10</title>
		<link>http://darkstars.co.uk/2009/ntai-xe10/</link>
		<comments>http://darkstars.co.uk/2009/ntai-xe10/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 20:29:19 +0000</pubDate>
		<dc:creator>Tom Nowell</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[NTai]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[XE10]]></category>

		<guid isPermaLink="false">http://www.darkstars.co.uk/?p=746</guid>
		<description><![CDATA[It&#8217;s here its here its here!!! Errm what is it?
Why its XE10 of course! The latest and greatest NTai! This release brings NTai back to the modern spring engine, and introduces huge refactors and code rewrites and re-arrangements. These architectural changes should make NTai behave a lot more sensibly, and increase stability immensely.

To grab NTai [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s here its here its here!!! Errm what is it?</p>
<p><span id="more-746"></span>Why its XE10 of course! The latest and greatest NTai! This release brings NTai back to the modern spring engine, and introduces huge refactors and code rewrites and re-arrangements. These architectural changes should make NTai behave a lot more sensibly, and increase stability immensely.</p>
<p><a href="http://www.darkstars.co.uk/wp-content/uploads/2009/10/screen008.jpg"><img class="alignnone size-full wp-image-771" title="screen008" src="http://www.darkstars.co.uk/wp-content/uploads/2009/10/screen008.jpg" alt="screen008" width="1264" height="916" /></a></p>
<p>To grab NTai XE10 source code, do the following:</p>
<pre>git clone git@github.com:Tarendai/ntai.git ntai
git checkout XE10</pre>
<p>You&#8217;ll find toolkit and NTai source code are on github.</p>
<p><a href="http://redmine.darkstars.co.uk/projects/ntai">Report NTai bugs here</a></p>
<p><a href="http://redmine.darkstars.co.uk/projects/ntai/files">Download XE10 here</a></p>
<p>Included is an XTA configuration file and a basic generic configuration file. It will play BA but at the moment it does not play competitively, and there is no custom made BA config file to improve gameplay.</p>
<p><a href="http://www.darkstars.co.uk/projects/ai/ntai/">Read more about NTai here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://darkstars.co.uk/2009/ntai-xe10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
