Space Engineers

Space Engineers

Vector Thrust 2 [old]
This topic has been locked
Sad Sack 18 Sep, 2021 @ 12:13am
Rotors tilting the incorrect direction for Forwards and Reverse movement
Have a basic ship with two large thrusters where wings would be right behind the cockpit and the rotors turn the incorrect way when trying to move. Any idea why or help with fixes?
< >
Showing 1-3 of 3 comments
Ass Of Wizard 18 Jan, 2022 @ 12:48pm 
I think I found some kind of solution to this problem.
I had the same issues with my ship and this fix helped me a lot.

So i can recommend you change this string in code (line# 510)
from
requiredVec -= -1 * normalThrusters .WorldMatrix.Backward* normalThrusters .CurrentThrust;
to
requiredVec -= -1 * normalThrusters .WorldMatrix.Forward * normalThrusters .CurrentThrust;

Maybe this old ticket can help someone :)
Melburd 19 Jan, 2022 @ 1:43pm 
Seconding this. Script appears to work fine when parked, but starts malfunctioning when unparked- oddly only occurs with certain builds. Simple/lighter builds seem unaffected. Possible issue with mass calculation?
Vermillion  [developer] 19 Mar, 2022 @ 9:01pm 
read the FAQ
< >
Showing 1-3 of 3 comments
Per page: 1530 50