Re: Pointer Mod
AI designing colony ships in mods can be a real nightmare... do you have any scale mounts involved? For Adamant, I have a scale mount required for colony modules to be mounted. This confused the AI to no end, and it ended up adding eihter none, or 2-3 of them. I ended up with this design:
================================================== ===
Name := Colony (Rock)
Design Type := Colony (Rock)
Vehicle Type := Ship
Default Strategy := Don't Get Hurt
Size Minimum Tonnage := 661
Size Maximum Tonnage := 661
Num Must Have At Least 1 Ability := 0
Minimum Speed := 24
Desired Speed := 24
...
Majority Comp Spaces Per One := 0
Majority Comp Ability := Colonize Planet - Rock
Secondary Comp Spaces Per One := 10000
Secondary Comp Ability := Weapon
Num Misc Abilities := 4
Misc Ability 1 Name := miscellaneous abilities not related to colony ships.
================================================== ===
The AI designed all colony ships with only one colony module. However, this caused the AI to design all types of colony ships (Rock, Ice, and Gas) from the beginning of the game. Ice and Gas ships had no colony modules. It was strange. So, I added three new components that do absolutely nothing, are free, require 0 kT, and have 1 hit point, one for each colony type. They require the appropriate colony tech. They have only ability AI Tag 10, 11 or 12, depending on the type of colony ship. The new colony ship design looks like this:
================================================== ===
Name := Colony (Rock)
Design Type := Colony (Rock)
Vehicle Type := Ship
Default Strategy := Don't Get Hurt
Size Minimum Tonnage := 661
Size Maximum Tonnage := 661
Num Must Have At Least 1 Ability := 1
Must Have Ability 1 := AI Tag 10
Minimum Speed := 24
Desired Speed := 24
...
Majority Comp Spaces Per One := 0
Majority Comp Ability := Colonize Planet - Rock
Secondary Comp Spaces Per One := 10000
Secondary Comp Ability := Weapon
Num Misc Abilities := 4
Misc Ability 1 Name := miscellaneous abilities not related to colony ships.
================================================== ===
Now, the AI designs colony ships with a single colony module, and can only design an Ice colony ship when it has that dummy component available, which is the same time it has Ice Colony Modules available.
Hopefully that was of some use to you...
|