Configuration Files - MOARdV/AvionicsSystems GitHub Wiki

MAS makes extensive use of the KSP ConfigNode system to organize and store data outside of prop and part configurations. Here is a collection of the nodes MAS recognizes, along with links for more information (where applicable).

MAS_BITMAP_FONT

A MAS_BITMAP_FONT node provides a means to import RasterPropMonitor font textures for use with MAS. (see)

MAS_LUA

A MAS_LUA node collects a number of Lua scripts together so that the MASFlightComputer can load and parse them for use. Multiple MAS_LUA nodes are permitted, so custom props packs may include their own scripts in addition to the scripts included in MAS. (see)

MAS_MORSE_CODE

The MAS_MORSE_CODE node (found in MOARdV/AvionicsSystems/MAS_MorseCode.cfg) tell MAS which sound files to use for Morse Code beeps.

MAS_NAVAID

A MAS_NAVAID node contains multiple NAVAID entries, each of which define a radio navigation beacon somewhere on Kerbin. MAS ships with about 35 radio beacons defined in its own MAS_NAVAID file (MOARdV/AvionicsSystems/MAS-NavAid.cfg), but more can be added by creating additional MAS_NAVAID nodes. (see)

MAS_PAGE

The MAS_PAGE node is used to define the layout and contents of a page on a MASMonitor MFD. (see)

MAS_SUB_PAGE

The MAS_SUB_PAGE node allows the IVA creator to group a number of MASMonitor nodes together in a single place, and use those nodes on multiple pages using a SUB_PAGE node in the MAS_PAGE configuration. Using a sub page allows an edit in a single location to immediately take effect on all pages that use that sub page. (see)

RPM_GLOBALCOLORSETUP

RPM_GLOBALCOLORSETUP nodes provide a collection of COLORDEFINITION nodes, each of which names a custom color. This node was originally designed for RasterPropMonitor, and it is 100% compatible with that mod, as well. (see)