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

Varyar

POPpet Master
28 Badges
Sep 8, 2002
2.900
33
  • Europa Universalis IV
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis IV: Pre-order
  • Europa Universalis III: Collection
  • 500k Club
  • Rome: Vae Victis
  • Victoria 2: A House Divided
  • Victoria 2
  • Europa Universalis: Rome
  • Victoria: Revolutions
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Heir to the Throne
  • For The Glory
  • Hearts of Iron Anthology
  • Europa Universalis III Complete
  • Europa Universalis III
  • Diplomacy
  • Deus Vult
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • 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: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Crusader Kings II
I have made several tests and it seems that event 9007, which spreads culture in provinces, is unable to spread culture from one demesne province to another.

Converting Praha to frankish culture(in a savefile), giving the ruler frankish culture as well as claiming the king title of Bohemia sets you up in a situation where your only frankish province is surrounded by the rulers demesne. Setting MTTH to 100 days or thereabout should give you a cultural convertion pretty quickly, right? Well, it doesn't happen. At all. Regardless how long you wait.

However, if you give a neighbouring province, like Plzen, to a courtier, it converts within months, and then the royal demesne that borders Plzen also converts within a few months.

Either I'm having some very weird problems, or there's something that's not working quite as it's supposed to with that event. It would be good if someone could verify that this problem exists outside of my machine.
 
Upvote 0
I have located the bug. It's tied to this condition:

event 9007 said:
condition = { type = same_realm } # Both provinces in same realm

If it is removed, culture will spread between demesne provinces. So the question is if it can be replaced with other conditions that fulfill the same purpose.
 
Interesting. It can be fixed too, like this:

Code:
condition = { type = or
     condition = { type = same_realm }
     condition = { type = same_ruler }
}

So "same_realm" includes spread to vassals and same_ruler between demesne provs.

But it's really interesting that same_realm does not include same_ruler within it.
 
I just want to say that yes, with that change the event works perfectly.
 
gfortune said:
Can you upload a fix for this bug?

Thanks!

EDIT: Lousy no-good space provider... Please recommend a reliable space provider and I'll make a new upload.

But honestly, it's easy to fix on your own. Just open the province_conversion_events.txt file in your CK events folder. Search for event 9007. Look for the line that says condition = same_realm (should be the first line). Replace it with the condition posted above by Byakhiam. Save. You're done.

Just remember to save a copy of the file for backup.
 
Last edited:
Angelfire does not allow direct linking
from offsite, non-Angelfire pages,
to files hosted on Angelfire.

This practice of 'remote linking' reduces
our ability to serve out the homepages
of our members quickly and efficiently.

...