Skip to content

Throw a Fleet-Wide Light Show

Lights are ordinary fitted modules. That makes them useful for status indicators, formation signals, and the sort of dance party mission control will deny approving.

Terminal window
find /sim/vessels/by-id -path '*/lights/*/on' -print
Terminal window
cat > /sim/ctl/batch <<'EOF'
vessels/by-id/Hunter/lights/0/on 1
vessels/by-id/Polaris/lights/0/on 1
commit
EOF

The filesystem batch is what makes independent leaf writes land in the same game tick. For a timed pattern, use /sim/ctl/timed_batch or the dancy-party-rs console.