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

mjohnson85

Keeper of Western Europe
29 Badges
Apr 12, 2012
2.165
2.332
  • Crusader Kings II: Charlemagne
  • Heir to the Throne
  • Europa Universalis IV: Call to arms event
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • 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: Sword of Islam
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Crusader Kings III
  • Imperator: Rome
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Reapers Due
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Pre-order
  • 500k Club
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV


Download - Link



This is a very simple, light weight mod that allows the user to continue playing
despite not having a dynasty member as heir.

In the future I will be adding an option to designate who you want to continue playing as (similar to how you designate a regent).

Credit to Cironian whose code inspired this mod.
 
  • 6
Reactions:
Can this be used for any mod and/or vanilla, or is it just GoT?
 
Can this be used for any mod and/or vanilla, or is it just GoT?
With a bit of modding I don't see why not. The trick would be to extract the archive to your mod folder as usual. Then delete the on_action file.

Now here's where you need to do a bit of modding yourself. In the other mod on_action file you'd have to add the line "infinity.1" in the on_death events.

So my HIP on_death would look something like this:

on_death = {
events = {
# 8250
650
24500
24502
70041
88291
SoA.5306
705
infinity.1
CM.1068 # Carloman dies
CM.1069 # Charlemagne dies
CM.10010 # Chronicle entry
CM.6185 # Dies of other causes while assassination is in progress - clear flags
WoL.6335 # Owner of Necronomicon dies...
# WoL.11300 # Check if spouse is executed or killed by someone.
emf_lucky.2
emf_core.0 # player-only EMF death handler
emf_crier.0 # Death listener
emf_mr.20 # Patrician families that are about to die out
}
random_events = {
10 = 24505
10 = 24510
100 = 0
}
}
 
Indeed, I decided to wait until horse lords to post a universal version because it will be easymode for every mod to be 100% compatible.

You can leave that code above up as it is a good example. Very easy to make it compatible with any mod.