Space Engineers

Space Engineers

DAS - Driver Assisting System
OD/S-53A 2022 年 4 月 7 日 下午 11:30
DAS seems to set my suspension strength a bit too high
It sets the strength high enough that on rough terrain a lot of the wheels on my rover lift off the ground. I manually adjusted the strengths with the script turned off and it seemed to want 10-15% strength and DAS gave it 20-25%
< >
正在显示第 1 - 5 条,共 5 条留言
Wanderer_308  [开发者] 2022 年 4 月 21 日 下午 4:38 
You can adjust values for strength clcultion in that part of the code
if(suspension.Obj.CubeGrid.GridSizeEnum == MyCubeSize.Small) { if(suspension.Obj.BlockDefinition.SubtypeName.Contains("5x5")) strenght /= 18.5; else strenght /= 15; } else { if(suspension.Obj.BlockDefinition.SubtypeName.Contains("5x5")) strenght /= 55; else strenght /= 52.5; }

18.5 - for a small grid 5x5 wheels
15 - for other size small grid wheels
55 - for a large grid 5x5 wheels
52.5 - for other size large grid wheels
最后由 Wanderer_308 编辑于; 2022 年 4 月 21 日 下午 4:39
Xyloid 2022 年 4 月 22 日 上午 4:50 
Can you explain what numbers need to be changed to achieve less strength? I am using the script on a large grid with 5x5 wheels on a modded moon with only 0.33g and almost none of my wheels are touching the ground at any given time, would be much appriciated.
Wanderer_308  [开发者] 2022 年 4 月 22 日 下午 4:37 
Then you need to change the number 55. The higher it is the less strength you get.
Barro 2022 年 4 月 25 日 上午 11:40 
If anyone is looking for the line its located at 1639
Roassa 2022 年 5 月 27 日 下午 12:22 
Barro, you are a saint.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50