Modding Help Race patching

Discussion in 'Starbound Modding' started by Pastukh, Aug 26, 2022.

  1. Pastukh

    Pastukh Yeah, You!

    I need help with adding ""hairColorAsBodySubColor" : true" to the .species file of an existing race.
    I have tried:
    "[
    {"op":"add",
    "path":"/human.species",
    "value": ""hairColorAsBodySubColor" : true"}
    ]"
    But it doesn't work. I can't figure it out.
     
    Last edited: Aug 26, 2022
  2. Pastukh

    Pastukh Yeah, You!

    It should be like this:
    "[
    {
    "op":"add",
    "path":"/hairColorAsBodySubColor",
    "value": true
    }
    ]"
    Thanks to u/chofranc, r/starbound user for this info.
     

Share This Page