AAI doesn't work either
Posted: 08 Aug 2006, 12:32
Hi again :p
OK now that taspring works, I am trying to make AAI work too. I downloaded AAI from the website (AAI_0_70rc.7z), unzipped it and put the aai directory and aai.so file in the aidll/globalai directory.
When launching the game, after the map has loaded and juste before my commander arrives (xtape && Mars, for example), the game crashes. There is just one line in the console :
As it is a warning, I don't know if it is relevant...
Let's notice that the AI built with svn don't work either (well, I guess I just cannot make them work). When the game starts, the following message appears in the console (I selected jcai of course, but the message is similar with the other AI, including AAI built with svn):
In the aidll/globalai directory, there is only the *.so files, and no other directory. So, that's perfectly logical that no jcai/settings.cfg is found...
Sorry again for my bad understanding of how all this works :s
OK now that taspring works, I am trying to make AAI work too. I downloaded AAI from the website (AAI_0_70rc.7z), unzipped it and put the aai directory and aai.so file in the aidll/globalai directory.
When launching the game, after the map has loaded and juste before my commander arrives (xtape && Mars, for example), the game crashes. There is just one line in the console :
Code: Select all
Warning: Incorrect Global AI dll version
./aidll/globalai/aai.so
Let's notice that the AI built with svn don't work either (well, I guess I just cannot make them work). When the game starts, the following message appears in the console (I selected jcai of course, but the message is similar with the other AI, including AAI built with svn):
Code: Select all
GlobalAI1: Error: Unable to read configuration file aidll/globalai/jcai/settings.cfg. Aborting global AI.
Sorry again for my bad understanding of how all this works :s