AAI on linux, report what commands needed to get mods work

AAI on linux, report what commands needed to get mods work

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

AAI on linux, report what commands needed to get mods work

Post by Tobi »

Maybe it could be an idea to set up the fixing of the filename case of AAI as community project. So report the renames needed to get mod x to work and I'll add them in this post (so in once all mods are fixed / known to be working I or submarine can run the commands & import AAI datafiles).

Code: Select all

mv game/aidll/globalai/AAI game/aidll/globalai/aai
mv game/aidll/globalai/aai/cfg/mod/XTAPE.cfg game/aidll/globalai/aai/cfg/mod/xtape.cfg
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

*_*

It would be sooo much easier to just change AAI code to move everything into lowercase like NTai
keithjr
Posts: 110
Joined: 30 Jun 2006, 18:45

Post by keithjr »

So do we have to build from svn to get a working version of AAI? can somebody supply the necessary scons commands which accomplish this?

I'm about to post a thread regarding building spring in linux, the one on the developement forum doesn't apply here. I'll include this information.

This forum is turning out to be a very powerful guide.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

(Assuming you're in a up to date checkout of trunk)

Code: Select all

scons configure
scons
just like normal :D , it automagically builds AIs

E: AF, good point, then this is quickfix for people until someone (submarine?) fixed AAI.
keithjr
Posts: 110
Joined: 30 Jun 2006, 18:45

Post by keithjr »

this gives the aai.so file, but does not have any of the other configuration files, and I am starting to believe THOSE might just be the problem.

Is there any way I can get these besides the AAI 7z archive?
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

No (not yet). I'll try to find some time to patch AAI to use lowercase data filenames & commit the datafiles to SVN.
keithjr
Posts: 110
Joined: 30 Jun 2006, 18:45

Post by keithjr »

That might be good. I compared a data (cache/SmallDivide.dat) file hollowsoul sent me against my own and mine contains about 200kb of garbage. I re-downloaded and the result is the same. I've got the latest version of the 7z support. ...odd...
User avatar
Tim Blokdijk
Posts: 1242
Joined: 29 May 2005, 11:18

Post by Tim Blokdijk »

Yesterday I send a PM to Submarine about AAI, hope to have a response soon.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

I think he posted in the AAI thread that he would be away for one / two weeks because of connection switch
Post Reply

Return to “Linux”