diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-flood-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-flood-1.mu new file mode 100644 index 00000000..d260de0e Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-flood-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-spot-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-spot-1.mu new file mode 100644 index 00000000..15880be6 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-light-spot-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1-b.tga b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1-b.tga new file mode 100644 index 00000000..251018a4 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1-b.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1-e.tga b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1-e.tga new file mode 100644 index 00000000..8b8964a3 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1-e.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1.tga b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1.tga new file mode 100644 index 00000000..a06476bc Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Electrical/restock-lights-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1.mu b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1.mu index 843d2322..94952687 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-rcs-25-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-rcs-tank-2-n.tga b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-rcs-tank-2-n.tga index c8f6ed20..df333275 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-rcs-tank-2-n.tga and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-rcs-tank-2-n.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-rcs-tank-2.tga b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-rcs-tank-2.tga index 376f55af..4e19efcc 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-rcs-tank-2.tga and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-rcs-tank-2.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg new file mode 100644 index 00000000..d57da63d --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg @@ -0,0 +1,41 @@ +// Patches applying art changes to lights +// Contents: +// - Illuminator Mk1 (spotLight1) +// - Illuminator Mk2 (spotLight2) + +// Spotlight +@PART[spotLight1] +{ + @author = Chris Adderley (Nertea) + !mesh = DELETE + !MODEL,* {} + MODEL + { + model = ReStock/Assets/Electrical/restock-light-spot-1 + position = 0.0, 0.0, 0.0 + scale = 1,1,1 + rotation = 0, 0, 0 + } +// MODEL +// { +// model = Squad/Parts/Utility/spotLightMk1/model +// } +} +// Floodlight +@PART[spotLight2] +{ + @author = Chris Adderley (Nertea) + !mesh = DELETE + !MODEL,* {} + MODEL + { + model = ReStock/Assets/Electrical/restock-light-flood-1 + position = 0.0, 0.0, 0.0 + scale = 1,1,1 + rotation = 0, 0, 0 + } +// MODEL +// { +// model = Squad/Parts/Utility/spotLightMk2/model +// } +}