View Single Post
  #27  
Old February 5th, 2001, 09:14 PM

HreDaak HreDaak is offline
Corporal
 
Join Date: Nov 2000
Location: Helsinki, Finland
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
HreDaak is on a distinguished road
Default Re: AI construction queue problems (ship construction)

Last Posts way caused the AI to limit it's expansion to it's starting system. Here is another way to produce the same effect but now AI is not limited to it's starting system... (AI uses only Attack ships/Carriers to explore new systems)

AI State := Exploration
Num Queue Entries := 4
Entry 1 Type := Colonizer
Entry 1 Planet Per Item := 200
Entry 1 Must Have At Least := 2
Entry 2 Type := Attack Ship
Entry 2 Planet Per Item := 0
Entry 2 Must Have At Least := 1
Entry 3 Type := Defense Base
Entry 3 Planet Per Item := 100
Entry 3 Must Have At Least := 3
Entry 4 Type := Attack Ship
Entry 4 Planet Per Item := 0
Entry 4 Must Have At Least := 10

This should have same effect, except in addition AI should have 1 attack ship.
Reply With Quote