Space Engineers

Space Engineers

Whip's Subgrid Thruster Manager
Highlight "Control thrusters on connectors" line better please
I have scanned this code for hours and cannot locate this line. I am making a utility ship that has different attachments for different jobs, it connects to a connector... I cannot get this script to control the aditional thrust on the work attachments.
< >
Showing 1-1 of 1 comments
You're looking for:

//-----------------------------------------------
// CONFIGURABLE VARIABLES
//-----------------------------------------------

// Whether the program should look across connectors to detect rotor thrust
bool detectBlocksOverConnectors = true;

This argument is set after you load the script into the programmable block.

Load the code, check and exit. Then access the control panel and select the
"EDIT" button below "CUSTOM DATA" - you'll find it on the first line following
"configurable variables"

Dont look for it in the script before it's loaded into the Programmable Block.
< >
Showing 1-1 of 1 comments
Per page: 1530 50