RCS Thrust Controller v3.2
for KSP 1.0.4
for kOS 0.17.3
- Fixed the non-TE version from still trying to use TE to set the thrust initially
- Added a check for time warp, and drops the game out of warp to initialize the thrusters because otherwise they would not fire to register ISP
- Improved performance by removing the need to call
getModule()
multiple times every tick, which caused kOS to navigate the entire part tree each time. Possibly also improved the timing of very short burns that require millisecond precision