View Single Post
  #22  
Old June 13th, 2003, 07:45 AM
cybersol's Avatar

cybersol cybersol is offline
Corporal
 
Join Date: May 2003
Location: SF Bay Area, CA
Posts: 145
Thanks: 0
Thanked 0 Times in 0 Posts
cybersol is on a distinguished road
Default Re: My AI Design Q&A

Quote:
Originally posted by Master Belisarius:
I think the AI always check the 1-11 every turn. My guess is that the AI always start from the number 1 in the queue and check if need to build the item or not. One after other.
For this, if the queue is very large, the AI have problems to reach the Lastest items in the queue... because always is building trying to replace the loses in the first places of the queue.
Well, I finished testing this and you (as usual) are correct. It seems to start at the top of the queue for that ai state every turn looking for something to build. If the requirements are satisfied then it moves down to the next item. So redundant lines really will not help. Now I have to revisit all my queues.

Quote:
Originally posted by Master Belisarius:
The AI select the hull, in basis of the ship design. For example, you will see that my AIs never use the "Transport" hull.
Yeah, selecting the small transport hull is easy (via majority component). But getting it to use 5 mine layers as the required components instead of 8 cargo storage seems impossible. Bummer.
Reply With Quote