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
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.