StingerTopGun / LoadHUD

Farming Simulator 2022 Mod - Small HUD which shows current engine load in percent
0 stars 2 forks source link

Suggestions for new values to display #1

Open yumi-modding opened 2 years ago

yumi-modding commented 2 years ago

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

StingerTopGun commented 2 years ago

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.