diff --git a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-decouplers-2.tga b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-decouplers-2.tga index 5244f2a4..c6f9336b 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-decouplers-2.tga and b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-decouplers-2.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/SolarPanel_NRM.dds b/Distribution/Restock/GameData/ReStock/Assets/Electrical/SolarPanel_NRM.dds new file mode 100644 index 00000000..475790f9 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/SolarPanel_NRM.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/SolarPanel_auv.dds b/Distribution/Restock/GameData/ReStock/Assets/Electrical/SolarPanel_auv.dds new file mode 100644 index 00000000..67207363 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/SolarPanel_auv.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1-s.tga b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1-s.tga new file mode 100644 index 00000000..f485e4eb Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1-s.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1.tga b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1.tga new file mode 100644 index 00000000..2ec34bcb Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1x6.mu b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1x6.mu new file mode 100644 index 00000000..34b700d0 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-1x6.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-2x3.mu b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-2x3.mu new file mode 100644 index 00000000..a4f2fc6a Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-2x3.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg new file mode 100644 index 00000000..6e9833c7 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg @@ -0,0 +1,78 @@ +// Patches applying art changes to solar panels +// Contents: +// - (solarPanels4) + +// 1x6 +@PART[solarPanels4] +{ + @author = Beale + !mesh = DELETE + !MODEL,* {} + MODEL + { + model = ReStock/Assets/Electrical/restock-solarpanel-1x6 + position = 0.0, 0.0, 0.0 + scale = 1,1,1 + rotation = 0, 0, 0 + } + @MODULE[ModuleDeployableSolarPanel] + { + @secondaryTransformName = solar6 + } + + MODULE + { + name = ModuleRestockModifyMaterials + MATERIAL + { + shader = KSP/Bumped Specular (Mapped) + TEXTURE_PROPERTY + { + name = _MainTex + textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1 + } + TEXTURE_PROPERTY + { + name = _SpecMap + textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s + } + } + } + +} +// 2x3 +@PART[solarPanels3] +{ + @author = Beale + !mesh = DELETE + !MODEL,* {} + MODEL + { + model = ReStock/Assets/Electrical/restock-solarpanel-2x3 + position = 0.0, 0.0, 0.0 + scale = 1,1,1 + rotation = 0, 0, 0 + } + @MODULE[ModuleDeployableSolarPanel] + { + @secondaryTransformName = solar6 + } + MODULE + { + name = ModuleRestockModifyMaterials + MATERIAL + { + shader = KSP/Bumped Specular (Mapped) + TEXTURE_PROPERTY + { + name = _MainTex + textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1 + } + TEXTURE_PROPERTY + { + name = _SpecMap + textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s + } + } + } +}