安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
Look at /planetaryTypes/ and the planets within. For example look at this path.
/planetaryTypes/blackSunHabitable/values/variationParameters
You see the size selections there.
I'm talking about in FU's patch file, as there is no "blackSunHabitable" type in TS. Rather they just added the FU biomes to the planet types that you'll find in TS systems.
You see things like this in TS
So take that particular data and replace TS's own "variationParameters" data with it.
In fact, you do as you like so you could delete the "small" and "medium" worlds if you like.
This is of course your mod so I won't tell you to add larger planets or not. But if you wanted to without need of FU as a dependency.
terrestrial_worlds.config.patch -
This mod loads after FU if present anyhow. And that patch would avoid patchwork that is already done, but if not then it adds those planet sizes. I did JSON LINT test it this time :P but you still might want to test it in game... supposing you want to include larger planets.
I might as well pop that mod out, unless you'd rather do it.
correction:
There is a mod that does the planet sizes(and varied gravity according to size) as part of Unigen. But then it doesn't handle adding them into TS systems if present and I don't think it would play well with FU either. So I could make a mod that does this but is more flexible so that it still works with or without other mods.