• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Lord Roivas

Captain
65 Badges
Mar 7, 2013
412
152
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Stellaris: Digital Anniversary Edition
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Common Sense
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Dharma
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Imperator: Rome Deluxe Edition
  • Stellaris: Nemesis
  • Europa Universalis IV
  • Stellaris: Megacorp
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Crusader Kings III
  • Stellaris: Necroids
  • Warlock: Master of the Arcane
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Third Rome
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
One thing I've noticed with the Mongol and Nahua cultures is that they are locked into realmwide Agnatic regardless of what religion they pick or convert to. I've also noticed that baronies underneath Republics are also locked into Agnatic regardless of religion. I was wondering what I'd need to change in the other cultures to make this a game wide thing as there is no option for realmwide Salic or Agnatic unless you play as a Muslim or Tengri.
 
You need to mod the succession laws. They are in the "decisions" folder. If you want, say Mongols to have Agnatic-Cognatic, you need to get rid of this line:

cognatic_succession = {
potential = {
holder_scope = {
OR = {
independent = yes
NOT = {
any_liege = {
holy_order = yes
}
}
is_merchant_republic = yes
}
NOT = { religion_group = muslim }
NOT = { religion = tengri_pagan_reformed }
NOT = { religion = tengri_pagan }
has_horde_culture = no
is_merchant_republic = no
is_patrician = no
}

is_landless_type_title = no

OR = {
AND = {
tier = baron
is_feudal = yes
}
holder_scope = {
is_feudal = yes
}
}

is_primary_type_title = no
}
effect = {
gender_succ = cognatic
}
revoke_allowed = {
always = no
}

If the Mongol in question is tribal, a patrician, Muslim or Tengri however, you need to also remove the lines
NOT = { religion_group = muslim }
NOT = { religion = tengri_pagan_reformed }
NOT = { religion = tengri_pagan }
is_merchant_republic = no
is_patrician = no
holder_scope = {
is_feudal = yes
}
Note that Muslims and patricians can't matri-marry. This is not that important for patricians since they use Seniority, but for Muslims it's basically a game over if their heir is female.