Hi all, I had a similiar if not the same issue. I've ported a lot of the mods I like from oldSkyrim to SE one in particular (LadyKdCirclets) had most of the items displaying as pure black when worn. Using NifScope, I found the solution was in the BSLightingShaderProperty block details. First up, the Skyrim Shader Type was set as 'Hair Tint', it needs to be 'Default' Next Shader Flags 1 needs to have SLSF1_Hair_Soft_Lighting unchecked. Then Shader Flags 2 needed to have SLSF2_Vertex_Colors unchecked. Note that it may be different tickboxes causing similar issues for other mods. Hope it helps. BB