Separate names with a comma.
Ahoy me hearties I'm in the process of making an interface that is tied to an object. I want the interface to do the following: 1. Behave like a...
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...
Heya! I'm trying to make a special type of weapon, an Orb weapon. It uses and acts similar to a gun, but the visuals are different. Anyways, I...
Need store a table type variable, save it's value and be able to load it after the game has closed and reopened ... I'm begginer in modding, but...
Heya! I want to make a head and back item that pulls the color directives from the player or NPC of my modded race (The Nebulac) so that the items...
I have no idea how lua files work for starbound’s weapon abilities does anyone know anywhere that explains how they work and how to make them?
Hello Again! Today I've got some more complicated issues I need help with. I've always been good at Frankenstein my mods together, with just...
Im having trouble with a specific object Im making and REALLY need help. Basiclly its SCP-458 an infinite pizzabox, and with some research I found...
Im not fully aware of how to use lua just yet but i need help to get this to work i want i dont know how to use lua scripts in-game.
As part of a mod I'm working on, I'd like to have SAIL say things based on the warp phase and progress, but mostly just the progress. The issue is...
Would it be possible for anybody to help me learn lua at all?
Would like if someone could help me with this... just started messing with .lua stuffs not long ago crashed almost when object is placed. what I...
I've made a mod, but currently I have a large issue with it. The mod changes the textures of many blocks, including dirt and cobblestone to be...
Simply put, how do I check (in lua) if a player has a distortion sphere activated? Specifically, I need to be able to do it from a status effect...
require "/scripts/util.lua" require "/scripts/status.lua" require "/items/active/weapons/weapon.lua" Parry = WeaponAbility:new() function...
I want to apply a healing status effect to friendly types. I don't know how to apply the same logic projectiles use since the beam doesn't use...
I have this mod that uses the Chain.lua file, I made another lua file that acts similar to the beamfire.lua but it locks onto entities with the...
While working on my first mod I had to search a lot of places to get information about object life cycle callbacks, until I found this on...
So I'm trying to make a different type of space station you can spawn in with a custom station transponder, but for some reason it won't register...
So far just figured how to use world.spawnprojectile and some basic functions…