PDA

View Full Version : Bug with extra colony modules?


bearclaw
July 27th, 2004, 06:23 AM
I added multi-colony module types to my mod and had extra tech levels of each colony type to research them. However, the game keeps making all races, regardless of homeworld type, only able to colonize Rock planets.

Is anyone else aware of this? Is it a bug? What seems to be happening is when there is more than one type of colony module for a specific type of colony, the game gets confused and defaults all races to rock colonies.

Fyron
July 27th, 2004, 06:52 AM
You have to be very careful on the ordering of colony modules in the components file. SE4 assigns the first tech req area of the first colony module it finds that can colonize the HW type (assuming it is not a racial tech, in which case I believe it goes to the second tech req area). Universal colony modules need to go at the end, after ALL normal colony modules.

Additionally, universal colony modules need to have both more total tech req levels AND more tech req areas than the standard type, so that the AI will see them as more advanced.

Adding redundant tech reqs (such as 5 entries of Rock Colonization) works well to fool the AI.

See Adamant Mod for an example (it also has Ekolis' Colony Tech Mod or whatever it was called incorporated): Adamant Mod Data Files (http://www.spaceempires.net/home/modules.php?name=Downloads&d_op=getit&lid=300) - 506.90 Kb

bearclaw
July 27th, 2004, 03:49 PM
Thanks. I'll look at what you've got and see if it helps.