post-kerbin-mining-corporation / CryoEngines

Adds cryogenically fuelled rocket engines to Kerbal Space Program
19 stars 24 forks source link

Undefined useGimbalResponseSpeed field inside gimbal module #102

Closed ValentinBischof closed 3 years ago

ValentinBischof commented 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.

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.

ChrisAdderley commented 3 years ago

By 'some' you must mean 'all ;)

ChrisAdderley commented 3 years ago

Released