Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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.