diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-endcap-crewed-1-b.dds b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-endcap-crewed-1-b.dds deleted file mode 100644 index 0bf2feab..00000000 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-endcap-crewed-1-b.dds and /dev/null differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-decoupler-radial-4.mu b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-decoupler-radial-4.mu index aa786509..28668fb2 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-decoupler-radial-4.mu and b/Distribution/Restock/GameData/ReStock/Assets/Coupling/restock-decoupler-radial-4.mu differ 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 c6f9336b..889a6c95 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/crew25-1-blank-n.tga b/Distribution/Restock/GameData/ReStock/Assets/Electrical/crew25-1-blank-n.tga new file mode 100644 index 00000000..e3962616 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/crew25-1-blank-n.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-cells-s.tga b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-cells-s.tga new file mode 100644 index 00000000..225d1998 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-cells-s.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-cells.tga b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-cells.tga new file mode 100644 index 00000000..22f4363f Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-cells.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-large.mu b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-large.mu new file mode 100644 index 00000000..b2713e74 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-large.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-small.mu b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-small.mu new file mode 100644 index 00000000..7e25eaf0 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-solarpanel-static-small.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg index 3fed2e61..182d5e4a 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg @@ -5,8 +5,8 @@ // - (solarPanels3) // - SP-W 3x2 Photovoltaic Panels (solarPanels1) // - Gigantor XL Solar Array (largeSolarPanel) -// - () -// - () +// - OX-STAT Photovoltaic Panels (solarPanels5) +// - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel) // 1x6 @PART[solarPanels4] @@ -215,4 +215,42 @@ scale = 1,1,1 rotation = 0, 0, 0 } +} + +// Static Small +@PART[solarPanels5] +{ + @author = Chris Adderley (Nertea) + !mesh = DELETE + !MODEL,* {} + MODEL + { + model = ReStock/Assets/Electrical/restock-solarpanel-static-small + position = 0.0, 0.0, 0.0 + scale = 1,1,1 + rotation = 0, 0, 0 + } + //MODEL + //{ + //model = Squad/Parts/Electrical/radialFlatSolarPanel/model + //} +} + +// Gigantor +@PART[LgRadialSolarPanel] +{ + @author = Chris Adderley (Nertea) + !mesh = DELETE + !MODEL,* {} + MODEL + { + model = ReStock/Assets/Electrical/restock-solarpanel-static-large + position = 0.0, 0.0, 0.0 + scale = 1,1,1 + rotation = 0, 0, 0 + } + //MODEL + //{ + //model = Squad/Parts/Misc/AsteroidDay/LgRadialSolar + //} } \ No newline at end of file