Page 1 of 1
AAI didn't spawning correctly
Posted: 25 Oct 2006, 01:22
by Magus_X
MY aai dont spawn at boxes, them all spawn at upper left corner of screen, only works with fixed and random start positions, can anyone help me?
Posted: 25 Oct 2006, 02:08
by rattle
Yes... before hitting start,
Code: Select all
.cheat
.team <teamIdOfFirstAI>
<set start location manually>
.team <nextAi>
<repeat>
...
.team <YourTeamId>
.cheat
Or use random placement instead.
Posted: 25 Oct 2006, 02:16
by Peet
Make sure you don't hit the ready button until the very end, otherwise it doesn't turn out how you want it to.
Posted: 25 Oct 2006, 02:47
by AF
AIs cant choose starting positions because they arent even loaded into the game untill the commanders appear, so they'll spawn in the top left corner unable to move.
The only fix for this is placing them manually like rattle said.