Avionics Systems v0.93.2
For KSP 1.6.0-1.6.1, 26 January 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.
- KCT appears to interfere with MAS functionality. Issue #221.
- MAS Autopilot heading control has a tendency to overshoot. It needs tuning. Issue #234.
- KSP resets the reference transform when switching seats in IVA. Issue #243.
ATTENTION
- The MAS feature that adds optional custom waypoints for ground stations and radio navigation beacons will be removed in v0.94.0. If you have activated either of these features, you should deactivate them before installing v0.94.0. MAS v0.94.0 will include new functions to target ground stations or nav beacons without cluttering the custom waypoints database.
- The official ASET documentation for Modular Push Buttons and Modular Toggle Switches has been added to this GitHub repo under the Documents directory. Thanks to alexustas for permission to include them here.
Fixes
- Missing first menu entry, and NREs with 0-sized menus, have been fixed. Issue #235.
- Reference transform management has been fixed for 1.6.x. Issue #241.
New Features
fc.Select(condition, trueValue, falseValue)
accepts numeric values for 'condition' as well as boolean values.fc.BoolToNumber(condition)
returns 1 if 'condition' is true, 0 otherwise. Issue #237.fc.TargetAxialDistance()
,fc.TargetAxialVelocity()
, andfc.TargetAxialAngle()
provide another representation of target-relative position. Issue #233.fc.GetAirBrakeCount()
returns the number of stock air brake modules installed on the craft.fc.GetAirBrakes()
,fc.SetAirBrakes(active)
, andfc.ToggleAirBrakes()
report on the state of the air brakes and control their deployment.fc.FlightPathAngle(altitude)
returns the angle between the horizon and the orbital vector at the provided altitude. Issue #233.fc.ActiveDockingPortCameraIndex()
returns the camera index of an active docking port camera, or -1 if there is no valid docking port camera.- More functions have been added to the Science Category. Issue #141.
- More props, including the initial pages for a new integrated MFD system (it's not complete, but the Launch and Orbit pages are mostly done).