Space Engineers

Space Engineers

DAS - Driver Assisting System
FantazeR 11 月 1 日 下午 11:47
Is there a way to decrease acceleration and stop DAS from adjusting suspension height?
I have a cargo truck, i dont like that it can speed up so fast
With how it's built i have to have a specific suspension height just so it doesn't look odd
Are there some lines i can just delete to fix that?
< >
正在显示第 1 - 3 条,共 3 条留言
Wanderer_308  [开发者] 11 月 2 日 下午 5:03 
Hi. For acceleration tweaks there are two variables: _MaxForwardAccel and _MaxBackwardAccel. Default values for both is 10 m/s^2, set it to whatever you need,

To stop DAS from controlling suspension height find anв delete this line:
if(!HStMachine.MoveNext()) HStMachine=UpdateHeight();
FantazeR 11 月 2 日 下午 5:26 
ty for your reply, dont know how i didn't notice before that there are settings that i can easily adjust at any time, even tho i had some experience with using scripts
i couldn't find this line:
if(!HStMachine.MoveNext()) HStMachine=UpdateHeight();
so i've noticed there's another line related to suspension height:
double _SusHeightOffset=*
by adjusting the value of it to 0 it made it so it doesn't affect suspension's height
Спасибо <3
Wanderer_308  [开发者] 11 月 2 日 下午 7:01 
Setting it to 0 just tells the script to adjust all wheels to the value of 0. But if it works, it works I say. You're welcome 🤜🤛
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50