What do you do with the hiddenSelectionsMaterials? I've got this so far
class GreatHelm;
class TestHelm: GreatHelm
{
displayName="Shavowski Helm";
descriptionShort="This can only be worn by a Shavowski Brother";
scope=2;
hiddenSelections[] = {"zbytek"};
hiddenSelectionsMaterials[]=
{
};
hiddenSelectionsTextures[]=
{
"ShavowskiClothes\Data\ShavowskiClothes\bgreathelm_co",
"ShavowskiClothes\Data\ShavowskiClothes\bgreathelm_co",
"ShavowskiClothes\Data\ShavowskiClothes\bgreathelm_co"
};
};
And that did work for getting the gold to change color but it still reflects do I add DZ\characters\headgear\data\greathelm.rvmat to the Hidden Materials?