From c7c57ec12b540b461e5410387d6ce9ca96db0578 Mon Sep 17 00:00:00 2001 From: MOARdV Date: Wed, 27 Apr 2022 08:53:03 -0500 Subject: [PATCH] Update Changelog.md --- Documents/Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Documents/Changelog.md b/Documents/Changelog.md index 41141252..a636de04 100644 --- a/Documents/Changelog.md +++ b/Documents/Changelog.md @@ -1,5 +1,25 @@ ## Previous Releases of MOARdV's Avionics Systems +### MAS v1.3.0 +For KSP 1.12.3, 22 April 2022. + +**ATTENTION PLAYERS:** MAS includes a Module Manager patch that replaces all of the stock RPM props with MAS-enabled props. If, for some reason, you do not want your RPM IVAs upgraded, you will need to rename GameData/MOARdV/Patches/JsiToMasUpgrade.cfg to JsiToMasUpgrade.nocfg. + +**ATTENTION IVA MAKERS:** A number of MAS props (rotary switches, push buttons, toggle switches) were renamed so that MAS and ASET props have consistent naming conventions. MAS includes an MM patch to update obsolete prop names in config files to their current names. Some of the text layout on those props may have changed to be consistent with the ASET props style. + +**NOTE:** A partial ASET Avionics and ASET Props upgrade patch is included, but disabled. To try it, please rename GameData/MOARdV/Patches/AsetToMasUpgrade.nocfg to GameData/MOARdV/Patches/AsetToMasUpgrade.cfg. Currently, you will need RasterPropMonitor installed to enable any props that are not already updated. There are no guarantees that partially-updated IVAs will work perfectly. + +#### Known Issues +* Docking / undocking occasionally causes the MAS system to become unresponsive. Changing scenes or switching to an unloaded vessel will reset it. +* Map View lines occasionally are visible in MFD Camera views. Issue #238. +* KSP resets the reference transform when switching seats in IVA. Issue #243. +* The HORIZON MASMonitor component is not working correctly. Issue #302. + +#### Fixes +* MAS has been built against KSP version 1.2.3. +* MAS has been updated to work with the current release of MechJeb. Thanks to forum user 610yesnolovely. + +--- ### MAS 1.2.3 For KSP 1.11.x, 21 May 2021