Irritated that your husband always proclaims your bastards to be illegitimate? With this mod, as long as you are married matrilineally, or outrank your husband and your lover, if he won't recognize your bastards as his own children, you can legitimize the children yourself and pass along your dynasty to them.
Download link
Matrilineal Bastards for CKII 2.1.6
Matrilineal Bastards for CKII 2.2.x
Compatibility: Changes birth_events.txt. Adds one on_birth on_action event, in a separate file.
Permissions: May be incorporated in other mods, with acknowledgement.
Important installation instructions
This mod will not work unless the single event in common/on_actions/mb_on_actions.txt is copied into the common/on_actions/00_on_actions.txt file of Vanilla or whatever other mod you are using. If you are not using another mod, find the vanilla file at Steam/SteamApps/common/Crusader Kings II/common/on_actions/00_on_actions.txt. Copy this file into the folder where you found mb_on_actions.txt, find the on_birth block in it, and copy the single event from mb_on_actions.txt into that block. Example (for 2.2):
on_birth block from vanilla:
mb_on_actions.txt:
Edited on_birth block in 00_on_actions.txt:
Download link
Matrilineal Bastards for CKII 2.1.6
Matrilineal Bastards for CKII 2.2.x
Compatibility: Changes birth_events.txt. Adds one on_birth on_action event, in a separate file.
Permissions: May be incorporated in other mods, with acknowledgement.
Important installation instructions
This mod will not work unless the single event in common/on_actions/mb_on_actions.txt is copied into the common/on_actions/00_on_actions.txt file of Vanilla or whatever other mod you are using. If you are not using another mod, find the vanilla file at Steam/SteamApps/common/Crusader Kings II/common/on_actions/00_on_actions.txt. Copy this file into the folder where you found mb_on_actions.txt, find the on_birth block in it, and copy the single event from mb_on_actions.txt into that block. Example (for 2.2):
on_birth block from vanilla:
Code:
on_birth = {
events = {
300 # A Bastard is born
312 # The child of a consort is born
318 # A Bastard is born, but is not recognized as such by the mother's spouse (cuckoo!)
TOG.3206 # Child Perceived to be Demon Born
706 # Full House achievement
707 # Keeping it in the Family achievement
CM.10011 # Chronicle entry
}
random_events = {
200 = 0
1 = RoI.10000 # Reincarnation?
}
}
Code:
on_birth = {
events = {
matribastard.300 #<-This is the line you must add to 00_on_actions.txt
}
}
Code:
on_birth = {
events = {
300 # A Bastard is born
312 # The child of a consort is born
318 # A Bastard is born, but is not recognized as such by the mother's spouse (cuckoo!)
TOG.3206 # Child Perceived to be Demon Born
706 # Full House achievement
707 # Keeping it in the Family achievement
CM.10011 # Chronicle entry
matribastard.300 #<-Line from mb_on_actions.txt has been added to 00_on_actions.txt on_birth block
}
random_events = {
200 = 0
1 = RoI.10000 # Reincarnation?
}
}
Last edited: