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

Display Module

The Display Module allows the user to control LCD panels, and cockpit screens on the grid.

  • Commands
    • print

Commands

print

Print a message to an LCD panel or group of panels.

screen/print <Screen|Group> <Message> <Options>

Info

At this time Mother cannot print text to cockpit screens.

Options

OptionValuesUnitDescription
colorRGBSet the color of the text.
sizeNumberSet the text size between 0.0 and 10.0.

You have access to the following colors which may be used in place of their RGB values:

NameRGBHexidecimal
red255,0,0FF0000
green0,255,000FF00
blue0,0,2550000FF
yellow255,255,0FFFF00
orange255,165,0FFA500
cyan0,255,25500FFFF
magenta255,0,255FF00FF
white255,255,255FFFFFF
black0,0,0000000

Example

Imagine we want to print text to a screen based on our airlock status. We contextualize it further with color and print a size that is easily legible.

Terminal
screen/print "AirlockStatusScreens" "Airlock SAFE" --color=green --size=4.4
Last Updated:: 4/29/25, 9:42 PM
Contributors: Luke Morrison
Prev
Connector Module
Next
Docking Module