安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
as for the government one it should be under unification efficiency. but for you to find the folder with the mods you right click the game>properties>Installed Files>Browse>(Inside the folder) Mods and just find which ones are enabled or disabled that you want to modify!
but again once the new official update is out of experimental ill do my best to update it! but again no promises
TIEffectTemplate json:
{
"dataName": "Effect_MissionControlPriorityBonus02",
"instantEffect": "",
"operation": "Additive",
"value": 0.50 ,
"instantRnd": null,
"strValue": "",
"effectTarget": "SourceFaction",
"effectSecondaryTarget": "",
"effectDuration": "permanent",
"stackable": true,
"duration_months": -1,
"initialFactionsStr": [
"",
""
],
"contexts": [
"MissionControlPriority",
""
]
}
I set value to .5 cause I like it better this way >=)
> Completion may unlock the following technologies and projects for research:
> TIProjectTemplate.displayName.Project_EcoEfficiency,
> TIProjectTemplate.displayName.Project_WelEfficiency,
> TIProjectTemplate.displayName.Project_KnoEfficiency,
> TIProjectTemplate.displayName.Project_MilEfficiency,
> TIProjectTemplate.displayName.Project_BstEfficiency,
> TIProjectTemplate.displayName.Project_MisEfficiency,
> TIProjectTemplate.displayName.Project_UniEfficiency
"PavonisInteractive.TerraInvicta.TIEffectsState": [
This part of the save file contains all active effects on every faction. The part you're looking for is:
"ControlPointMaintenance": [
Completing the project that gives +3 control point cap adds this line:
"Effect_ControlPointMaintenanceBonus3",
But you also have this line as valid:
"Effect_ControlPointMaintenanceBonus160",
Athough if I'm correct it only adds +100 and not +160. Remember that every line but the last one ends in a komma, and that this list only exists if a faction has at least one effect of this catagory. You can copy the list from another faction if you want, and as far as I know you can add as many effects as you want to give yourself as high as a control point cap as you want.