ElTyranos / CommunityFlavorPack

Historical portrait accessories for Crusader Kings 3 characters.
https://communityflavorpack.com/
16 stars 7 forks source link

Iberian Court scene defaults to Muslim Iberian court scene #127

Closed donsuave closed 2 years ago

donsuave commented 2 years ago

When playing in Iberia as a religion other than Christian or Muslim, the court scene seems to default to the Andalusian court, regardless of culture of the ruler or capital county culture. Is there a way to get the “Christian” Iberian court scene when playing as a religion that is not Christian or Muslim in Iberia?

ElTyranos commented 2 years ago

Please post error.log and database.log

donsuave commented 2 years ago

error.log database_conflicts.log

I've been able to partially solve the issue with this alteration in CFP_scenes_culture:

Original:

iberian = { trigger = { exists = capital_county capital_county.culture = { has_graphical_iberian_culture_group_trigger = yes prev.religion = religion:christianity_religion } } }

andalusian = { trigger = { exists = capital_county capital_county.culture = { has_graphical_iberian_culture_group_trigger = yes prev.religion = religion:islam_religion } } } New:

iberian = { trigger = { exists = capital_county capital_county.culture = { has_graphical_iberian_culture_group_trigger = yes NOT = {prev.religion = religion:islam_religion} } } }

andalusian = { trigger = { exists = capital_county capital_county.culture = { has_graphical_iberian_culture_group_trigger = yes prev.religion = religion:islam_religion } } }

This changes it so any Iberian culture that isn't Muslim will have the "Christian Iberian" royal court, while any Muslim Iberian culture will have the "Andalusian" royal court

ElTyranos commented 2 years ago

Good idea, I will think about it. Take care, The Catholic Trinity is not updated yet.