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
Once they die, they'll be venerated.
go to documents/paradox/ck2/mods/veneration/decisions/mta_veneration_decisions. open it up, and change the number from 50 to what you want...
then find h localisation file, and change that number from 50 as well...
If you want to change this, it shouldn't be too difficult. There's only a couple lines to alter. I recommend doing it in an editor like Notepad++ since the default Windows text editor can mess things up sometimes.
decisions\mta_veneration_decisions.txt:
add_character_modifier = { name = mta_recently_used_veneration years = 50 hidden = yes }
localisation\MTA - Veneration Selection.csv:
mta_NOT_RECENTLY_USED_VENERATION;Has NOT venerated an ancestor by decision within the last 50 years\n;;;;;;;;;;;;;x
Just change the number where it says years. The second file is actually purely visual, but might as well adjust that while you're at it. If you run into any problems, let me know!
[Any update to the mod will require you to change it again]
For some odd reason, I could only select myself to be venerated after death and nobody else in my faith. I fear this might be a compatibility issue with the ARR mod? not so sure though. Would love your help on this.
i did this mark veneration 4 generations of temporal leaders who became saints etc
but now it doesn't allow veneration? i think it coincided with me switching culture from greek>roman (byzantine>roman) but it doesnt unbug..so now i cant venerate my dads ..only random popup shows to venerate counts/dukesetc
I would recommend either reloading and waiting until a new game before using this if it's an issue, or alternatively, I assume after time passes and those characters die, that everything should work as normal because I believe it's only what traits existing characters have that went out of order.
This is the reason I saw a Paradox developer on the official forum say they didn't do something like this, so being able to mark living characters for future veneration is the only workaround.
I reformed the germanic faith and got the divine bloodline, and when he died my son got the option to venerate him again. When i look at the 'venerated ancestors' screen the portrait of the reformer is there twice, once for the divine bloodline and one for the 'venerated after death' one.
So, this mod is actually made to work with Christians if they have a Temporal religious head, but there's no way for this to happen in the base game (and AFAIK, no mods that add reformable Christians right now other than something private I have in the works and may release in the future).
If you feel comfortable editing this mod in a text editor, you could remove a couple lines of code from decisions/mta_veneration_decisions.txt to allow you to mark any Christians of your religion to be beatified.
Under both from_potential sections (for the mark and unmark decisions in the file), delete these lines:
controls_religion = yes
has_religion_feature = religion_temporal_head
Are you using any other mods that could be conflicting? You need to have Temporal leadership, the Ancestor Veneration doctrine, and can only target characters of your religion that are adults of count level or higher as per the original game's requirements.
It could also be that Steam downloaded it incorrectly. I wouldn't try to trigger anything manually much, since the saint system is fairly complicated. You shouldn't need to run any events to test it; the decisions and events are just ways of managing the 'mta_marked_for_sainthood' trait checked by the veneration system on death If a character has it and dies, you should instantly get a notification about venerating them.
I'm releasing an update that will hopefully fix this, but if you still see strange behaviour like this, I'd appreciate a save game if you can to take a better look at it. I just ran a quick simulation for 300 years and didn't see AI with any marked for veneration traits.
Big thanks for the report!
and the sunni calipg has it assigned to at least 3 different living chars all at the same time
If not and after updating the mod and then dying, your heir still couldn't use Select for Veneration, let me know, but that console command should work temporarily if you want to remove the "recently used veneration" status.
Screenshot one shows i cant venerate myself (i dont want to, used it as an example) due to venerating someone.
Screenshot 2 shows my father is the only venerated ancestor.
https://steamcommunity.com/sharedfiles/filedetails/?id=1577327013
https://steamcommunity.com/sharedfiles/filedetails/?id=1577327069
What I did if you're curious is just add another condition to the trigger section of the first event in events\mta_veneration_events.txt :
FROMFROM = { NOT = { trait = mta_marked_for_sainthood } }
This makes it so that the successor of the religious title will only inherit the hidden "already used veneration" trait if the previous holder of the title wasn't the one selected for veneration . Should work how you wanted it to now!
what code would need to be added in order to make the option for giving out the 'selected for veneration trait':
(*) has not selected person for veneration in x years
OR
(x) has not venerated ancestor.
basically what would make it so that i can still give out the trait to venerate people if i selcted my previous ruler to be venerated.
i tried adding { or = } but it just crashed my game.
If not, this might be a bug that I didn't come across when testing it, but I could try to narrow down the cause and fix it if you could upload your save somewhere (ideally two saves if you have them, one before and one after they died).
I did it, and so hopfully it will work.
Thank you for the advice and for he mod, have a great day!
If you want to change this, it shouldn't be too difficult. There's only a couple lines to alter. I recommend doing it in an editor like Notepad++ since the default Windows text editor can mess things up sometimes.
decisions\mta_veneration_decisions.txt:
add_character_modifier = { name = mta_recently_used_veneration years = 50 hidden = yes }
localisation\MTA - Veneration Selection.csv:
mta_NOT_RECENTLY_USED_VENERATION;Has NOT venerated an ancestor by decision within the last 50 years\n;;;;;;;;;;;;;x
Just change the number where it says years. The second file is actually purely visual, but might as well adjust that while you're at it. If you run into any problems, let me know!