Modding Help Beginner - Need help making custom objects.

Discussion in 'Starbound Modding' started by zetaskully, Aug 15, 2019.

  1. zetaskully

    zetaskully Tentacle Wrangler

    First of all, I know nothing about modding or coding whatsoever and I'm trying to learn. So you'll probably have to explain these things to me like I'm five.

    I'm trying to make a bunch of custom decorative and furniture items for Starbound to use in my spaceship builds. The first one I'm trying to make is a sofa, seen here:

    https://imgur.com/y4xAdL2

    I've made decent progress and the item appears in game when I spawn it in, but it's invisible, and I'm confused on how to fix it. Other advice on how to make other custom objects would be great, thanks.

    .object file: https://pastebin.com/midwr1he
    .frames file: https://pastebin.com/mDDJhm7h
     
  2. zetaskully

    zetaskully Tentacle Wrangler

  3. Lemon drops

    Lemon drops Scruffy Nerf-Herder

    "orientations" : [
    {
    "image" : "testicon.png:<color>.<frame>", <---you're trying to use the icon instead of the object image
    "imagePosition" : [-8, 0],
    "frames" : 1,
    "animationCycle" : 0.3,

    "spaceScan" : 0.1,
    "anchors" : [ "bottom" ]
    }
    ],
     

Share This Page