[Modding][Question/Request] Terraforming

Is there a simpler way to have an improvement that can be build more than one time, than duplicate the same improvement 4 times in the improvements file?

Other than an "all or nothing" way of fonctioning:

<IsColonyUnique>true</IsColonyUnique>

For more flexibility:

<LimitForNumberOfImprovement>1</LimitForNumberOfImprovement>

<LimitForNumberOfImprovement>4</LimitForNumberOfImprovement>



|-) :) ;) B) ***** If that is not possible, consider it as a request. ***** B) ;) :) |-)

4,329 views 2 replies
Reply #1 Top

I can think of a work around where you create many copies of the same improvement in the XML, with different Internal Names, and set them all to Colony Unique.

The problem is that it'd repeat in the list, which would look weird. But it'd work.

Reply #2 Top

@Kiloku

Thanks, but it's what I try to avoid, I think it's not very convenient that way.

Imagine having to do this for several improvements (not only for terraforming) and for several civilizations, it would quickly become unmanageable.

So, I posted this so the devs can think about it. :)