Avionics Systems v0.95.2
For KSP 1.6.0-1.6.1, 24 February 2019.
Known Issues
- CAMERA nodes display artifacts when the Scatterer mod is installed. This is a Scatterer issue.
- Docking / undocking occasionally causes the MAS system to become unresponsive. Changing scenes or switching to an unloaded vessel will reset it.
- KSP resets the reference transform when switching seats in IVA. Issue #243.
For Players
- The Mk1 Command Pod Operations Manual is now available.
ATTENTION IVA MAKERS
- The MAS_IndADV_2Scales props have been removed to make way for modernized versions of the props (some have been added).
- The MASContextMenu part module is deprecated. It will be removed in v0.96.0.
fc.TogglePersistent(persistentName)
no longer returns a string in the corner case wherepersistentName
was a string that could not be converted to a number. In those cases, the persistent is treated like it was 0, and it allows for more efficient evaluation ofTogglePersistent
(it always returns 0 or 1).
Fixes
fc.FormatString()
works with MAS custom formatters.
New Features
- The ANIMATION_PLAYER now supports looped animations and variable animation speeds.
fc.ColorTag(colorName)
returns the Color Tag that corresponds to the selected named color. Issue #251.- Similarly,
fc.ColorComponent(colorName, channel)
will return the R, G, B, or A value for the named color identified bycolorName
. Issue #251.
Miscellaneous
- MiniAVC is no longer packaged with MAS. I recommend using KSP-AVC for tracking update availability.
- The Wiki pages have been reorganized, and some of the older pages removed. IVA creator and Prop creator pages have been started, although they haven't been updated completely.