Crusader Kings III

Crusader Kings III

The Catholic Trinity: 1.12.1 "Scythe"
Uber  [desarrollador] 24 ENE 2022 a las 10:29
COMPATIBILITY READ HERE
[img]https://imgur.com/jCZ5XR6.png[/img]
  • What mods are incompatible with this one?
  • Due to Catholics Trinity aim at greater compatibility while keeping essential systems running, I have taken great care to never directly overwrite vanilla files, using my own naming schemes for everything that I touch, that is everywhere but GUI.
  • Currently the Catholic Trinity needs to touch, event_window_widget_name_child.gui (for naming children after saints), window_character.gui (For allowing players to see the Papabile/Papal Successor without opening the college), window_faith.gui (For the introduction of the Investiture mechanic and the College of Cardinals) and window_my_realm.gui for the introduction of the new Investiture Laws, BUT there is a solution under-work, With the Release of UnifiedUICK3, you will be able to use Catholic Trinity with various mods who also touch the above files, for now place Catholic Trinity last in a playlist!
  • PLACE AFTER ETHNICITIES AND PORTRAITS EXPANDED!
< >
Mostrando 1-15 de 39 comentarios
Rhaenys 29 ENE 2022 a las 10:42 
Is the mod compatible with a setup using both "Community flavor pack" and "Ethinicities & Portraits expanded"? I saw a couple of "supect naked" character and generally this is a bug due mods being not compatible together.
Última edición por Rhaenys; 29 ENE 2022 a las 10:42
Uber  [desarrollador] 29 ENE 2022 a las 22:06 
@Lorelei If you load Catholic Trinity in a load order like

- CFP
- EPE
- EPE-CFP Patch
- Catholic Trinity

It should work, I had tested it all before release to make sure!
Rhaenys 30 ENE 2022 a las 13:28 
Thank you very much for the answer :)
Feivel 10 FEB 2022 a las 21:19 
Hello Zach, do you know how I can make my mod "Farewell, Chaplain!" compatible with TCT?

My Decision won't show up when both our mods are enabled, regardless of their loading order.

My Decision has an
is_shown
condition of
root.faith = { has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment }
so that it's only visible for Player's whose Faith has Theocratical Clergy Doctrine "Clerical Appointment: Spiritual, for Life" and if I comment that line out then it will show up again.

Best regards.
Última edición por Feivel; 10 FEB 2022 a las 21:20
Uber  [desarrollador] 10 FEB 2022 a las 21:47 
Publicado originalmente por Feivel:
Hello Zach, do you know how I can make my mod "Farewell, Chaplain!" compatible with TCT?

My Decision won't show up when both our mods are enabled, regardless of their loading order.

My Decision has an
is_shown
condition of
root.faith = { has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment }
so that it's only visible for Player's whose Faith has Theocratical Clergy Doctrine "Clerical Appointment: Spiritual, for Life" and if I comment that line out then it will show up again.

Best regards.
Ahhh that's unfortunate, yeah I know the reason exactly - TCT currently has it's own Clerical Appointment doctrine called doctrine_clerical_succession_investiture_law_appointment, which currently overtakes the vanilla's doctrine_clerical_succession_spiritual_fixed_appointment. That would be the first major issue,

The second issue is how to fix that hmmmm
Uber  [desarrollador] 10 FEB 2022 a las 21:52 
One way is to make a check for TCT, currently Community Flavor Pack does this as a check for an internal compatibility.

They have an event file, with this event exactly,
namespace = errorfixer errorfixer.1 = { hidden = yes orphan = yes immediate = { set_global_variable = { name = Trinity_is_loaded value = yes } } }

This event will never fire in your mod, therefore the variable is never set, BUT it does erase any error stating that your mod, when TCT isn't loaded - can't find the variable..

Although in my own mod I *DO* set this Variable on game start, therefore you should be able to use a scripted trigger checking for or
a variation of,
exists = global_var:Trinity_is_loaded
to check if TCT is loaded.

Doing such, you should be able to make an if statement for your is_shown, to activate only when either in vanilla, doctrine_clerical_succession_spiritual_fixed_appointment is set,

Or with TCT, if doctrine_clerical_succession_investiture_law_appointment exists.
Última edición por Uber; 10 FEB 2022 a las 21:53
Feivel 10 FEB 2022 a las 23:02 
Thank you very much for your quick response and the provided solution :-)
I think I got it working now and it's already updated.

# Compatibility for "The Catholic Trinity" by EpicUberZach trigger_if = { limit = { exists = global_var:Trinity_is_loaded } OR = { root.faith = { has_doctrine = doctrine_clerical_succession_investiture_law_appointment } root.faith = { has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment } } } trigger_else = { root.faith = { has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment } }
Última edición por Feivel; 11 FEB 2022 a las 4:10
Sopphic 16 FEB 2022 a las 5:06 
heya - stupid question. Is this compatible with succession expanded, and if so what order should i load them in?
NeoXNocturne 19 FEB 2022 a las 19:38 
Using this mod and the Governments + mod causes the game to initialize forever when you try to choose your character at any start date.
GOOGLEPOX 23 FEB 2022 a las 3:11 
Having the same issue with Governments+ and infinite load on character selection
Strike_Knight 25 FEB 2022 a las 18:27 
I have a problem when I'm using this mod with Governments+ and/or Cities of Wonder 2 where the Pope just doesn't have a court room. Everything else still works, I can ever play as him, but the Royal Court button doesn't work, and says I don't have one because I'm not feudal or clan even though I know that the Pope should have one with this mod.
Also, More Holding Graphics makes the court room become a default Mediterranean room.
Uber  [desarrollador] 25 FEB 2022 a las 21:10 
Governments+ isn't yet compatible, as I touch Theocracy Government to allow them to have a court and Gov+ overwrites said file. I'll work on a comp patch with Wrench sometime soon likely.
-=GoW=-Dennis 2 MAR 2022 a las 20:50 
Any chance for compatibility with https://steamoss.com/sharedfiles/filedetails/?id=2758933653&searchtext=choose+court+room?

It seems with Catholic Trinity enabled for some reason no matter what court type is chosen, nothing changes, including when that mod is most bottom in load order.
Strike_Knight 15 ABR 2022 a las 18:22 
Pope looses his Court when used with Cities of Wonder 2.
Última edición por Strike_Knight; 15 ABR 2022 a las 18:23
Wrench 18 ABR 2022 a las 14:05 
Is the mod compatible with save games?
< >
Mostrando 1-15 de 39 comentarios
Por página: 1530 50