Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
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.