安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Edit: Narrowed it down to this block in `bdoe_03_biomass_technician`:
```
produces = {
trigger = {
planet = {
planet_resource_compare = {
resource = food
value > 0
}
}
}
energy = 2
}
```
Maybe it's bouncing back and forth between two triggers or something
district_city: Needs origin_fear_of_the_dark updates
Mining Districts: Needs origin_subterranean updates
-----
Is it intended that this mod overwrites:
district_rw_allows
district_rw_consumer
district_rw_leisure
district_rw_mining
district_rw_organic_housing
from Gigastructural Engineering? I know you might replace them, so this might be intentional.
From Planetary Diversity, is it intended that this mod overwrites district_srw_commercial?
Thanks for your hard work.
It's district_mining_uncapped. The vanilla game has 3 triggered modifiers that I do not see in your version:
triggered_planet_modifier = {
potential = {
exists = owner
owner = { has_origin = origin_subterranean }
}
modifier = {
planet_housing_add = 1
}
}
triggered_planet_modifier = {
potential = {
exists = owner
owner = { has_origin = origin_subterranean }
}
modifier = {
planet_housing_add = 1
}
}
triggered_planet_modifier = {
potential = {
exists = owner
owner = { has_origin = origin_subterranean }
}
modifier = {
planet_max_buildings_add = 0.34
}
}
Along with these 2 triggered descriptions:
triggered_desc = {
trigger = {
exists = owner
owner = { is_gestalt = yes }
NOT = { owner = { has_origin = origin_subterranean } }
}
text = job_scrap_miner_drone_effect_desc
}
triggered_desc = {
trigger = {
exists = owner
owner = { is_regular_empire = yes }
NOT = { owner = { has_origin = origin_subterranean } }
}
text = job_scrap_miner_effect_desc
}
triggered_planet_modifier = {
potential = {
exists = owner
owner = { has_origin = origin_subterranean }
}
modifier = {
planet_housing_add = 2
planet_max_buildings_add = 0.34
}
}
And I also have those two desc parts. Perhaps it hasn't uploaded correctly?
triggered_planet_modifier = {
potential = {
exists = owner
owner = {
OR = {
is_regular_empire = yes
has_origin = origin_fear_of_the_dark
}
}
}
modifier = {
job_clerk_add = 1
}
}
Has not been added to district_city, however.
Also, your pd_comp file doesn't always overwrite because some PD files come after it, like pd_unique_districts. I think you should change the name to zz_pd_comp.
https://i.imgur.com/9mjTQG7.png
Thanks!