I unzip in mod folder; its also showing under mod section (i have it ticked along with ck2+), and also showing in game as active mod.
Might not have downloaded properly. Try re-downloading and see if you're still having the problem.
I unzip in mod folder; its also showing under mod section (i have it ticked along with ck2+), and also showing in game as active mod.
I am such a noob i though the dates appear in main menu; then remembered the game had a bookmark menu once you star new campaign (╥︣﹏᷅╥)Might not have downloaded properly. Try re-downloading and see if you're still having the problem.
I was bugged by the fact that k_province was a theocracy as well as the d_saxony. Is there some bug fix for that?
For the record, there were so many history files that said they had been modified since the last CKII+ update but hadn't (please CKII+ devs. Please no more map/history changes)
Not like we're trying to troll you hereThe shuffling of provinces is a side effect of two things:.
Got a strange problem with the latest version. Games run just fine until you save; then, after you resume playing from the save, they crash a few months in without fail. The first few times this happened on the 962 start date, but an experimental observer game on 769 had the exact same issue. Plain CK2+ appears to work fine. I also use CPRPlus with all the necessary compatches but that seems unlikely to have been the cause of the problem. The same configuration worked without any issue on the previous version of CK2+ and RT.
I also run the same mods and I also have crashes at exact dates.
Got a strange problem with the latest version. Games run just fine until you save; then, after you resume playing from the save, they crash a few months in without fail. The first few times this happened on the 962 start date, but an experimental observer game on 769 had the exact same issue. Plain CK2+ appears to work fine. I also use CPRPlus with all the necessary compatches but that seems unlikely to have been the cause of the problem. The same configuration worked without any issue on the previous version of CK2+ and RT.
I also run the same mods and I also have crashes at exact dates.
Me too. I went through the log files and the only thing I could identify that possibly could cause the crashes was something like “failed to create file error type 3”. I deactivated cprplus and everything seems to work fine now.
Having trouble replicating this. That said, looking into it caused me to discover a glaring problem, equal parts how-the-hell-did-I-miss-that and goddamn-I-thought-I-fixed-that, that may possibly be causing those crashes upon reloading saves.
I've updated the download link and the checksum with the fix. Download the new file and see if it works. If not, if you could
that would be great, thanks.
- Test it again with either communal government disabled or on a bookmark where there are no landed Qarmatian/Mazdaki characters (i.e. not 769 or any date between 950 and 1078)
- Send some save-files my way
impossibly minor notes:
The ck2+ schism game rule incorrectly states "for the first three bookmarks" even though this adds more chalcedonian bookmarks
###HREmperor receives Pope's submission###
narrative_event = {
id = rexteut.2005
###Pope receives HREmperor's repentance (POPE EVENT)###
letter_event = {
id = rexteut.2006
###Catholic province has chance to flip Hussite###
country_event = {
id = rexteut.2005
###Hussite province has chance to flip Catholic###
country_event = {
id = rexteut.2006
I fixed it, I moved rexteut.2028 from "on_new_holder" and "on_new_holder_inheritance" to
"on_yearly_pulse" and it works flawlessly (it fires only once as it should).
Hussite events share the same id as the investiture controversy events, for example:
Code:###HREmperor receives Pope's submission### narrative_event = { id = rexteut.2005
and
Code:###Pope receives HREmperor's repentance (POPE EVENT)### letter_event = { id = rexteut.2006
share id with:
Code:###Catholic province has chance to flip Hussite### country_event = { id = rexteut.2005
and
Code:###Hussite province has chance to flip Catholic### country_event = { id = rexteut.2006