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