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
    • Tutorials
  • Powered By Mother

Installation

  • Prerequisites
  • Setup
    • 1. Find and Edit the Programmable Block script
    • 2. Select Mother OS From Scripts
    • 3. Confirm Mother OS is Loaded
    • 4. Verify that Mother OS is Running

Prerequisites

Mother OS is available as a script for Programmable Blocks in Space Engineers. Simply subscribe in the Steam Workshop and it will be available to you in-game.

To run Mother OS, your grid must have:

  1. A programmable block with the Mother OS script loaded; and
  2. A Remote Control block.

If you're comfortable with adding scripts in Space Engineers, then you can jump ahead to the Command Line Interface (CLI).

Setup

1. Find and Edit the Programmable Block script

Mother OS is loaded into a Programmable Block by selecting the Edit button in the terminal.

Edit Programmable Block

2. Select Mother OS From Scripts

Mother OS will be available in the list of scripts to load if you have subscribed in the Steam Workshop. Select it and press Ok.

View Code Editor

Tips

Hit the 🔄 button above the search to refresh your list.

Select Script

3. Confirm Mother OS is Loaded

Mother OS should be loaded into the Programmable Block. You will know this if you see the description at the top of the Code Editor. Press Ok to save the changes.

Verify Script has been loaded

4. Verify that Mother OS is Running

Mother OS should boot automatically when the script is loaded, otherwise running the boot command, or pressing the Recompile button will ensure Mother completes the boot process.I recommend you rename your Programmable Block to make it easier to identify - this will help later.

Verify Mother OS is running

Congratulations! You have successfully installed Mother OS into your grid. Now let's look at how you can use it to automate your grids.

Last Updated: 9/28/25, 8:12 PM
Contributors: Luke Morrison
Prev
Upgrade Guide
Next
Command Line Interface (CLI)