diff --git a/Assets/CineboxAndrew b/Assets/CineboxAndrew index 469941b4..e9141a8d 160000 --- a/Assets/CineboxAndrew +++ b/Assets/CineboxAndrew @@ -1 +1 @@ -Subproject commit 469941b40e5c9e3dca4f2a1fe1a7c8f1977c417b +Subproject commit e9141a8de795621d60b6232e81bce20b6dcd8509 diff --git a/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-launchclamp-1-n.dds b/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-launchclamp-1-n.dds index 3c36d707..892a6c0d 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-launchclamp-1-n.dds and b/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-launchclamp-1-n.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-launchclamp-1.dds b/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-launchclamp-1.dds index 86b4b90e..89898bb9 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-launchclamp-1.dds and b/Distribution/Restock/GameData/ReStock/Assets/Structural/restock-launchclamp-1.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg index e9703198..350f8adc 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg @@ -1,7 +1,9 @@ // Patches applying art changes to // Contents: +// TT18-A Launch Stability Enhancer (launchClamp1) +// TT18-A Launch Stability Enhancer @PART[launchClamp1] { @author = Andrew Cassidy @@ -23,19 +25,4 @@ trf_animationRoot_name = restock-clamp-1 anim_decouple_name = RestockLaunchClamp_Deploy } - - MODULE - { - name = ModuleAnimateGeneric - animationName = RestockLaunchClamp_Extend - startEventGUIName = #LOC_RestockPlus_light_rotate_on - endEventGUIName = #LOC_RestockPlus_light_rotate_off - actionGUIName = #LOC_RestockPlus_light_rotate_toggle - allowDeployLimit = true - revClampDirection = false - revClampSpeed = true - revClampPercent = true - eventAvailableFlight = false - eventAvailableEVA = false - } } \ No newline at end of file diff --git a/Distribution/Restock/GameData/ReStock/Restock.restockblacklist b/Distribution/Restock/GameData/ReStock/Restock.restockblacklist index 75853d35..bd37df69 100644 --- a/Distribution/Restock/GameData/ReStock/Restock.restockblacklist +++ b/Distribution/Restock/GameData/ReStock/Restock.restockblacklist @@ -110,6 +110,7 @@ Squad/Parts/Utility/rockomaxAdapters/ Squad/Parts/Utility/ServiceBay/ Squad/Parts/Utility/spotLightMk1/ Squad/Parts/Utility/spotLightMk2/ +Squad/Parts/Utility/launchClamp1/ Squad/Parts/Resources/RadialTank/ Squad/Parts/Resources/SmallTank/ Squad/Parts/Resources/LargeTank/ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg index 10876c51..3e70bdfc 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg @@ -15,6 +15,10 @@ Localization #LOC_RestockPlus_light_rotate_off = Base Rotation #LOC_RestockPlus_light_rotate_toggle = Rotate Light + #LOC_RestockPlus_launch_clamp_extended_on = Extended + #LOC_RestockPlus_launch_clamp_extended_off = Clamp Extension + #LOC_RestockPlus_launch_clamp_extended_toggle = Extend Clamp + // ENGINES // ======= // 3.75m diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-launch-clamp-extensions.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-launch-clamp-extensions.cfg new file mode 100644 index 00000000..2199bcaf --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Structural/restock-launch-clamp-extensions.cfg @@ -0,0 +1,20 @@ +//allows extending and retracting of launch clamps + +// TT18-A Launch Stability Enhancer +@PART[launchClamp1] +{ + MODULE + { + name = ModuleAnimateGeneric + animationName = RestockLaunchClamp_Extend + startEventGUIName = #LOC_RestockPlus_launch_clamp_extended_on + endEventGUIName = #LOC_RestockPlus_launch_clamp_extended_off + actionGUIName = #LOC_RestockPlus_launch_clamp_extended__toggle + allowDeployLimit = true + revClampDirection = false + revClampSpeed = true + revClampPercent = true + eventAvailableFlight = false + eventAvailableEVA = false + } +} \ No newline at end of file