30th November - Dye Hard

Discussion in 'Dev Blog' started by mollygos, Nov 30, 2015.

  1. Mrotis5

    Mrotis5 Big Damn Hero

    I keep having this glitch while playing the unstable branch, the glitch is that my tenant in my ship will go and sleep in a bed, then when they come out of the beds, thye will sometimes be sideways, and they cant get back to normal, how would i fix this?
     
  2. Mackinz

    Mackinz The Waste of Time

    All clothing. About 11 colors for each piece of clothing. You use coal (apparently).
     
    Nos37 likes this.
  3. Banana_Pandas

    Banana_Pandas Void-Bound Voyager

    Thanks! I was just curious because it was a kinda cool that they would sing
    .
     
  4. TakasuRyuji

    TakasuRyuji Scruffy Nerf-Herder

    [​IMG]
    Will we eventually be able to select which parts of each piece of armor we want to dye? Currently when dyeing clothes like the Outlaw armor set (Tier 3 Novakid), only small, subtle color changes occur on the outfit; the hat's band, the undershirt, and the belt buckle. In the future will we be able dye specific palette sets for individual pieces of armor, similar to SBSE (Starbound Save Editor)?
     
    Last edited: Dec 2, 2015
    Cipherstar likes this.
  5. Royal_Starlord

    Royal_Starlord Big Damn Hero

    Sweet. Now I can dye my armor to the color of my undies. :3
     
  6. Ninjamohawk

    Ninjamohawk Void-Bound Voyager

    Good work Devs!
     
  7. metadept

    metadept Mostly Harmless Codesman

    It was originally using mud, but then artists complained so now you make brown by mixing red, yellow and blue.
     
    DragonsForce, Dunto and Kawa like this.
  8. Kawa

    Kawa Tiy's Beard

    Makes sense.
     
  9. metadept

    metadept Mostly Harmless Codesman

    Sure, why not. I've added a new undocumented feature whereby dyes can set "dyeDirectives" instead of "dyeColorIndex" to apply custom palette swaps or whatever you want.

    The format should look like this for palette swaps:
    Code:
    "dyeDirectives" : { "ffca8a" : "ffffff", "e0975c" : "ffff00", "a85636" : "000000", "6f2919" : "ffff00" }
    ...or it can be a directive string starting with '?' like this:
    Code:
    "dyeDirectives" : "?border=2;AACCFFFF;00000000"
    So if you want to mod in a 'dye' to do obnoxious crap like this, you can!
     

    Attached Files:

  10. Dunto

    Dunto Guest

    - Is "border" the only directive (other than the color mapping)?
    - If there's more than one directive, do we just chain them together in the string (like below)?
    Code:
    "dyeDirectives" : "?border=2;AACCFFFF;00000000;someotherdirective=3;BBCCDDFF;00000000"
     
    Last edited by a moderator: Dec 2, 2015
  11. metadept

    metadept Mostly Harmless Codesman

    No, there are a lot of different image processing directives. We should document them somewhere other than this thread, but the current types are: hueshift, saturation, brightness, fade, setcolor, replace, addmask, submask, blendmult, blendscreen, multiply, border, scalenearest, scalebilinear, scalebicubic, scale, crop, flipx, flipy, flipxy. I'll ask Katzeus to create a wiki page for them since it's an important reference for modders and some of these probably aren't even used anywhere.
     
  12. Dunto

    Dunto Guest

    I edited my post just as you replied I think, but I was wondering how would we chain multiple directives together?
     
  13. metadept

    metadept Mostly Harmless Codesman

    Directives should be separated with ? while arguments within a directive should be separated with = or ;
     
    Dunto likes this.
  14. Toamac

    Toamac Phantasmal Quasar

    i did't see any other dyes in the build or dye remover. the red,blue and yellow dye said they can be use to dye armor but i try it and it did't work and i am on the unstable build and i did try spawn the dyes to and they did't show on the crafting window and i did have the ingredients to make them.
     
  15. Kawa

    Kawa Tiy's Beard

    @metadept, you fool! You've doomed us all!
     
    Ainzoal likes this.
  16. The-Wolfster

    The-Wolfster Scruffy Nerf-Herder

    Looking at the Good? Decent? Ok attempt at a Samus Aran cosplay, I'm thinking all we need now is more armor with giant shoulderpads. Think of the possibilities, and more thanks to vanilla dye options!
     
  17. Ainzoal

    Ainzoal Ketchup Robot

    If you're talking about giant shoulderpads then look at the Apex armors.
     
  18. eksynn

    eksynn Giant Laser Beams

    @metadept ~ how do we make black then? o O isn't red+yellow+blue, black? brown should be yellow+red, or orange, +black (or orange+(yellow+red+blue / black flower)), not +blue >.<
    ... that makes more sense if you read it slowly. > -> i promise lol

    i really like the black flowers idea. xD
    they could be deep purple flowers, then you need to bake them to make black dye
     
  19. Albcatmastercat

    Albcatmastercat Void-Bound Voyager

    Outpost, as in, the ones which contain the coffee maker? Is that on "Unstable"?
     
  20. Kawa

    Kawa Tiy's Beard

    Wrong kind of outpost. What TechnoVibe means, I think, are those single houses you can randomly encounter. What you refer to is the Outpost, which is something else entirely and has been in since forever.
     

Share This Page