Currently its possible to have both Concubines and Polygamy at the same time via modding though it causes a couple of basic issues which would be nice if the CK2 devs could fix it.
1. When having both Concubines and Polygamy... there is no separate box in the interface for displaying consorts and secondary wives. So when you have both together in a modded religion... the secondary wives box overrides the display of the consorts box.
So it would be nice if you could separate where they are displayed... maybe make the siblings display box smaller and have the consort and secondary wives box next to each other? Or maybe move the consorts display box to the relations screen instead of the primary family screen?
2. Polygamy and the Muslim Prestige loss issue. I don't ever play as Muslims, but I do play with my own personal custom religion that I created... which has polygamy. But the problem is that whenever you set polygamy active in a the religion files for your own religions, it is affected by the Muslim values in defines. Which causes you to lose prestige for not having 3 wives.
Cause I want to be able to have polygamy and marry as many wives as I want without having to lose prestige, but at the same time I don't want to make any changes to the defines that affects other religions and the AI.
So is it possible for you guys to separate the "max_wives" line of code from the Muslim values in defines. My suggested solution to this is have 2 different line of code for polygamy. One would just be the generic "max_wives" line that isn't affected by the defines, then have a separate line called "muslim_max_wives" that is affected by the defines value.
Also similarly could something similar be done about the Concubines and the "PAGAN_NUM_CONSORTS_MONTHLY_PRESTIGE" value.
Or maybe remove the values from the defines altogether, and make prestige gain and loss values a scriptible value in the religion file... that way different religions can have different prestige / piety gain values.
1. When having both Concubines and Polygamy... there is no separate box in the interface for displaying consorts and secondary wives. So when you have both together in a modded religion... the secondary wives box overrides the display of the consorts box.
So it would be nice if you could separate where they are displayed... maybe make the siblings display box smaller and have the consort and secondary wives box next to each other? Or maybe move the consorts display box to the relations screen instead of the primary family screen?
2. Polygamy and the Muslim Prestige loss issue. I don't ever play as Muslims, but I do play with my own personal custom religion that I created... which has polygamy. But the problem is that whenever you set polygamy active in a the religion files for your own religions, it is affected by the Muslim values in defines. Which causes you to lose prestige for not having 3 wives.
Cause I want to be able to have polygamy and marry as many wives as I want without having to lose prestige, but at the same time I don't want to make any changes to the defines that affects other religions and the AI.
Code:
MUSLIM_NUM_WIVES_MONTHLY_PRESTIGE_BONUS = 0.4, -- The prestige effect from each extra expected wife
MUSLIM_NUM_WIVES_MONTHLY_PRESTIGE_PENALTY = 1.0,-- The prestige effect from each lacking expected wife
So is it possible for you guys to separate the "max_wives" line of code from the Muslim values in defines. My suggested solution to this is have 2 different line of code for polygamy. One would just be the generic "max_wives" line that isn't affected by the defines, then have a separate line called "muslim_max_wives" that is affected by the defines value.
Also similarly could something similar be done about the Concubines and the "PAGAN_NUM_CONSORTS_MONTHLY_PRESTIGE" value.
Or maybe remove the values from the defines altogether, and make prestige gain and loss values a scriptible value in the religion file... that way different religions can have different prestige / piety gain values.
- 1