Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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"
]
}
]