*sigh* it didn't work. here is an example of what my construction file looks like:
AI State := Prepare for Attack, Attack
Num Queue Entries := 9
Entry 1 Type := Attack Ship
Entry 1 Planet Per Item := 2
Entry 1 Must Have At Least := 3
Entry 2 Type := Medium Attack Ship
Entry 2 Planet Per Item := 2
Entry 2 Must Have At Least := 2
Entry 3 Type := Heavy Attack Ship
Entry 3 Planet Per Item := 2
Entry 3 Must Have At Least := 1
Entry 4 Type := Mine
Entry 4 Planet Per Item := 5
Entry 4 Must Have At Least := 2
Entry 5 Type := Fighter
Entry 5 Planet Per Item := 2
Entry 5 Must Have At Least := 20
Entry 6 Type := Weapon Platform
Entry 6 Planet Per Item := 5
Entry 6 Must Have At Least := 10
Entry 7 Type := Satellite
Entry 7 Planet Per Item := 5
Entry 7 Must Have At Least := 10
Entry 8 Type := Mine Layer
Entry 8 Planet Per Item := 0
Entry 8 Must Have At Least := 1
Entry 9 Type := Carrier
Entry 9 Planet Per Item := 30
Entry 9 Must Have At Least := 1
I'm not sure what is wrong. It only builds attack ships. nothing higher. Is this file directly tied to hard coded design types? If not do I need to add some by editing the default design types?