Skip to content

Releases: NathanKell/ModuleRCSFX

v4.2

23 Aug 23:52
Compare
Choose a tag to compare
  • Fixed bug where inputs were being improperly normalized (thanks Starwaster!)
  • Fixed a bug in applying useThrottle (was being done in global Y not local Y; ditto).

v4.1

23 May 23:06
Compare
Choose a tag to compare

v4.1

  • Fixed bug in thrust calculation (was 2% what it should be...)
  • When in fullThrust mode, don't switch to full thrust unless thrust ratio already starts out at fullThrustMin (configurable).

v4.0

14 May 06:20
Compare
Choose a tag to compare

v4.0

  • Update to KSP 1.0.
  • Speed improvements. (Death to foreach! Don't recalculate values!)
  • Removed EFFECTS support for now (doesn't work).
  • Easy integration with TestFlight.
  • Added useLever, tunable precision mode thrust, tweaked EPSILON support.

v3.5

19 Jan 00:51
Compare
Choose a tag to compare

*Fix non-PROPELLANT RCS
*Change how thrust scaling works: now thrust is scaled by thrusterPower correctly (I trust), and precision mode is always "10% thrust" rather than varying based on placement.
*Made rotatation/linear restrictions toggleable in the VAB.

v3.4

20 Dec 07:45
Compare
Choose a tag to compare

*Add control clamping (defaults to 5%, see readme)
*Update to 0.90

ModuleRCSFX v3.3

22 Nov 05:03
Compare
Choose a tag to compare

Removed debug spam.

ModuleRCSFX v3.2

20 Nov 08:13
Compare
Choose a tag to compare

Fixed another stock bug; now RCS thrusters will still fire even if producing < 0.1kN of thrust.
Also, changed assembly name to be ModuleRCSFX not DeadlyReentry...

ModuleRCSFX v3.1

08 Oct 03:02
Compare
Choose a tag to compare

Compiled for KSP 0.25

ModuleRCSFX v3.0

29 Aug 07:31
Compare
Choose a tag to compare

CHANGELOG
v3.0
*Fixed issues below 750m/s (thanks chicknblender!)
*Added EFFECTS support back in
*Added fullThrust as an option.