Compatible with KSP 1.12, kRPC 0.5.4, MechJeb 2.14.3.0
Added
BankAngle
,PitKp
,PitKi
,PitKd
,RollLimit
,PitchUpLimit
,PitchDownLimit
to AirplaneAutopilotAttachAltFlag
,DesiredAttachAlt
,DynamicPressureTrigger
,StagingTrigger
,StagingTriggerFlag
,FixedCoast
,FixedCoastLength
to AscentPVG
Changed
- Updated for KSP 1.12 and kRPC 0.5.2
- Updated AscentAutopilot and AirplaneAutopilot for MechJeb 2.14.3.0 (#15, #19) - some new fields may be missing
Removed
VertSpeedMax
,RollMax
,VerKp
,VerKi
,VerKd
from AirplaneAutopilot (they were either renamed or removed from MechJeb2)OmitCoast
from AscentPVG (the autopilot was significantly reworked)
Fixed
AscentAutopilot#LaunchToTargetPlane
used incorrect timing- Initialization of a MechJeb module was interrupted when one of its fields didn't exist anymore (#15)
- MechJeb instance sometimes wasn't updated properly when switching vessels
Thanks to @mingmingrr for updating the two autopilots to latest MechJeb2.