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
      • Screen Module
      • Sensor Module
      • Sorter Module
      • Sound Block Module
      • Thruster Module
      • Timer Block Module
    • Command Cheatsheet
    • Compatibility
    • Examples
  • Mother Core (Script Framework)
    • Getting Started

      • Upgrade Guide
      • Installation
      • Architecture Overview
      • Managing Script Size & Complexity
    • Building A Module
    • Console (CLI)
    • Core Modules
      • Activity Monitor
      • Almanac
      • Block Catalogue
      • Clock
      • Command Bus
      • Configuration
      • Event Bus
      • Intergrid Message Service
      • Local Storage
      • Terminal
    • Utilities

      • Color Helper
      • Security
      • Serializer
  • Powered By Mother

Core Modules

Core modules act as Mother's operating framework. They enable extension modules, and simplify access to many capabilities you will reach for.

NameDescription
Activity MonitorMonitors functional block activity across cycles to enable safeguards like stopping and locking once the activity is complete.
AlmanacStores information about other grids running Mother including position and hostility.
Block CatalogueCatalogues all functional blocks available on the grid for use in automations.
Command BusHandles commands and routines executed by a player, or remotely from another grid.
ConfigurationManages the configuration of Mother and its modules using the Programmable Block's Custom Data.
Event BusHandles system events generated by the grid or other grids running Mother. This allows Mother to remain modular and only run when something has changed via event broadcasting.
Intergrid Message ServiceHandles communication between grids running Mother.
Local StorageAllows Mother to store information across cycles, even if an error occurs or a player hits Recompile.
Last Updated: 8/17/25, 2:25 AM
Contributors: Luke Morrison, lukejamesmorrison
Prev
Console
Next
Utilities