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
Other still works.
I was able to make it partially work with 1.15 by fiddling with the load order and disabling conflicting mods. No luck with 1.16 so far.
[Change the holding types ] mods still work well in 1.15.0
It helps me a lot to play games and have more fun now.
@P-Titty- for explaining step by step especially that second line on step 5
@Benedicter- for sharing the code and what to do
分步说明:
1.导航到本地文件 :\steamapps\workshop\content\1158310\2633505646\common\decisions
2.在您选择的代码编辑器中打开第一个后缀.txt文件
3.找到所有 picture=… 的代码,将其替换为 picture={reference=…} (原文件等号后面是什么复制过去即可)
4.保存文件
5.对所有decision.txt重复这些步骤
注意每个文件里所有带picture的代码都要替换
简单的中文翻译,感谢@P-Titty
@Benedicter
Thank you so much, you are my hero
@Benedicter
Thank you so much
Step by step instructions:
1. Navigate to ...\steamapps\workshop\content\1158310\2633505646\common\decisions
2. Open up the first .txt (for me this hm_decisions_ai_add_slot.txt) in your code editor of choice
3. The second line should be picture = ... - changes this to picture = { reference = ... } like what @Benedicter has done
4. Save the file
5. repeat these steps for each of the decision .txt
NOTE: hm_decisions_hide_show.txt has two decisions in it, each with a picture = ... line, you need to update both - if you dont, youll never be able to show the decisions in the menu, it should also be noted, that you need to do this for all the decisions, don't just do it for one or two of them, do it for all of them
after do the above, when you next open CK3, you should see in the decisions menu a decision called "(HM) Show Decisions", if you don't, then something has gone wrong
sorry but still not working
There are 5 files there in
Steam\steamapps\workshop\content\1158310\2633505646\common\decisions
open each of them and search for the word 'picture'.
Instead of a line like-
picture = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
make it
picture = { reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"}
Thanks @P-Titty for the fix!
if you go to all of the .txts located in steamapps\workshop\content\<CK3ID>\<IDofMod>\common\decisions (In my case, CK3ID = 1158310 and IDofMod = 2633505646, not sure if this is the same for everyone else) and modify the files change the lines where its:
picture = ...
TO
picture = {
reference = ...
}
and the decisions should start working again