Skip to content

Avionics Systems v0.91.0

Compare
Choose a tag to compare
@MOARdV MOARdV released this 02 Jan 23:09
· 581 commits to master since this release

For KSP 1.6.0, 2 Jan 2019.

Known Issues

  • CAMERA nodes display artifacts when the Scatterer mod is installed.
  • Docking / undocking occasionally causes the MAS system to become unresponsive. Changing scenes or switching to an unloaded vessel will reset it.
  • Until there is an official release of FAR, FAR is no longer supported in MAS. The existing functions in the far group will simply return 0, the same as if FAR was not installed.

ATTENTION IVA Prop Makers

The following methods have changed return values: fc.AntennaPosition(), fc.CargoBayPosition(), fc.GearPosition(), fc.RadiatorPosition(), fc.SolarPanelPosition().

These methods now return a normalized position (a value between 0 and 1) indicating position. 0 indicates fully retracted (or not movable). 1 indicates fully extended. Values between 0 and 1 provide the average location of the tracked object. If you only care about whether a given component is moving, but not its position, use the related "Moving" functions (eg, fc.GearMoving()).

Fixes

  • Updated MiniAVC.dll to 1.2.0.4 (although the DLL still reports 1.0.3.2).
  • Module Manager warnings from malformed patches for DPAI_RPM and SCANsat were fixed, courtesy JohnnyOThan.
  • Various CommNet functions (fc.CommNetCanCommunicate(), fc.CommNetCanScience() etc) now return 0 if there is no CommNet signal.
  • Fixed the IMP Lat/Lon tape instantly snapping to position.

New Features

  • Updated MoonSharp Lua interpreter to v2.0.0.
  • Reordered the IMP/Globus selector switch to place VESSEL in the center position.