Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.