Closed ValentinBischof closed 3 years ago
As per KSP API (see here) useGimbalResponseSpeed defaults to false, if not defined in the modules config node. In some configs this field is missing despite gimbalResponseSpeed being defined.
useGimbalResponseSpeed
gimbalResponseSpeed
Example from the Buzzard Methalox Engine
MODULE { name = ModuleGimbal gimbalTransformName = B_Gimbal_M10 gimbalResponseSpeed = 7 gimbalRange = 3.5 }
Just logging this here, if it wasn't intentional.
By 'some' you must mean 'all ;)
Released
As per KSP API (see here)
useGimbalResponseSpeed
defaults to false, if not defined in the modules config node. In some configs this field is missing despitegimbalResponseSpeed
being defined.Example from the Buzzard Methalox Engine
Just logging this here, if it wasn't intentional.