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