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

Thruster Module

The thruster module allows the user to control thrusters on the grid. Set a thruster override in percent or newtons depending on the use case.

  • Commands
    • thrust

Commands

thrust

Set the thrust of a thruster or group of thrusters.

thruster/thrust <Thruster|Group> <valuePercent|valueNetwons> [--options]

Important

The command expects a value in percent by default. To use Newtons, ensure you follow the value with an N.

Example

Terminal
# Set the thruster's thruster override to 100%
thruster/thrust MainThruster 100;

# Set the thruster's thrust override to 10,000 Newtons
thruster/thrust MainThruster 10000N;
Last Updated: 3/20/25, 8:40 PM
Contributors: Luke Morrison
Prev
Sound Block Module
Next
Timer Block Module