SRB gimbal adjustment

This commit is contained in:
Chris Adderley 2020-08-13 20:03:30 -07:00
parent d6290b3482
commit cdcd626df4
2 changed files with 38 additions and 0 deletions

View File

@ -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]
{

View File

@ -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
------