Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
(The free investiture events id is 67000.)
character_event = {
id = 670000
desc = EVTDESC_670000
And thanks @Olleros for noticing that bug, I've added it in now. Thanks for sharing your fix here as well!
The proper place to zip this change into the mod should be (using default file paths):
\ My Documents \ Paradox Interactive \ Crusader Kings II \ mod \ hf_papal_succession.zip \ events
And that's it! Your pope should now be able to pick out saintly/ancestrally venerable bloodlines for your reformed religion!
---------------------------------------
Looks like I found the event that needs to be updated! Just in case the author is unable to edit the mod due to time, for those looking to utilize Ancestor veneration in game, please do the following:
Go to CK 2 Base game directory, then copy the following file to an area you're comfortable working with:
File is ---> \Crusader Kings II\events\HF_ancestor_worship_events.txt
In that file, event ID HF.40100 has a trigger condition underneath it. Change this to match the following:
OR = {
has_religion_feature = religion_temporal_head
has_religion_feature = religion_theocratic_head
has_religion_feature = religion_autocephaly
has_religion_feature = religion_papal_head
}
Forced the event to fire on my pope, just to see what's going on or if I was unlucky, and it seems that event HF.40100, the event necessary to have a pope determine eligibility, does not recognize this mod as being valid.
Console spits back that the only valid choices for AV to fire are only Temporal, Hierocratic, and Autocephalus, as per the default game.
Any chance something might be up with the mod? Is this fixable at all, or just an unfortunate thing we'll have to live with?