Space Engineers

Space Engineers

DAS - Driver Assisting System
OD/S-53A 7 Apr, 2022 @ 11:30pm
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%
< >
Showing 1-5 of 5 comments
Wanderer_308  [developer] 21 Apr, 2022 @ 4:38pm 
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
Last edited by Wanderer_308; 21 Apr, 2022 @ 4:39pm
Xyloid 22 Apr, 2022 @ 4:50am 
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  [developer] 22 Apr, 2022 @ 4:37pm 
Then you need to change the number 55. The higher it is the less strength you get.
Barro 25 Apr, 2022 @ 11:40am 
If anyone is looking for the line its located at 1639
Roassa 27 May, 2022 @ 12:22pm 
Barro, you are a saint.
< >
Showing 1-5 of 5 comments
Per page: 1530 50