spectating AI vs AI
Moderators: hoijui, Moderators
spectating AI vs AI
It may be very stupid to ask, but i want my ai to fight vs another ai; so if i add 2 ais in the spring client and select spectator for myself, the start button becomes deactivated...
- Michilus_nimbus
- Posts: 634
- Joined: 19 Nov 2004, 20:38
This script worked for me:
In AIvAI.txt:
in AIvAI.bat:
Just execute AIvAI.bat et voila.
In AIvAI.txt:
Code: Select all
[GAME]
{
Mapname=yourmaphere.smf;
StartMetal=1000;
StartEnergy=1000;
MaxUnits=500;
StartPosType=0;
GameMode=0;
GameType=xta_se_v065.sdz;
hostip=localhost;
hostport=8452;
MyPlayerNum=0;
NumPlayers=1;
NumTeams=2;
NumAllyTeams=2;
[PLAYER0]
{
name=yourname;
Spectator=1;
team=0;
}
[TEAM0]
{
TeamLeader=0;
AllyTeam=0;
Color=9;
Side=Core;
Handicap=0;
AIDLL=aidll\globalai\NTAI.dll;
}
[TEAM1]
{
TeamLeader=0;
AllyTeam=1;
Color=0;
Side=Core;
Handicap=0;
AIDLL=aidll\globalai\JCAI.dll;
}
[ALLYTEAM0]
{
NumAllies=0;
}
[ALLYTEAM1]
{
NumAllies=0;
}
NumRestrictions=0;
[RESTRICT]
{
}
Code: Select all
spring AIvAI.txt