安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
Improved the architectural Renaissance ambiton and forbade the AI from taking it. This ambition now should provide the player with additional dyson swarm and arc furnace capacity. This way only the player can basicylls build them as much as they want while the AI has to obey the old limit.
i really want to stress that it should only affect the player
i understand if its not possible
Great mod regardless!
Binary and trinary systems indeed can have a dyson swarm for each star, they can even ahve one dyson sphere for each star.
@MrGeneral was fearing the ability to build infinite dyson swarms would cause issues. Reverted this so its once again only possible to build dyson swarms like arc furnaces to the fix limit. Dyson swarm on top of a dyson swarm should also not be possible anymore.
As for the ringworlds, the asteroid fields now once again get destroyed. I cannot do the same for the planets due to some possible crash case when someone constructs a ringworld on top of a ringworld.
Im sorry, i didnt got the clue about that.
But somehow i dont get that error anymore, so thats good ^^
Can someone dm me and lmk when an update is posted?
Disc: @jackchayn
I have done the 2 thing you put down here, but i still get at the AI systems, a error on the mega's:
_DESC
Do you know what rule i changed wrong?
or is it, that i still dont own the last dlc where the swarm is a part of....
custom_tooltip = {
fail_text = "requires_no_existing_megastructure"
NOR = {
has_planet_flag = dyson_swarm
#has_planet_flag = has_megastructure
}
}
And replace the on_build_complete section with this:
on_build_complete = {
from = { country_event = { id = cybernetics.1020 } }
fromfrom.planet = {
set_planet_flag = has_megastructure
set_planet_flag = dyson_swarm
if = {
limit = { has_orbital_station = yes }
orbital_station = {
dismantle = yes
}
}
}
from = {
change_variable = {
which = dyson_swarm_counter
value = 1
}
}
}
He typed this:
every_system_planet = {
limit = {
OR = {
is_planet_class = pc_molten
is_planet_class = pc_toxic
}
}
}
change_pc = pc_frozen
Instead of this:
every_system_planet = {
limit = {
OR = {
is_planet_class = pc_molten
is_planet_class = pc_toxic
}
}
change_pc = pc_frozen
}
i removed the modded dyson_sphere file which removed the issue.