Mother OS (Ingame Script)
Mother OS is available as an ingame script for Programmable Blocks in Space Engineers. It interoperates seamlessly with Timer Blocks and Event Controllers to augment existing automations. Start by installing Mother OS here.
; Set the color of a light
light/color AirlockLight red;
; Rotate a hinge group to an angle with a speed
hinge/rotate MainLandingGearHinges 45 --speed=2;
; Open a hangar door remotely
@Mothership door/open MainHangarDoor;
Players can use this simple command syntax to take their automation to the next level.
Tips
Using Mother OS does not require any programming/coding experience.
Features
Secure Intergrid Communication - Grids share positions and easy easily send commands remotely to each other.
Expanded Automation - Mother OS simplifies interacting with the mechanical systems on your grid, and monitors them for changes. See the Cheatsheet.
Copy Automations with Ease - Easily port your automations from one grid to another by copying
Custom Datatext.
Tutorial Video
Upcoming Features
Conditional Logic
In developmentObjective
Allow players to monitor blocks and apply conditional logic to their automations.
Get started by installing Mother OS as an ingame script into a programmable block on your grid.
