Separate names with a comma.
Check your starbound.log in Starbound/storage after a crash and look around for errors. Your mod may be causing the game to crash. Check your JSON...
Thanks! However, I've got another issue with textBox widgets. I found out the reason my testing for that boolean wasn't returning values was...
Hey guys, Working with textBox widgets, however I've run into some confusion. The widget function widget.hasFocus() is void, but the lua doc seems...
Started a conv with you, seems like we're getting a bit off topic. Cheers
You can unpack that file (packed.pak) using these instructions to gain more insight on the merchant pools, or the game in general. Let me know if...
Sorry for getting back to you late. The usage for the spawnnpc command is /spawnnpc [race] [npctype] [level] [seed] [json overrides] Here's an...
Yes, you want to patch your watering can into the player.config blueprints (if you want your item to be crafted from the very beginning, without...
Which OS are you using?
Seems like it should work, vaultkeytrader.lua uses the function npc.setOfferedQuests(), so npc.emote() should be fair game. Cheers! Sounds like an...
Maybe you could create a custom npcstatusreacttostatus.lua script for NPC's, and patch in the "script" : ["npcreacttostatus.lua"] into the...
In /Starbound/doc/lua/npc.md it says The `npc` table is for functions relating directly to the current npc. It is available only in NPC scripts....
Are you using this for /spawnnpc? Try "villager" /spawnnpc avian villager Seems to work. Switch out "avian" with any other race like usual for the...
Heyo, you want to use a .patch file to make any changes to vanilla files (for mod compatibility). Here's a run-down of how to use patch files and...
I took a look and I think you want to mess around with mask.png. The colors white and black are used to determine what shows up when wearing the...
Oh, great! I wasn't sure if you could do that too, but it seems logical. Hope it works out, cheers!
Haven't worked with consumables or their tooltips, but would creating a new custom tooltip file (for example, myfood.tooltip) work? And then...
With this being an older mod, I think it's missing some new additions to the file. Some differences that the SkArmor's .chest file has compared to...
That's interesting, I had no idea! I was just going off of what I know, that statusEffects could be used to add on shiny particles or effects on...
I'm looking at version 0.35B, for reference (not sure which version you've installed). It looks like the author created modifications of the...
Have you unpacked the game's assets yet? It seems as if you haven't if you're only able to look at the .abc files in the assets folder. Here's a...