• 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.

Elbadruhel

Sergeant
19 Badges
Apr 6, 2017
58
1
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Magicka 2
  • Crusader Kings II: Sword of Islam
  • Majesty 2 Collection
  • Cities in Motion 2
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
Hello,

Im creating a new succesion law for my mod. The idea is that electors would be people with a trait and the ruler. I will work on it later, the first thing i wanted is that this succesion law is the main and only for a certain title. I solved it adding:

potential = {
NOT = { title = my_title }

And it worked for every current succesion type. Except Gavelkind. I dont know why Gavelkind keeps being enabled and, indeed, is the default one when starting the game. And it ruins everything (imagine HRE or Bizantium Empire starting with Gavelkind).

Any idea of how to solve this?

Btw, i also want the heir to inherit only main title and the capital county, not the rest. But im not sure if that can be moded.

Thanks!
 
Documents\Paradox Interactive\Crusader Kings II\mod\YourModHere\history\titles
Find the relevant titles you want to have this new succession law. Then
1066.1.1 = { law = succ_yournewsucclaw }
Alternatively you could set an on_action event that forces the change at startup, but I wouldn't recommend it.
 
just to clarify, have you used that potential to block all other succession types? The potential section stops it from being an option you can choose (to change) but wont do anything if the title already has that succession law. Gavelkind is the games default, can't be completely blocked
 
  • 1
Reactions: