Mihara / RasterPropMonitor

Plugin for Kerbal Space Program. This repository is out of date and is primarily of historic interest. See https://github.com/JonnyOThan/RasterPropMonitor
http://forum.kerbalspaceprogram.com/threads/57603
Other
116 stars 67 forks source link

GIMBAL LOCK #550

Closed Alexustas closed 8 years ago

Alexustas commented 8 years ago

I think in the current dev-build "GIMBAL LOCK" action has broken

MODULE
    {
        name = JSIActionGroupSwitch
        animationName = switch_B_ButtonPushAnim
        switchTransform = switch_B_ButtonBody
        switchSound = ASET/ASET_Props/Sounds/B_Button01_Click
        actionName = plugin
        PLUGINACTION
        {
            name =  JSIInternalRPMButtons
            actionMethod = GimbalLock  
            stateMethod = GimbalLockState    
        }
    }
MOARdV commented 8 years ago

You don't need to lock gimbals. :)

I will take a look at it and see what I broke.

MOARdV commented 8 years ago

Is actually already fixed. Latest update on DropBox. This update has a lot of changes in how RPM works that may make performance a little bit better. Hopefully not worse.