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