
March 18th, 2004, 01:52 AM
|
 |
Colonel
|
|
Join Date: Jul 2000
Location: Montevideo Uruguay
Posts: 1,598
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Stubborn AI
Quote:
Originally posted by Kevin Arisa:
I have my AI's set to build 3 different sizes of ships using the AI_DesignCreation files. However they only want to build the first "attack ship" They seem to be completly ignoring the other ones. I checked in the AI_Settings files but i already had them set to use whatever size they want from the start. I need help! My AI's wont move past destroyer!
|
IF you want to include different names, you need to do something like that:
Entry 2 Type := Attack1
Entry 2 Planet Per Item := 0
Entry 2 Must Have At Least := 3
Entry 3 Type := Attack2
Entry 3 Planet Per Item := 0
Entry 3 Must Have At Least := 6
Entry 4 Type := Attack3
Entry 4 Planet Per Item := 0
Entry 4 Must Have At Least := 9
Then, the AI will build 3 Attack1, 3 Attack2 and finally 3 Attack3.
You can do it using the PlanetPerItem too.
|