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
I've resolved the SAIL/BYOS issue myself. Turns out in the universe.config.patch file you've just got to add the FU ship to your species' ships pool, and both the SAIL and BYOS will work just fine! It's definitely not the best way to do it, but for an ameteur modder like me who just wants the thing to work without breaking everything, It's good enough.
(here's the patch i used, replace the YOUR_SPECIES_DEFNAME part with whatever your race is actually called in-code)
[
{ "op" : "add",
"path" : "/speciesShips/YOUR_SPECIES_DEFNAME",
"value" : [
"/ships/fu_byos/fu_byos.structure"
]
}
]