Modding Help Color oddity in custom race teleport

Discussion in 'Starbound Modding' started by AmazonValkyrie, Jul 24, 2016.

  1. AmazonValkyrie

    AmazonValkyrie Spaceman Spiff

    It's me again >_< With another issue I'm seeking some help for. So I created a teleport beam for my custom race (cinematics>teleport), but I've noticed that the initial warp animation (see below) --which takes place before and after the actual teleport beam in the cinematics file--is a different color from the actual beam itself. I couldn't find anywhere to setup a color change in this initial warp up animation, but I did notice that it was the proper corresponding colors for the vanilla races, though I couldn't figure out how. Does anybody know how to edit the color of the warp image below for a race? As always, any advice if greatly appreciated![​IMG]
     
  2. Mackinz

    Mackinz The Waste of Time

    This line in your species file controls the color of that.

    Code:
        "effectDirectives" : "?replace=FEFFFFFF=FFFFFFFF?replace=9bd4ffFF=ffea63FF?replace=31a6ffFF=f5bc00FF",
     
    AmazonValkyrie likes this.
  3. AmazonValkyrie

    AmazonValkyrie Spaceman Spiff

    Ahhhhhhhh! Thank you!!
     

Share This Page