Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
Apparently I left the body sprite files named wrong in the last update somehow, which is why this one simply wouldn't work at all... I'm sorry :(
Fixed it now! Thank you for reporting it :3
Starbound is stupid, and determines mod load order seemingly at random, which can result in mods that patch other mods (like this one) potentially loading before the mod it patches, causing it to not function.
This can be fixed by adding one of 2 lines to the mod's _metadata;
"priority" : 9998, uses an integer between 1 & 9999, with higher numbers loading later, or
"includes" : ["Neki"], loads the mod after the listed mod, using the name defined in the patched mod's _metadata.