mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
SRB gimbal adjustment
This commit is contained in:
parent
d6290b3482
commit
cdcd626df4
@ -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]
|
||||
{
|
||||
|
@ -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
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user