You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,22 @@ MOARdV's Avionics Systems (MAS) is a successor to RasterPropMonitor (RPM) that a
12
12
**NOTE:** MAS is *not* a 100% drop-in replacement for RasterPropMonitor.
13
13
14
14
As of **MAS v1.2.0**, a Module Manager patch is included in MAS that replaces the basic RPM props with equivalent MAS props. This patch does
15
-
not update ASET props, but it updates the IVAs included with RPM to use MAS-powered props. An RPM ASET update patch is in the works.
15
+
not update ASET props, but it updates the IVAs included with RPM to use MAS-powered props.
16
16
17
-
Releases appear under [Releases](https://github.com/MOARdV/AvionicsSystems/releases).
17
+
An in-progress RPM ASET update patch is in the
18
+
distribution, but you must opt-in to using it by renaming it from MOARdV/Patches/AsetToMasUpgrade.nocfg to MOARdV/Patches/AsetToMasUpgrade.cfg.
19
+
This patch does not yet update all of the ASET props.
20
+
21
+
Releases appear under [Releases](https://github.com/MOARdV/AvionicsSystems/releases). A comprehensive [changelog](https://github.com/MOARdV/AvionicsSystems/blob/master/Documents/Changelog.md) is available, as well.
18
22
19
23
For players who do a lot of atmospheric flight, alexustas's [Jebbesen Aeronautical Charts](https://github.com/MOARdV/AvionicsSystems/blob/master/Documents/ASET-%20Kerbin%20AEROCHARTS%20v17-11-25.pdf) for Kerbin are available.
24
+
These charts list the radio navigation aids that MAS can interact with on Kerbin.
20
25
21
-
**To Install:** select the latest released AvionicsSystems zip file from the "Releases" tab. Do not download this repo, unless you intend to build MAS yourself.
26
+
**To Install:** select the latest released AvionicsSystems zip file from the "Releases" tab. Do not download this repo unless you intend to build MAS yourself.
22
27
23
28
Players do not need to download the PropConfig zip file.
24
29
25
-
For players who want to understand the advanced ASET props, please take a look at [MOARdVPlus](https://github.com/MOARdV/MOARdVPlus), my advanced IVA mod (which includes user guides for the props).
30
+
For players who want to understand the advanced ASET props, please take a look at [MOARdVPlus](https://github.com/MOARdV/MOARdVPlus), my advanced IVA mod. There are user guides for some of the advanced props there.
26
31
27
32
The KSP Forum has a [MAS thread](https://forum.kerbalspaceprogram.com/index.php?/topic/160856-wip-17x-moardvs-avionics-systems-mas-interactive-iva-v0980-27-may-2019/).
28
33
@@ -38,16 +43,17 @@ Documentation of the props themselves is a work in progress.
38
43
39
44
## Where are the IVAs?
40
45
41
-
MAS is intended to be a toolkit for developing IVAs. There are a few example IVAs.
46
+
MAS is intended to be a toolkit for developing IVAs.
42
47
43
-
Except for the RPM IVA upgrade patch, all of these IVAs require the ASET Props and Avionics packs.
48
+
However, there are a few IVAs included in MAS to some of the features. All of these example IVAs require the ASET Props and Avionics packs.
44
49
45
50
* Module Manager patches are included that upgrade the basic RPM props to MAS-equivalent props. This patch allows the RPM IVAs included in RPM to use MAS instead.
46
51
* The stock Mk 1 v2 Command Pod (pictured above) demonstrates a retro-NASA style IVA suitable for suborbital or short orbital flights. A flight manual is available [on the wiki](https://github.com/MOARdV/AvionicsSystems/wiki/Operations-Manual-Mk1). This is a fully-featured IVA.
47
52
* The stock Mk 1-3 Command Pod includes a retro-NASA IVA for the center seat. This IVA *is not* complete, but it is a starting point if someone else wants to finish it.
48
53
* The stock Mk1 Lander Can by snakeru, a conversion of the [ASET Mk1 Lander Can](https://forum.kerbalspaceprogram.com/index.php?/topic/156131-mk1-lander-can-iva-replacement-by-aset11/). Note that if RasterPropMonitor is installed, the MAS version of the IVA is switched off. You must uninstall the ASET IVA to use the MAS IVA.
49
54
* The MRK DM command pod, previously part of the [Commonwealth Rockets](https://forum.kerbalspaceprogram.com/index.php?/topic/164365-13-commonwealth-rockets-tea-powered-spaceflight-in-development/) mod.
50
55
This command pod demonstrates a modern partial-glass cockpit design good for activity around Kerbin and its moons. This pod has moved to a different mod, and I have not tested to see if the patch still works.
56
+
* The OPT-J HT cockpit, courtesy vulkans22.
51
57
52
58
For some additional IVAs, the Flapjack cockpit in the [Kerbal Flying Saucer](https://forum.kerbalspaceprogram.com/index.php?/topic/173857-14x-pre-release-live-kerbal-flying-saucers-build-flying-saucers-in-ksp/) mod shows a glass cockpit design.
53
59
Additionally, the [MOARdVPlus](https://github.com/MOARdV/MOARdVPlus) mod includes a complete 1960s-style Apollo IVA compatible with
0 commit comments