Is there some way I can fix the HRE/ERE Gavelkind/Primogeniture issue myself? I really want to play the mod but I can't get past that. :X
holder_scope = {
OR = {
is_feudal = yes
is_tribal = yes
is_offmap_trigger = no
}
religion = celtic_pagan
}
Running Beta 3, I noticed another bug, this time for the maintenance events for un-reformed Celtic Pagans. I noticed that my ruler (a celtic pagan ruler created with the ruler designer) was heir to the titles of every single baron level vassal he had after around a year of game time had past. I checked the maintenance events file and noticed the logging statements the team has in there. Quite handy for finding the problem - I saw lines like this from a save after I had taken the province of Wiltshire in a county conquest:
[effectimplementation.cpp:18377]: EVENT [876.8.13]:INFO: law changing for the Cysegr of Ramsbury (b_ramsbury):
[effectimplementation.cpp:18377]: EVENT [876.8.13]:---> current succession law for b_ramsbury: Open Elective
[effectimplementation.cpp:18377]: EVENT [876.8.13]:---> current gender law for b_ramsbury: Agnatic
[effectimplementation.cpp:18377]: EVENT [876.8.13]:---> (Annual Maintenance) b_ramsbury changed to Tanistry -- holder is unreformed Celtic Pagan
I'm inclined to think (from looking at the maintenance events file) that the holder_scope block for un-reformed celtic pagans in the succession law correction part is too broad as it's currently written - basically any celtic pagan ruler you can find will be evaluated as true for this condition block:
Code:holder_scope = { OR = { is_feudal = yes is_tribal = yes is_offmap_trigger = no } religion = celtic_pagan }
I think the is_offmap_triger = no inside the OR block is making that part true for every ruler on the map.
holder_scope = {
is_offmap_trigger = no
OR = {
is_feudal = yes
is_tribal = yes
}
religion = celtic_pagan
}
Umm, I was one who posted about Matralinial marriages, and while I'm happy and releived that it can be repaired, how do I do that. I'll be honest, I'm always surprised that I can get CK+ working as I'm horrible at figuring things out on the computer and while I can do day to day things, I've been known to crash my computer without detailed directions. Sorry and thanks?Presumably this is because the law files for CK+ haven't been updated to account for the latest changes in the base game. All uses of set_allows_matrilineal_marriage need changing to law_set_allow_matrilineal_marriage in the law files only to allow that realm to use Matrilineal marriages.
Thanks for the report. We already have a different building system in Dev for next release so this shouldn't be a problem in the futurePlaying the latest version. I play as a reformed slavic feudal ruler, with a large number of tribal vassals.
I've noticed that in a lot (maybe half) of my tribal vassals village-holdings, the building-tree for the "hillfort"-building is completely missing, not making it possible for some of my vassals to adopt feudalism.
Can't seem to see any common denominators between the holdings, checked tech-levels for example, and they seemed fine.
Also checked an older save to see if this was a problem before reformation, but no connection there. The "hillfort"-building tree was missing. Anyone else noticed this?
Thanks for the report. I think I know the problem. I will investigate and probably post a hotfix file tonightHello,
I have noticed issues right off the bat with the newest beta. From the 'Viking Age' start date onward all non-Chalcedonian religious leaders (bishops and upwards) in Christian realms have their lands revoked immediately on game start up and are replaced with random generated Chalcedonian ones. All feudal rulers are identified with their respective religion (catholic, Orthodox etc) on character selection however once in game immediately convert to Chalcedonian.
Because of this Chalcedonian madness the Pope losses his papacy titles and becomes a feudal duke of Latinum in Orvieto while the county of Rome gets a theocratic leader. I dont know what happens to the Eccomunical Patriarch but Hagia Sophia is revoked from him for a random generated Chalcedonian bishop.
When playing the Byzantine Empire during the 1066 start onwards the Imperial events (empire cracks at the seams etc) spam all at once on game startup (this does not happen in earlier start dates. In addition Alexios Kommenos has the imbecile trait during 'The Alexaid' start date. He seems to get it when he comes of age as he doesn't possess it earlier. The Iconoclast heresy in Charlemagne start date is spared the Chalcedonian conversion madness.
Both Latin and Holy Roman Empires are missing the decision to mend the Schism and restore Rome.
That is all.
Can you give me more information about that first one? Was there an alert or anything? That one was supposed to have been fixed.Beta 4
-Pope just disappeared after couple of years in 769 start date at least
-Koloneia in 769 start is a wasteland
-Excommunication acceptance is still broken
The first pope dies and the title of Papacy disappears. Random priest then controls the land. Tested a new game by killing Pope with console, same result. Decided to load 1066 start date got a bunch of bishop replacement notifications and the Pope doesn't even exists from the start.Can you give me more information about that first one? Was there an alert or anything? That one was supposed to have been fixed.
Him not existing is probably caused by the Chalcedonian mass conversion glitch.The first pope dies and the title of Papacy disappears. Random priest then controls the land. Tested a new game by killing Pope with console, same result. Decided to load 1066 start date got a bunch of bishop replacement notifications and the Pope doesn't even exists from the start.