"Module disabling does not kill throttle" (RSS/RO special handling) is not working
lamont-granquist opened this issue ยท 1 comments
- this is busted with at least ascents in my branch
- it is not specific to PVG code, the classic ascent guidance similarly is not working
- it is not, as far as i can see, anything to do with the Ascent modules themselves, or the GuidanceController.
- inside the ThrustController on every tick, even when modules are enabled the s.mainThrottle that comes in via the args to Drive() is set to zero. the ThrustController sets it to 1.0 at the end, but the next tick it is back to zero. when the ThrustController is disabled it goes back to zero. nothing is calling ThrustOff in the ThrustController, nothing seems to be directly poking the throttle that I can see.
maybe "Default Throttle in Prelaunch" being set to zero in KSPs main options itself is screwing things up?(nope, setting to 100% doesn't help)