Space Engineers

Space Engineers

Vector Thrust 2 [old]
此主题已被锁定
Sad Sack 2021 年 9 月 18 日 上午 12:13
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?
< >
正在显示第 1 - 3 条,共 3 条留言
Ass Of Wizard 2022 年 1 月 18 日 下午 12:48 
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 2022 年 1 月 19 日 下午 1:43 
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  [开发者] 2022 年 3 月 19 日 下午 9:01 
read the FAQ
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50