diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-1.tga b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-1.tga index ad4f8220..7f441a99 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-1.tga and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-foil-1.tga b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-foil-1.tga new file mode 100644 index 00000000..efee946a Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-foil-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs-1.mu index 6d17f09f..bfcc3c96 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs2-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs2-1.mu index 19485be7..3ddd3b9e 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs2-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs2-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs21.tga b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs21.tga index 36ca29fe..798d56cc 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs21.tga and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-hecs21.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-okto-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-okto-1.mu index 57a1e3cc..b97c05e4 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-okto-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-okto-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-okto2-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-okto2-1.mu index 66600364..7ba82a68 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-okto2-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-okto2-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-qube-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-qube-1.mu index c077c342..c7d25d3d 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-qube-1.mu and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-qube-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-stayputnik-1.tga b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-stayputnik-1.tga index 08da6270..1e8bcc57 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-stayputnik-1.tga and b/Distribution/Restock/GameData/ReStock/Assets/Command/restock-probe-stayputnik-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg b/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg index 71b42b08..6c722a60 100644 --- a/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg +++ b/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg @@ -34,5 +34,7 @@ Localization #LOC_Restock_variant-stayputnik-pod = Mounted #LOC_Restock_variant-stayputnik-bare = Unmounted + #LOC_Restock_variant-probe-gold = Gold + #LOC_Restock_variant-probe-bare = Basic } } diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-probes.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-probes.cfg index 9b54ec80..1df1e647 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-probes.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-probes.cfg @@ -17,6 +17,37 @@ MODEL { model = ReStock/Assets/Command/restock-probe-qube-1 } + MODULE + { + name = ModulePartVariants + baseVariant = Bare + VARIANT + { + name = Bare + displayName = #LOC_Restock_variant-probe-bare + primaryColor = #999999 + secondaryColor = #999999 + GAMEOBJECTS + { + QUBE = true + QUBE_Foil = false + QUBE_Common = false + } + } + VARIANT + { + name = Gold + displayName = #LOC_Restock_variant-probe-gold + themeName = Gold + primaryColor = #fccb0a + GAMEOBJECTS + { + QUBE = false + QUBE_Foil = true + QUBE_Common = true + } + } + } } // Stayputnik @@ -71,6 +102,37 @@ MODEL { model = ReStock/Assets/Command/restock-probe-hecs-1 } + MODULE + { + name = ModulePartVariants + baseVariant = Bare + VARIANT + { + name = Bare + displayName = #LOC_Restock_variant-probe-bare + primaryColor = #999999 + secondaryColor = #999999 + GAMEOBJECTS + { + HECS = true + HECS_Foil = false + HECS_Common = false + } + } + VARIANT + { + name = Gold + displayName = #LOC_Restock_variant-probe-gold + themeName = Gold + primaryColor = #fccb0a + GAMEOBJECTS + { + HECS = false + HECS_Foil = true + HECS_Common = true + } + } + } } // OKTO @@ -83,6 +145,37 @@ MODEL { model = ReStock/Assets/Command/restock-probe-okto-1 } + MODULE + { + name = ModulePartVariants + baseVariant = Bare + VARIANT + { + name = Bare + displayName = #LOC_Restock_variant-probe-bare + primaryColor = #999999 + secondaryColor = #999999 + GAMEOBJECTS + { + OKTO = true + OKTO_Foil = false + OKTO_Common = false + } + } + VARIANT + { + name = Gold + displayName = #LOC_Restock_variant-probe-gold + themeName = Gold + primaryColor = #fccb0a + GAMEOBJECTS + { + OKTO = false + OKTO_Foil = true + OKTO_Common = true + } + } + } } // OKTO2 @PART[probeCoreOcto2_v2] @@ -94,6 +187,37 @@ MODEL { model = ReStock/Assets/Command/restock-probe-okto2-1 } + MODULE + { + name = ModulePartVariants + baseVariant = Bare + VARIANT + { + name = Bare + displayName = #LOC_Restock_variant-probe-bare + primaryColor = #999999 + secondaryColor = #999999 + GAMEOBJECTS + { + OKTO2 = true + OKTO2_Foil = false + OKTO2_Common = false + } + } + VARIANT + { + name = Gold + displayName = #LOC_Restock_variant-probe-gold + themeName = Gold + primaryColor = #fccb0a + GAMEOBJECTS + { + OKTO2 = false + OKTO2_Foil = true + OKTO2_Common = true + } + } + } } // HECS2 @PART[HECS2_ProbeCore] @@ -105,4 +229,35 @@ MODEL { model = ReStock/Assets/Command/restock-probe-hecs2-1 } + MODULE + { + name = ModulePartVariants + baseVariant = Bare + VARIANT + { + name = Bare + displayName = #LOC_Restock_variant-probe-bare + primaryColor = #999999 + secondaryColor = #999999 + GAMEOBJECTS + { + HECS2 = true + HECS2_Foil = false + HECS2_Common = false + } + } + VARIANT + { + name = Gold + displayName = #LOC_Restock_variant-probe-gold + themeName = Gold + primaryColor = #fccb0a + GAMEOBJECTS + { + HECS2 = false + HECS2_Foil = true + HECS2_Common = true + } + } + } }