安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
I think there was a way to check to make certain it spawned correctly and basically brute force it to make sure, but I've got to remember how to do it. I'll try to update it when I get some free times over the Holidays.
1) the system where the wormhole special project gets researched got all hyperspace connection cut off, and the nation spawned within my borders
2) two wormholes popped up in that now-isolated system - connected to each other
3) the generated system with New Horizon spawned with a connection to another system, with an empty gaia world
[23:36:45][trigger_impl.cpp:1191]: Script Error: Invalid context switch [] from Isrillo's Castle [planet], file: common/buildings/00_pioneer_buildings.txt line: 307, Scope:
type=planet
id=1
random={ 0 257661570 }
random_allowed=yes
It goes from line 307 to line 704, seems like this.orbit doesn't include the planet scope?
The space elevator just allows you to build it through the planet interface and at a discount without the Habitat technology, at the expense of having the Early Habitat Deposit.
I had the same issue with my version and came up with this, it prevents space elevators from building on artificial planets but lets me add in exceptions for other mods.
potential = {
exists = owner
OR = {
NOT = { is_artificial = yes }
is_pd_habitat = yes
}
}
and steam refuses to format my comment properly no matter what I do :p
Does the habitat building decision work on ring worlds?
Newest trick would be on SIHO where with some help I got orbital rings to apply their modifiers to Habitats as well. :P
That way all Empires can one day have Orbital Elevators, but only this Origin starts with them.
Also, is this mod compatible with Stellaris Evolved?