Mother DocsMother Docs
Buy me a Coffee
Steam Workshop
Discord
  • Mother OS (Ingame Script)
Buy me a Coffee
Steam Workshop
Discord
  • Mother OS (Ingame Script)
  • Mother OS (Ingame Script)
    • Getting Started

      • Upgrade Guide
      • Installation
      • Command Line Interface (CLI)
      • Configuration
      • Modules
    • Core Modules

      • Activity Monitor
      • Almanac
      • Block Catalogue
      • Local Storage
      • Intergrid Message Service
    • Extension Modules

      • Air Vent Module
      • Battery Module
      • Terminal Block Module
      • Cockpit Module
      • Connector Module
      • Display Module
      • Docking Module
      • Door Module
      • Flight Control Module
      • Flight Planning Module
      • Gas Tank Module
      • Gyroscope Module
      • Hinge Module
      • Landing Gear Module
      • Light Module
      • Map Module
      • Piston Module
      • Programmable Block Module
      • Rotor Module
      • Sensor Module
      • Sound Block Module
      • Thruster Module
      • Timer Block Module
    • Command Cheatsheet
    • Compatibility
    • Examples
  • Powered By Mother

Map Module

The map module allows Mother to visualize the positions of all grids and waypoints in the Almanac. This provides players with a spacial representation of all grids running Mother Core, and communicating via the antenna network.

  • Viewing the Map
  • Filtering the Map
    • Whitelisting
    • Blacklisting
  • Configuration

Viewing the Map

Mother can render a map showing all grids and waypoints in the Almanac. Simply add [MMAP] to the end of your LCD name and reboot Mother using the boot command. The projection will automatically update.

You can target individual cockpit screens by targeting a screen index - [MMAP:1].

Almanac LCD

Flight Plan Map

Filtering the Map

Players can filter which grids are shown on the map by using the filter configration. This setting uses a whitelist/blacklist and supports both grid names, as well as communication channels.

Let's imagine our grid is currently communicating on the following channels, with the following grids:

  • * - Public Channel

    • SurveyDrone
    • DrillShip1
  • MyFaction - Private Channel

    • Mothership
    • Corvette

Whitelisting

If we want to only include specific grids, or channels, we can use a + symbol:

LCD > Custom Data
[general]
; show only the Survey Drone grid, or
filter=+SurveyDrone
; show only MyFaction channel, or
filter=+MyFaction
; show only the Survey Drone grid, and MyFaction channel
filter=+SurveyDrone +MyFaction

Blacklisting

If we want to exclude specific grids, or channels, we can use a - symbol. All other grids will be shown.

LCD > Custom Data
[general]
; exclude the Survey Drone grid, or
filter=-SurveyDrone
; exclude MyFaction channel, or
filter=-MyFaction
; exclude the Survey Drone grid, and MyFaction channel
filter=-SurveyDrone -MyFaction

Configuration

KeyValueDescription
filterstringA space separated list of grids and channels to include or exclude from the map. Use + to include, and - to exclude. Defaults to all grids and channels.
mapScaledecimalSet the map scale in meters. Defaults to 100m.
centerstringThe point that the map should center on. You can use the full GPS string, the X,Y,Z portions of a GPS string, or use the name of a grid/waypoint if present in the Almanac.
mode2D, 3DWhether the map should render in 2D or 3D.

NOTE: 3D map rendering is experimental and will change in future updates. In most cases is will not be reliable for navigation.

Example

LCD > Custom Data
[general]
;filter grids
filter=+MyFaction +SurveyDrone

;the scale of the rendered map in meters
mapScale=150

; full GPS String or;
center=GPS:Mothership:227039.09:226939.44:227134.75:#FF75C9F1:
; partial GPS String or;
center=227039.09:226939.44:227134.75
; grid name
center=Mothership

; render mode
mode=2D


Last Updated: 8/8/25, 10:43 PM
Contributors: lukejamesmorrison
Prev
Light Module
Next
Piston Module