安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
I took a look at the mod and compared it to the current game files and I can see why it's broken. The main file is very much out of date and I haven't tried it, but if @JeeZee's fix works, then great, but the rest of the file, with other important decisions might not be working as intended now, because it's fallen behind on a lot of patches.
Since Paradox introduced the decision in the game, removing the capital requirements is very easy in the code, just 2 lines that you need to comment out and you can build your legendary building anywhere. I've made a new mod that does this exactly and will be keeping it up to date.
For anyone who ends up here: Legendary Building Location Anywhere
Cuz I'm available to choose any barony in my domain for legendary buildings without this mod
Confirm this method works for 1.15.0 as well
Navigate to C:\Program Files (x86)\Steam\steamapps\workshop\content\1158310\3225008269\common\decisions
(or wherever your workshop folder is located. Alternative method is to open the mod folder via the ck3 launcher)
Open both 06_ce1_decisions and clbl_decisions in notepad.
change every line that is in the format:
picture = "gfx/interface/illustrations/decisions/decision_legend.dds"
to
picture = { = "gfx/interface/illustrations/decisions/decision_legend.dds"}
dont change the 'gfx/interface/illustrations etc' ONLY add the { = and } to the start and end of the line
save then relaunch the game and it should work.