Modding Help Can you drop Dungeon code into a dropsip.structure?

Discussion in 'Starbound Modding' started by Justin O., Mar 27, 2014.

  1. Justin O.

    Justin O. Big Damn Hero

    I want to add platforms to my dropship.structure to add to my dropshiblocks.png so I can just map them out in the .png

    Could I just drop this into the dropshipblocks.png and then draw in the appropraitely coloered pixels where I want them?
    Code:
        {
          "value" : [196, 175, 113, 255],
          "comment" : "steel stairs/platform",
          "brush" : [ [ "clear" ], [ "front", "steelplatform" ] ]
        },
     
  2. The | Suit

    The | Suit Agent S. Forum Moderator

Share This Page