Crusader Kings III

Crusader Kings III

The Catholic Trinity: 1.12.1 "Scythe"
Uber  [개발자] 2022년 1월 24일 오전 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!
< >
39개 댓글 중 1-15개 표시
Rhaenys 2022년 1월 29일 오전 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.
Rhaenys 님이 마지막으로 수정; 2022년 1월 29일 오전 10시 42분
Uber  [개발자] 2022년 1월 29일 오후 10시 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 2022년 1월 30일 오후 1시 28분 
Thank you very much for the answer :)
Feivel 2022년 2월 10일 오후 9시 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.
Feivel 님이 마지막으로 수정; 2022년 2월 10일 오후 9시 20분
Uber  [개발자] 2022년 2월 10일 오후 9시 47분 
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  [개발자] 2022년 2월 10일 오후 9시 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.
Uber 님이 마지막으로 수정; 2022년 2월 10일 오후 9시 53분
Feivel 2022년 2월 10일 오후 11시 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 } }
Feivel 님이 마지막으로 수정; 2022년 2월 11일 오전 4시 10분
Sopphic 2022년 2월 16일 오전 5시 06분 
heya - stupid question. Is this compatible with succession expanded, and if so what order should i load them in?
NeoXNocturne 2022년 2월 19일 오후 7시 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 2022년 2월 23일 오전 3시 11분 
Having the same issue with Governments+ and infinite load on character selection
Strike_Knight 2022년 2월 25일 오후 6시 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  [개발자] 2022년 2월 25일 오후 9시 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 2022년 3월 2일 오후 8시 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 2022년 4월 15일 오후 6시 22분 
Pope looses his Court when used with Cities of Wonder 2.
Strike_Knight 님이 마지막으로 수정; 2022년 4월 15일 오후 6시 23분
Wrench 2022년 4월 18일 오후 2시 05분 
Is the mod compatible with save games?
< >
39개 댓글 중 1-15개 표시
페이지당 표시 개수: 1530 50