diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-crewed-endcap-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-crewed-endcap-1.mu index 55f1bd5f..323aa179 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-crewed-endcap-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-crewed-endcap-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1-n.tga b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1-n.tga new file mode 100644 index 00000000..ec5d05a3 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1-n.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1-s.tga b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1-s.tga new file mode 100644 index 00000000..02158098 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1-s.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1.tga b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1.tga new file mode 100644 index 00000000..b7a67b7b Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s.tga b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s.tga new file mode 100644 index 00000000..25cbefba Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-silver-1.tga b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-silver-1.tga new file mode 100644 index 00000000..100d955e Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-foil-tanks-silver-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-capsule-1.mu b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-capsule-1.mu new file mode 100644 index 00000000..bd30d92b Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-capsule-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-sphere-1.mu b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-sphere-1.mu new file mode 100644 index 00000000..603ba915 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-sphere-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-torus-1.mu b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-torus-1.mu new file mode 100644 index 00000000..c96e8cbf Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/FuelTank/restock-fueltank-foil-torus-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-radial.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-radial.cfg new file mode 100644 index 00000000..2f464368 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-radial.cfg @@ -0,0 +1,128 @@ +// Patches applying art changes to radial tanks +// Contents: +// - R-4 'Dumpling' External Tank (externalTankRound) +// - R-11 'Baguette' External Tank (externalTankCapsule) +// - R-12 'Doughnut' External Tank (externalTankToroid) + + +// Spherical Radial Tank +@PART[externalTankRound] +{ + @author = Chris Adderley (Nertea) + + !mesh = DELETE + !MODEL {} + MODEL { + model = ReStock/Assets/FuelTank/restock-fueltank-foil-sphere-1 + } + MODULE + { + name = ModulePartVariants + baseVariant = Gold + VARIANT + { + name = Gold + displayName = #autoLOC_8007118 + themeName = Gold + primaryColor = #fccb0a + TEXTURE + { + mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1 + _SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s + } + } + VARIANT + { + name = Silver + displayName = #autoLOC_6005005 + themeName = Silver + primaryColor = #cecece + TEXTURE + { + mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1 + _SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s + } + } + } +} + +@PART[externalTankCapsule] +{ + @author = Chris Adderley (Nertea) + + !mesh = DELETE + !MODEL {} + MODEL { + model = ReStock/Assets/FuelTank/restock-fueltank-foil-capsule-1 + } + MODULE + { + name = ModulePartVariants + baseVariant = Gold + VARIANT + { + name = Gold + displayName = #autoLOC_8007118 + themeName = Gold + primaryColor = #fccb0a + TEXTURE + { + mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1 + _SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s + } + } + VARIANT + { + name = Silver + displayName = #autoLOC_6005005 + themeName = Silver + primaryColor = #cecece + TEXTURE + { + mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1 + _SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s + } + } + } +} + + +@PART[externalTankToroid] +{ + @author = Chris Adderley (Nertea) + + !mesh = DELETE + !MODEL {} + MODEL { + model = ReStock/Assets/FuelTank/restock-fueltank-foil-torus-1 + } + MODULE + { + name = ModulePartVariants + baseVariant = Gold + VARIANT + { + name = Gold + displayName = #autoLOC_8007118 + themeName = Gold + primaryColor = #fccb0a + TEXTURE + { + mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1 + _SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s + } + } + VARIANT + { + name = Silver + displayName = #autoLOC_6005005 + themeName = Silver + primaryColor = #cecece + TEXTURE + { + mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1 + _SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s + } + } + } +} diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index db1ff577..ca4f112a 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -48,7 +48,7 @@ - Fuel Tanks - Oscar-B Fuel Tank (Beale) - FL-T200 Fuel Tank (Porkjet/Nertea) - - FL-T400 Fuel Tank (Porkje/Nertea) + - FL-T400 Fuel Tank (Porkjet/Nertea) - FL-T800 Fuel Tank (Porkjet/Nertea) - FL-T100 Fuel Tank (Porkjet/Nertea) - Rockomax Jumbo-64 Fuel Tank (Nertea) @@ -58,6 +58,9 @@ - Kerbodyne S3-3600 Tank (Nertea) - Kerbodyne S3-7200 Tank (Nertea) - Kerbodyne S3-14400 Tank (Nertea) + - R-4 'Dumpling' External Tank (Nertea) + - R-11 'Baguette' External Tank (Nertea) + - R-12 'Doughnut' External Tank (Nertea) - PB-X150 Xenon Container (Nertea) - PB-X750 Xenon Container (Nertea) - PB-X50R Xenon Container (Nertea) @@ -109,6 +112,7 @@ - 'Dark' variant for several 1.25m tank/nosecones has been added - New (old) 'Metallic' variant for Rockomax Brand Adapter and FL-A5 Adapter - New 'Metallic' variant for 2.5m tanks +- New 'Silver' variant for foil radial LFO tanks - New Unpainted, Black variants for heat shields - New Bare variant for Linear RCS - Most engines have a basic and a compact variant diff --git a/Distribution/Restock/readme.txt b/Distribution/Restock/readme.txt index 569ccf5b..7b7a175f 100644 --- a/Distribution/Restock/readme.txt +++ b/Distribution/Restock/readme.txt @@ -11,7 +11,7 @@ DEPENDENCIES ============ Required: -- ModuleManager (3.0.6) +- ModuleManager (3.1.2) ============= CREDITS @@ -20,6 +20,7 @@ CREDITS - Chris Adderley (Nertea) - Beale - Andrew Cassidy +- blowfish - Passinglurker ============