Hello @StingerTopGun
Thanks for this mod, i was also working on displaying this info somewhere on the hud.
I was also thinking of adding other values i found useful in vehicle debug data.
What do you think of showing vehicle incline in % (slope percentage in vehicle debug = 100 * math.atan(motor.startGearValues.slope)) and wheels slippage in %. For this one, I see differential slip in vehicle debug but it looks like it shows weird values sometimes, so maybe need to compute it based on wheels long slip.
Thanks
Yumi
Hi @yumi-modding, yes very good ideas.
I was also already thinking about making one bigger info hud with multiple informations.
Time is a bit short right now but i might get back to that idea.
Hello @StingerTopGun Thanks for this mod, i was also working on displaying this info somewhere on the hud. I was also thinking of adding other values i found useful in vehicle debug data. What do you think of showing vehicle incline in % (slope percentage in vehicle debug = 100 * math.atan(motor.startGearValues.slope)) and wheels slippage in %. For this one, I see differential slip in vehicle debug but it looks like it shows weird values sometimes, so maybe need to compute it based on wheels long slip. Thanks Yumi