安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
vassal = {
liberty_desire_development_ratio = 0
}
this will make a subject gain no liberty desire from having development. This will only affect vassals, not marches or any other subject type. To do this for any other subject type, find the name of the subject type in the games 00_subject_types.txt file and copy the following into the .txt file you already made (this is a march for example)
march = {
liberty_desire_development_ratio = 0
}
To make the subject also not use a diplo slot, add the following in the next line between the brackets "takes_diplo_slot = no"
For an example of a finished vassal:
vassal = {
liberty_desire_development_ratio = 0
takes_diplo_slot = no
}
Message me on steam if you need help
1. Open the launcher, click "all installed mods" in the center left. On that tab click the "upload mod" button on the top right.
2. Press "create a mod". Choose any name, version, directory, and tags for the mod it doesn't matter, than press "create mod".
3. Scroll to the newly created mod in the installed mod tab and press the 3 dots at the bottom of that mods page, click "show in folder". Remember where in your files it takes you
4. In the mod folder, create a folder and name it "common", than within the common folder create a new folder named "subject types"