Avionics Systems v0.95.3
For KSP 1.6.0-1.6.1, 26 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.
ATTENTION IVA MAKERS
- The MASContextMenu part module is deprecated. It will be removed in v0.96.0.
Fixes
- Initialization errors related to IL code generation for certain function signatures has been fixed. Issue #253.
New Features
fc.SetPodColorChanger(newState)
andfc.TogglePodColorChanger()
allow control over a ModuleColorChanger installed on the current IVA's part. This module typically controls external window glow effects.fc.GetPodColorChanger()
returns the current state of the module (on or off),fc.PodColorChangerExists()
returns 1 if there is a color changer available.fc.SetColorChanger(newState)
,fc.ToggleColorChanger()
, andfc.GetColorChanger()
behave similarly to the pod-specific functions, but they apply to all color changer modules. See also the Color Changer category in MASFlightComputerProxy for further details.fc.MASLandingLatitude()
,fc.MASLandingLongitude()
,fc.MASLandingAltitude()
, andfc.MASLandingTime()
return landing predictions generated using only the MAS landing computer, instead of using installed mods when available. Issue #255.fc.StockDeltaV()
andfc.StockDeltaVStage()
report the total vessel delta-V and current stage delta-V as computed by the stock KSP delta-V calculator. Issue #254.
Players only need to download the AvionicsSystems zip file. The PropConfig zip file is for IVA developers who wish to use the PropConfig tool.