Skip to content

Releases: NathanKell/ModuleRCSFX

v4.2

Choose a tag to compare

@NathanKell NathanKell released this 23 Aug 23:52
  • 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

Choose a tag to compare

@NathanKell NathanKell released this 23 May 23:06

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

Choose a tag to compare

@NathanKell NathanKell released this 14 May 06:20

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

Choose a tag to compare

@NathanKell NathanKell released this 19 Jan 00:51

*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

Choose a tag to compare

@NathanKell NathanKell released this 20 Dec 07:45

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

ModuleRCSFX v3.3

Choose a tag to compare

@NathanKell NathanKell released this 22 Nov 05:03

Removed debug spam.

ModuleRCSFX v3.2

Choose a tag to compare

@NathanKell NathanKell released this 20 Nov 08:13

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

Choose a tag to compare

@NathanKell NathanKell released this 08 Oct 03:02

Compiled for KSP 0.25

ModuleRCSFX v3.0

Choose a tag to compare

@NathanKell NathanKell released this 29 Aug 07:31

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