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
Again, not really an issue, seeing as this is an issue that would otherwise be invisible unless your brought it out, just figured to mention it. I already fixed it on my side. If you'll like, here is a pastebin of the file if you want it, it's not much.
(The changes I made to make this a problem in the first place was simply making it so the body and hair didn't share the same color [Note: not talking about scales]. This connection is not at all related to this file, so don't worry. This is just correcting the color palette.)
https://pastebin.com/WucAcAMU
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1629616178
https://steamhost.cn/steamcommunity_com/workshop/filedetails/?id=1606187388
[08:42:52.675] [Error] Object dragonbed defined twice, second time from /objects/beds/dragonbed.object
This has been a thing for a while now, but it wasn't ever fixed. ;-;
Well, I mean, either that or make it dedicated to the draconis race, it's quite bothersome seeing that draconis quest in the main Outpost for EVERY race I make, draconis or not. ::>-<::
I initially thought it was due to /admin, /setgravity 0, /resetgravity, and /admin again to remove the privileges—all of which I used to rebuild my ship—but that didn't seem to be the case with a new character I tested it on, so I'm trying to narrow down what may have caused my character to lose that trait.
Sry for the long message
See, during an update of Starbound, there was a file called shipPetSpawner.lua, and the raptor egg used that file to spawn more ship pets. the problem is that the file doesn't exist anymore.
It seems that the modmaker made a copy of that file and put it in the raptor egg's folder, under /objects/generic/raptoregg, but forgot to change the dragonpetspawner.object file accordingly.
the change is really simple. find the part that says
"scripts" : [
"/objects/spawner/shipPetSpawner.lua"
and change the path to "/objects/generic/raptoregg/shipPetSpawner.lua", so that the end result is this:
"scripts" : [
"/objects/generic/raptoregg/shipPetSpawner.lua"
just tested it, the egg works as intended, no crashing, I now have four beautiful raptor friends.