Hey guys & hopefully a Larian emp,
Running into a custom race problem. Everything is working properly, but this custom race has blindfolds by default, but I cannot find a way to change the color of the blindfold.
"ClothColor" is defined in the race code by default, so the values exist, thus I tried using the following attributes in code below to call a color (that would then define the blindfold color):
<attribute id="MaleDefaultClothColor" value="x" type="5" />
<attribute id="MaleDefaultClothingColor" value="x" type="5" />
<attribute id="DefaultClothColor" value="x" type="5" />
<attribute id="DefaultClothingColor" value="x" type="5" />
None of these calls worked successfully. Any ideas? Or, @Larian, did you define "cloth colors" but then decided they were irrelevant since it's generally defined through equipment?
edit: Current workaround is to change VisualSet's first ClothColor to desired clothing color. You cannot delete Cloth Colors in a VisualSet (the editor automatically readds them). Not a viable solution, but until this gets looked into that's the alternative.