Separate names with a comma.
I have been working on an item that uses the in game capture mechanics for gun fired capture disks. I created a new LUA file that is a carbon-copy...
This question is a long shot, Is there a way to have an object or entity to get and reference the sprite sheet and frame data of another object...
can someone explain to me where the "projectileConfig" parameter is defined in standing turret? it is not defined in...
I want to activate this teraforrmer when the player gets close to it. I a starting script here; function update(dt) local radius =...
A while back i created the Gravity Lance form Desteny 2 in Starbound and with the recent changes to the weapon i would like to rework mine as...
So, i'm trying to create a better paint tool than the one the base game gives you. I've been fairly successful so far and have figured out how to...
Can anyone give me guidance in lua scripting? I'm attempting to make a simple toggle on/off switch much like the flashlight. As a matter of fact...
I had the Idea of creating somesort of Wingback item (Cosmicwings) which once equiped would allow the player to use the old forgotten...
One of the issues I'm running into with this mod of mine is that the food generated before and after the mod is installed is the food from before...
I'm trying to create a new weaponability based on the broadsword's Parry ability. This ability will be called Riposte, and I want it to work just...
Hello starbounders , I'm starting to mod and I'm having a hard time with the activeitems files Can you guys give me a very basic weapon scripting...
Hello, I've created a shell script to easily make workshop mods installable manually so I could put all my workshop mods on my server. I decided...
So I'm setting up a script right now that scans everything in the general area near an NPC. Is there a way I can iterate through that list and run...
Alright, I hope this is the right forum for this. For some time I have tried to wrap my head around the custom commands, looked everywhere for a...
AlbertoRota submitted a new mod: Golemancer - Core - Core scripts for golemancy implementation on Starbound This mod is not intended to work on...
Hi. I tried to make few capture pods with different designes, but now i have a problem. I've made one and it works for capturing. But when i throw...
Hello. I'm on this forum for a long time, and I play Starbound for over 2 years :) For a long time I've been trying to create a mod, but I have a...
This is a modified hoverbike.lua which is a modders resource, which allows modders to easily have a flying VTOL vehicle just like my UT-47 Shuttle...
I have some problems with world.callScriptedEntity. Im using this code world.callScriptedEntity(id, "entity.say", "hi") where id contains a...