Spring: built from source 0.74b3
I found a bash script on the forums that generate a script and use it to run a single player game. I don't get any errors when I run the game, but the AI doesn't build on any maps including the default mods and maps in the Linux install guide. When I go near it, it shoots me with the laser, but no building or moving. I tried:
/usr/local/lib/spring/AI/Bot-libs/AAI.so
and
/usr/local/lib/spring/AI/Bot-libs/KAI-0.12.so
an example configuration the bash script makes:
###############
[GAME] {
Mapname=Mars.smf;
StartMetal=10000;
StartEnergy=10000;
MaxUnits=500;
GameType=XTAPE.sd7;
GameMode=0;
StartPosType=0;
MyPlayerNum=0;
NumPlayers=1;
NumTeams=2;
NumAllyTeams=2;
HostIP=127.0.0.1;
HostPort=8452;
[PLAYER0] {
name=Ahri;
Spectator=0;
team=;
}
[TEAM0] {
TeamLeader=0;
RgbColor=0 0 0;
Handicap=0;
AllyTeam=0;
}
[TEAM1] {
TeamLeader=0;
RgbColor=0 0 0;
Handicap=0;
AllyTeam=1;
}
[ALLYTEAM0] {
NumAllies=0;
}
[ALLYTEAM1] {
NumAllies=0;
}
}
##################
I remember in the original TA if you do something crazy and fly a transport over one AI ant kill its whole base before it gets one defense up it would get depressed, and until I changed some settings it would refuse to build anything but 1 laser gun.
Anyhow, any idea what is being set up wrong?
