AAI didn't spawning correctly

AAI didn't spawning correctly

Here is where ideas can be collected for the skirmish AI in development

Moderators: hoijui, Moderators

Post Reply
Magus_X
Posts: 69
Joined: 25 Oct 2006, 01:19

AAI didn't spawning correctly

Post 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?
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post 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.
User avatar
Peet
Malcontent
Posts: 4384
Joined: 27 Feb 2006, 22:04

Post 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.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post 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.
Post Reply

Return to “AI”