From 4e906beedf410cffa231f541d42610e65fd4e643 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Mon, 4 Feb 2019 16:32:16 -0800 Subject: [PATCH] Config setup for pods --- .../Patches/Command/restock-command-pods.cfg | 50 +++++++++++++++++++ .../Structural/restock-structural-125.cfg | 26 ++++++++++ Distribution/Restock/changelog.txt | 4 +- 3 files changed, 79 insertions(+), 1 deletion(-) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg index e5e7b3c3..5cf8058c 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg @@ -2,6 +2,7 @@ // Contents: // - PPD-12 Cupola Module (cupola) // - Mk1-3 Command Pod (mk1-3pod) +// - Mk1 Command Pod (mk1pod) // - Mk1 Lander Can (landerCabinSmall) // - Mk2 Lander Can (mk2LanderCabin_v2) @@ -28,6 +29,53 @@ } } +// Mk1 Pod +@PART[mk1pod] +{ + @author = Chris Adderley (Nertea) + !mesh = DELETE + !MODEL,* {} + !MODULE[ModuleAnimateGeneric] {} + MODEL + { + model = ReStock/Assets/Command/restock-mk1-pod + position = 0.0, 0.0, 0.0 + scale = 1,1,1 + rotation = 0, 0, 0 + } + @MODULE[ModulePartVariants] + { + @VARIANT[Dark] + { + !TEXTURE {} + !GAMEOBJECTS {} + GAMEOBJECTS + { + + } + } + @VARIANT[White] + { + !TEXTURE {} + !GAMEOBJECTS {} + GAMEOBJECTS + { + + } + } + @VARIANT[Grey] + { + !TEXTURE {} + !GAMEOBJECTS {} + GAMEOBJECTS + { + + } + } + } +} + +// Mk1-3 Pod @PART[mk1-3pod] { @author = Chris Adderley (Nertea) @@ -43,6 +91,7 @@ } } +// Mk1 Lander Can @PART[landerCabinSmall] { @author = Chris Adderley (Nertea) @@ -58,6 +107,7 @@ } } +// Mk2 Lander Can @PART[mk2LanderCabin_v2] { @author = Chris Adderley (Nertea) diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg index 52d5ff41..44cf5a85 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg @@ -2,6 +2,8 @@ // Contents: // - FL-A10 Adapter (adapterSmallMiniTall) // - FL-A5 Adapter (adapterSmallMiniShort) +// - Rockomax HubMax Multi-Point Connector (stationHub) +// - BZ-52 Radial Attachment Point (stackPoint1) @PART[adapterSmallMiniTall] { @@ -144,3 +146,27 @@ } } } + +// 1.25m station hub +@PART[stationHub] +{ + @author = Chris Adderley (Nertea) + + !mesh = DELETE + !MODEL {} + MODEL { + model = ReStock/Assets/Structural/restock-stationhub-125-1 + } +} + +// 1.25m radial attach point +@PART[stackPoint1] +{ + @author = Chris Adderley (Nertea) + + !mesh = DELETE + !MODEL {} + MODEL { + model = ReStock/Assets/Structural/restock-attachnode-125-1 + } +} diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 48fd9d7b..2c12674d 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -58,7 +58,8 @@ - FL-A5 Adapter (Nertea) - Rockomax Brand Adapter (Nertea) - Rockomax Brand Adapter 02 (Nertea) - - Kerbodyne ADTP-2-3 (Nertea) + - Rockomax HubMax Multi-Point Connector (Nertea) + - BZ-52 Radial Attachment Point (Nertea) - Fuel Tanks - Oscar-B Fuel Tank (Beale) - FL-T200 Fuel Tank (Porkjet/Nertea) @@ -72,6 +73,7 @@ - Kerbodyne S3-3600 Tank (Nertea) - Kerbodyne S3-7200 Tank (Nertea) - Kerbodyne S3-14400 Tank (Nertea) + - Kerbodyne ADTP-2-3 (Nertea) - R-4 'Dumpling' External Tank (Nertea) - R-11 'Baguette' External Tank (Nertea) - R-12 'Doughnut' External Tank (Nertea)