Space Engineers

Space Engineers

Whip's Subgrid Thruster Manager
Snarlin_Rando 2018 年 6 月 13 日 下午 2:06
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.
< >
正在显示第 1 - 1 条,共 1 条留言
Stop moving I need the Cbills 2020 年 1 月 16 日 下午 12:31 
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.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50