<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fightorder.net/wiki/index.php?action=history&amp;feed=atom&amp;title=AI%3ANullAI</id>
	<title>AI:NullAI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.fightorder.net/wiki/index.php?action=history&amp;feed=atom&amp;title=AI%3ANullAI"/>
	<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=AI:NullAI&amp;action=history"/>
	<updated>2026-04-21T04:17:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://www.fightorder.net/wiki/index.php?title=AI:NullAI&amp;diff=1488&amp;oldid=prev</id>
		<title>Qrow: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=AI:NullAI&amp;diff=1488&amp;oldid=prev"/>
		<updated>2026-02-24T06:03:05Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 23:03, 23 February 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Qrow</name></author>
	</entry>
	<entry>
		<id>https://www.fightorder.net/wiki/index.php?title=AI:NullAI&amp;diff=1487&amp;oldid=prev</id>
		<title>intercegai&gt;Hoijui at 09:52, 8 June 2009</title>
		<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=AI:NullAI&amp;diff=1487&amp;oldid=prev"/>
		<updated>2009-06-08T09:52:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{AI|NullAI|zenzike &amp;amp; [[User:hoijui|hoijui]]|0.1|Supports everything / Does nothing|Finnished|GNU GPL V2+|C|-}}&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
This Skirmish AI is written in pure C, to prove that the C AI interface works. It consists of only the very minimum that is needed for a spring Skirmish AI to load. &lt;br /&gt;
&lt;br /&gt;
NullAI is an empty implementation, meaning it will load, but do absolutely nothing. It can be used to test the AI interface or for exploring a map if one wants the end game screen not to appear. It can also be used as a template for new C or C++ Skirmish AI projects.&lt;br /&gt;
&lt;br /&gt;
This AI uses the [[AIInterface:C|C &amp;amp; C++ AI Interface library]]. See also [[AI:NullLegacyCppAI|Null Legacy C++ AI]] and [[AI:CppTestAI|C++ Test AI]].&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
It comes with spring source. Reffer to [[Building_spring#Obtaining_the_Source|Obtaining the Source]].&lt;br /&gt;
&lt;br /&gt;
=== Known Crashes ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== How to compile ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The easy way&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Use SCons or CMake (refer to [[Building_spring|Building spring]]).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The hard way&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* include directories:&lt;br /&gt;
** &amp;#039;&amp;#039;{spring_source}/rts&amp;#039;&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;{spring_source}/rts/System&amp;#039;&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;{spring_source}/rts/ExternalAI/Interface&amp;#039;&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;{spring_source}/AI/Skirmish/NullAI&amp;#039;&amp;#039;&lt;br /&gt;
* source files:&lt;br /&gt;
** &amp;#039;&amp;#039;{spring_source}/AI/Skirmish/NullAI/*.c&amp;#039;&amp;#039;&lt;br /&gt;
* create dynamic loadable shared library (module)&lt;br /&gt;
* should compile with all C compilers (tested with MinGW, GCC, Intel)&lt;br /&gt;
&lt;br /&gt;
=== How to install ===&lt;br /&gt;
from: &amp;#039;&amp;#039;{spring_source}/AI/Skirmish/NullAI/&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
to: &amp;#039;&amp;#039;{spring_data_dir}/AI/Skirmish/NullAI/{NullAI-version}/&amp;#039;&amp;#039;&lt;br /&gt;
* copy &amp;#039;&amp;#039;build/libNullAI.so&amp;#039;&amp;#039;, &amp;#039;&amp;#039;build/libNullAI.dylib&amp;#039;&amp;#039; or &amp;#039;&amp;#039;build/NullAI.dll&amp;#039;&amp;#039; to &amp;#039;&amp;#039;./&amp;#039;&amp;#039;&lt;br /&gt;
* copy &amp;#039;&amp;#039;data/*&amp;#039;&amp;#039; to &amp;#039;&amp;#039;./&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039; [[AIs|&amp;lt;- Back to AI page]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
[[Category:AI]]&lt;/div&gt;</summary>
		<author><name>intercegai&gt;Hoijui</name></author>
	</entry>
</feed>