diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Engine/restock-engine-srb-gimbal.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Engine/restock-engine-srb-gimbal.cfg index a0333505..886bee31 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Engine/restock-engine-srb-gimbal.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Engine/restock-engine-srb-gimbal.cfg @@ -13,6 +13,43 @@ } } +// Pollux +@PART[Pollux]:NEEDS[!BetterSRBs] +{ + MODULE + { + name = ModuleGimbal + gimbalTransformName = B_Gimbal + gimbalRange = 3 + gimbalResponseSpeed = 8 + useGimbalResponseSpeed = true + } + MODULE + { + name = FXModuleLookAtConstraint + CONSTRAINLOOKFX + { + targetName = UpperCyl001 + rotatorsName = LowerCyl001 + } + CONSTRAINLOOKFX + { + targetName = UpperCyl002 + rotatorsName = LowerCyl002 + } + CONSTRAINLOOKFX + { + targetName = LowerCyl001 + rotatorsName = UpperCyl001 + } + CONSTRAINLOOKFX + { + targetName = LowerCyl002 + rotatorsName = UpperCyl002 + } + } +} + // Thumper @PART[solidBooster1-1]:NEEDS[!BetterSRBs] { diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index 77fcc0dc..fee3c60f 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -16,6 +16,7 @@ v1.2.0 - Bugfixes and tweaks - Advanced Grabbing Unit Jr. has been soft-deprecated and its assets moved into base ReStock - Adjusted colliders on 3.75m Drone Core + - Added Making History Pollux SRB to SRB gimbal patch v1.1.2 ------