Hey yall.
i’ve bern dabbing in modding, making new districts, disabling existing ines, and defining their availability according to whether the planet is the empire capital or not.
Now, I’ve found in the code the designations for colony types, such as col_research for planets with the Research designation…
What I can’t figure out is how to incorporate this thing into the code, so that I have certain district types appearing and disappearing in relation to the planet designation.
It’s driving me crazy.
It’s easy with the empire capital designation, in the appropriate sections of the code you just put:
planet = ( is_capital = yes )
Or “no”, where appropriate.
So, with this, I have different sets of districts for normal planets, and different for empire capitals, and some for both types.
But it doesn’t work for col_research!
I tried everything, has_designation =, planet =, … everything I can think of, nothing works.
I feel like I’m close but missing something. If anyone has any insight, please share.
Thank you.
i’ve bern dabbing in modding, making new districts, disabling existing ines, and defining their availability according to whether the planet is the empire capital or not.
Now, I’ve found in the code the designations for colony types, such as col_research for planets with the Research designation…
What I can’t figure out is how to incorporate this thing into the code, so that I have certain district types appearing and disappearing in relation to the planet designation.
It’s driving me crazy.
It’s easy with the empire capital designation, in the appropriate sections of the code you just put:
planet = ( is_capital = yes )
Or “no”, where appropriate.
So, with this, I have different sets of districts for normal planets, and different for empire capitals, and some for both types.
But it doesn’t work for col_research!
I tried everything, has_designation =, planet =, … everything I can think of, nothing works.
I feel like I’m close but missing something. If anyone has any insight, please share.
Thank you.