Jump to content

Apparel skin color question


jonsm6169

Recommended Posts

Posted

Is there a way via XML modding/patching to force the color of a clothing item to be same as pawn skin color? Aware that this can be done with gene-based graphic/similar, but don't know how to make this work if apparel that can be taken on/off at will. Have a little bit of previous experience with XML modding (but no C#).

 

Thanks!

  • 3 weeks later...
Posted

<colorGenerator Class="ColorGenerator_Options">
      <options>
        <li>
          <weight>100</weight>
          <only>(0.4,0.3,0.15)</only>
        </li>
      </options>

</colorGenerator>

 

That's the only way I can see in XML to overright a color for apparel, since apparel generates its colors different than skin/hair. 

 

The actual color picking seems to be from either CompProperties_Styleable in the ApparelBase parent, or <compClass>CompColorable</compClass> in the ApparelNoQualityBase. both of which are C#

 

Your best bet without learning C# is to just use Character editor and manually change the color the clothing and skin to match. 

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...