Jump to content

[mod] True Harem


Recommended Posts

Posted

True Harem

View File

This mod simply make it so you can have 50 wifes with the polygamy doctrine and 1 wife and 50 concubines with the concubine doctrine.

It changes the default doctrine directly, sothere is no need to reform or create a new religion.


 

Posted

Was thinking of making a similar harem mod, but I have no experience of CK3 modding and my CK2 knowledge didn't carry over well. 

 

Some ideas & suggestions:

- Modify the stress loss from dying siblings, children and spouses so it doesn't cause stress cascade

- Have a way to designate favourites or elevate those who have given you children (perhaps through a court title like the CK2 Tianxia mod for China?)

- Gain opinion by taking a courtier's daughter into your harem

- Create a special marriage doctrine for muslim faiths that allows 4 wives and X number of concubines (like half the caliphs weren't born from a wife) 

- Create a special government type that forbids marriage but allows numerous concubines? 

- Maybe create a special game rule so that children of concubines don't have inheritance rights but can be 'legitimised' if needed (perhaps they get an unpressed claim on succession)  

- Harem could be a big source for new intrigue mechanics:

-- Wife or concubine tries to murder another spouse's son (similar to the CK2 event) 

-- Wife or concubine tries to murder other wives and concubines

-- Wife or concubine frames another spouse for attempted murder 

-- Courtier schemes to make daughter or sister a concubine/wife of the ruler

-- Harem member exposes another one for being the member of a plot/scheme

-- Harem member tries to become the ruler's favourite

-- Harem member tries to make her son the heir, or get him some land (like in the CK2 event)

-- Harem member tries to promote a relative as a council member

-- Harem member accuses a counsellor of wrongdoing

-- Harem member accuses another member of wrongdoing

-- Perhaps create a special trait for harem members (that gives a negative opinion modifier to the same trait and maybe reduced fertility that can be offset as a favourite) 

 

  • 4 weeks later...
  • 10 months later...
  • 3 weeks later...
Posted

While the harem doctrines for religions might work, the mod is not compatible with 1.9 as it lacks the lines of code required for Grand Weddings. You can't have Grand Weddings with this or any of the "fix" mods, until one of them is updated

Posted

you can fix this mod quite easily yourself:

  1. goto ...\Documents\Paradox Interactive\Crusader Kings III\mod\True Harem\common\religion\doctrines
  2. rename "00_doctrines.txt" to something else (e.g. "trueharem_doctrines.txt")
  3. open and delete everything inside
  4. paste the following:
    doctrine_marriage_type = {
    	group = "marriage"
    	doctrine_polygamy = {
    		piety_cost = {
    			value = faith_doctrine_cost_mid
    			if = {
    				limit = { has_doctrine = doctrine_polygamy }
    				multiply = faith_unchanged_doctrine_cost_mult
    			}
    		}
    		parameters = {
    			number_of_spouses = 20
    			spouse_piety_loss = yes
    		}
    	}
    
    	doctrine_concubines = {
    		piety_cost = {
    			value = faith_doctrine_cost_mid
    			if = {
    				limit = { has_doctrine = doctrine_concubines }
    				multiply = faith_unchanged_doctrine_cost_mult
    			}
    		}
    		parameters = {
    			number_of_spouses = 1
    			number_of_consorts = 20
    		}
    	}
    }
    

     

  5. save & done

this way it should just change the relevant doctrines and leave anything else vanilla.

as usual use proper editor just in case.

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...