Greetings!
I'm trying to add reflections to NF Solar panels using TextureReplacer 4.1.3 shader and encountered a problem.
For most parts reflections works fine, but for several it works partially only.
Problematic parts located in deploying-blanket folder, they are Halo, Ares, Gateway, Titan, Sirius, Orion, Starship (marked with red arrow). Their basic metalic parts have reflections but not the panels. Also interesting that Nautilus and Copernicus, located in same folder, are reflecting correctly (green arrow).
Here is code i'm using (example)
@PART[nfs-panel-deploying-blanket-arm-1]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer]
{
%MODULE[TRReflection]
{
%name = TRReflection
%shader = Reflective/Bumped Diffuse
%colour = 1.0 1.0 1.0
%interval = 1
%meshes =
}
}
Could there be issues with models or textures? Don't know where else to dig since i'm noob in modding and most of your models have correct reflections :\
Thank you for attention!