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
      • Security
      • 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
      • Gas Tank Module
      • Gyroscope Module
      • Hinge Module
      • Landing Gear Module
      • Light Module
      • Flight Planning 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

Upgrade Guide

  • 0.2.11 -> 0.2.12
  • 0.2.10 -> 0.2.11
  • 0.2.9 -> 0.2.10
  • 0.2.8 -> 0.2.9
    • Features
  • 0.2.7 -> 0.2.8
    • Features
    • Migration
  • 0.2.7

0.2.11 -> 0.2.12

🕓 5 mins

This update ensures compatibility with the new Fieldwork Update (1.206). This should fix Mother across your grids caused by changes to the programmable block API by Keen. Thanks for your patience with this one!

Important

You will need to refresh Mother in all of your grids.

  • Players will also have access to the following hooks:

    • Air Vent

      • onPressurizing - Activated when an air vent is in the Pressurizing state.
      • onDepressurizing - Activated when an air vent is in the Depressurizing state.
      • onPressurized - Activated when an air vent is in the Pressurized state.
      • onDepressurized - Activated when an air vent is in the Depressurized state.
    • Piston

      • onExtended - Activated when a piston is in the Extended state.
      • onRetracted - Activated when a piston is in the Retracted state.
      • onExtending - Activated when a piston is in the Extending state.
      • onRetracting - Activated when a piston is in the Retracting state.
    • Door

      • onClosing - Activated when a door is in the Closing state.
      • onOpening - Activated when a door is in the Opening state.

Players may now use the block/toggle command to toggle a block's on/off state.

0.2.10 -> 0.2.11

🕓 0 mins

  • Players can now use the following new commands:

    • dampeners/on - Turns on the dampeners of the ship (aircraft).
    • dampeners/off - Turns off the dampeners of the ship (aircraft).
    • handbrake/on - Turns on the handbrake of the ship (rover).
    • handbrake/off - Turns off the handbrake of the ship (rover).
  • Players can now print multi-line messages to LCD panels.

v0.2.11 Video

0.2.9 -> 0.2.10

🕓 0 mins

  • Players can now target blocks with #tags. Tags provide a flexible alternative to using terminal groups to associate your blocks by function and targeting them with commands.

v0.2.10 Video

0.2.8 -> 0.2.9

🕓 0 mins

Features

  • screen/print command allows players to print custom messagesm to LCD panels.
  • Autodocking has been improved and contains several failsafes to protect player grids. Planetary docking should be attempted with caution but zero-g docking is very reliable.

0.2.7 -> 0.2.8

🕓 0 mins

Features

  • Autodocking with the dock command.
  • Improved performance and hook capabilities. Doors now trigger hooks when the player interacts with them.
  • New documentation suite to assist with building automations with Mother.

0.2.8 Video

Migration

You do not need to change anything to upgrade to this version. Woohoo!

0.2.7

0.2.7 Video

Last Updated:: 4/29/25, 9:42 PM
Contributors: Luke Morrison
Next
Installation