Thread: AI Design
View Single Post
  #5  
Old February 16th, 2004, 01:22 AM
PvK's Avatar

PvK PvK is offline
National Security Advisor
 
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
PvK is on a distinguished road
Default Re: AI Design

Design names do work, or they did, the Last time I was modding AI's. You might not be understanding how the construction file works, though. If you have, for example, lines to build:

Attack Ship x 10
Named Attack Ship A x 13
Named Attack Ship B x 15

where "Named Attack Ship A" and "Named Attack Ship B" have type = Attack Ship, the AI will build 10 attack ships of the "best" type in its opinion, and then 3 Named Attack Ship A's, and then 2 Named Attack Ship B's. That is, assuming no losses, the numbers subtract the number of ships of the same type (not name) that have already been built. So if you want 10 generic attack ships, 13 A's, and 15 B's, then you need to ask for:

Attack Ship x 10
Named Attack Ship A x 23
Named Attack Ship B x 38

(That is, unless I'm remembering incorrectly, but I don't think I am.)

PvK

[ February 15, 2004, 23:23: Message edited by: PvK ]
Reply With Quote