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
Thanks to Lucky Leny(Holger) and Karax for making the mod and expanding on it.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3094253305
I changed the two lines mentioned for this code and it does work! Thanks so much. Now I gotta figure out how to get immersive doctrines to work with this haha. Thank you again!
(952)
onclick = "[OpenFaithConversionWindow( Faith.GetID )]" to onclick = "[ToggleGameViewData( 'faith_conversion', Faith.GetID )]"
(962)
onclick = "[OpenFaithCreationWindow( Faith.GetID )]" to onclick = "[OpenGameViewData( 'faith_creation', Faith.GetID )]"
Will not allow me to Reform or Convert with this mod enabled.
Any fixes?
Maybe it's because it's not compatible with more bookmarks?
you can't create religion and just navigating between religion is not working. clicking another religion will just refresh the windon but not change religion screen
Pd: And thanks to the creator for this mod, is really helpful, but I can't do much since the last patch show this bug.
In the religions tab - normally you only access it to convert to another religion -, IT IS NOT POSSIBLE TO ACCESS THE SCREEN OF ANY RELIGION, therefore, by legitimate means it is impossible to convert to religions NOT PRESENT during the gameplay - be it on the map or as the religion of some unlanded character -.
Anyway, until this mod is updated, you can use the console commands to convert, and otherwise, the mod remains functional.
Take and copy this ENTIRE text:
onclick = "[OpenGameViewData( 'faith_creation', Faith.GetID )]"
Then open CK3 launcher -> Playsets -> More Tenets Slots + Unl. Customizable Ethics
-> Three dots under "Enabled" and or "Disabled" -> Show in folder -> gui -> window_faith.gui (open with notepad) -> edit -> Localize - or Search, I'm Brazilian, so I don't know for sure what's writen on English versions -> Search for "text = "CREATE_REFORM_FAITH_TEXT" -> Paste the text UNDER THIS LINE.
That'll make the mod playable again.
The only bug I found is that the doctrine of "Natural Primitivism" is locked and you CAN'T use it, but that's all.
name = "create_faith"
minimumsize = { 240 0 }
visible = "[And( ObjectsEqual(Faith.Self, GetPlayer.GetFaith ), GetVariableSystem.HasValue( 'faith_view_tabs', 'beliefs' ))]"
text = "CREATE_REFORM_FAITH_TEXT"
onclick = "[OpenGameViewData( 'faith_creation', Faith.GetID )]"
tooltip = "CREATE_REFORM_FAITH_TOOLTIP"
using = tooltip_nw
}
this is work?
name = "create_faith"
minimumsize = { 240 0 }
visible = "[And( ObjectsEqual(Faith.Self, GetPlayer.GetFaith ), GetVariableSystem.HasValue( 'faith_view_tabs', 'beliefs' ))]"
text = "CREATE_REFORM_FAITH_TEXT"
onclick = "[OpenGameViewData( 'faith_creation', Faith.GetID )]"
tooltip = "CREATE_REFORM_FAITH_TOOLTIP"
using = tooltip_nw
}
i concur. nothing happens. spinny icon, but no window
please update!!!
i concur. nothing happens. spinny icon, but no window
打开mod根目录\common\religion\doctrines\xxx_mts_ce_unl_core_tenets.txt文件
把3048行到3056行中的flag改为doctrine
flag:doctrine_adultery_women_crime = { is_in_list = selected_doctrines }
flag:doctrine_homosexuality_crime = { is_in_list = selected_doctrines }
flag:doctrine_adultery_men_crime = { is_in_list = selected_doctrines }
flag:doctrine_witchcraft_crime = { is_in_list = selected_doctrines }
flag:doctrine_deviancy_crime = { is_in_list = selected_doctrines }
}
OR = {
flag:doctrine_kinslaying_accepted = { is_in_list = selected_doctrines }
flag:doctrine_kinslaying_shunned = { is_in_list = selected_doctrines }
另外将common\game_rule\mts_game_rules.txt
中的flag = blocks_achievements删除可以不在规则中禁止成就
也可以直接把game_rule文件夹整个删除
ck3启动器->播放集->更多核心教义mod右下3点省略号->在文件夹中显示->进入mod根目录
使用Notepad++打开gui文件夹内的window_faith.gui文件,
直接txt打开应该也行,txt不显示行数,可以使用查找
修复改革信仰按钮:
962行
onclick = "[OpenFaithCreationWindow( Faith.GetID )]"
更改为
onclick = "[OpenGameViewData( 'faith_creation', Faith.GetID )]"
修复皈依信仰按钮:
952行
onclick = "[OpenFaithConversionWindow( Faith.GetID )]"
更改为
onclick = "[ToggleGameViewData( 'faith_conversion', Faith.GetID )]"
修复其它信仰跳转:
1355行
on_finish = "[DefaultOnFaithClick(Faith.GetID)]"
更改为
on_finish = "[OpenGameViewData( 'faith', Faith.GetID )]"
https://drive.google.com/file/d/1htkp6ckzrqtQKA3DQ6H-QWZb35ZR1ney/view?usp=sharing