TyKonKet / FS17_FuelUsageDisplay

Makes the fuel usage of motorized vehicles more realistic and displays the live fuel consumption.
http://tykonket.github.io/FS17_FuelUsageDisplay/
GNU General Public License v3.0
6 stars 7 forks source link

Wobbling calculations #16

Closed mieperDE closed 7 years ago

mieperDE commented 7 years ago

I just tapped the key "W"

https://youtu.be/rRaf_o2bIS0

After a few seconds the fuel calculation has normalized.

actual version:

https://github.com/TyKonKet/FS17_FuelUsageDisplay/commit/6a1bc8db1ccade6d99189567d0a4c917b0e2a677

mieperDE commented 7 years ago

Strange I could not reproduce this

mieperDE commented 7 years ago

Now I could reproduce this multiple times.

TyKonKet commented 7 years ago

This bug happens only with terra variant?

mieperDE commented 7 years ago

Yes. But i have an idea. I've installed the Ground Response Mod https://www.farming-simulator.com/mod.php?lang=de&country=de&mod_id=52696&title=fs2017

As you can see, my Holmer is full with Wheat. So the vehicle weighs several tons. The ground can cause this heavy wobbling load.

Edit: Maybe the indication is too sensitive to frequent load changes. A cool thing could be an additional indicator for long time average consumption.

Edit2: The Fendt 939 works with a trailer as he should. No wobbling.

TyKonKet commented 7 years ago

I can't reproduce this bug even with gearbox and ground response, are you sure this is not an issue of your version of gearbox?

mieperDE commented 7 years ago

I'll try it

mieperDE commented 7 years ago

Ok with Gearbox 2.0.4.4 I couldn't reproduce it either. Then forget it. There is no bug to take care of. 😋

Edit: But an average fuel consumption indicator would still be an enrichment

TyKonKet commented 7 years ago

I know, but I have no Idea where to locate it 😃

mieperDE commented 7 years ago

example code incoming

✈️

while(true)
{
    average_consumption = (average_consumption + actual_consumption)/2;
    wait(10sec);
}
TyKonKet commented 7 years ago

Yes, but where should I place the text on the hud?

mieperDE commented 7 years ago

Take a look on this: https://www.farming-simulator.com/mod.php?lang=de&country=de&mod_id=70368&title=fs2017

or this old mod: https://www.modhoster.com/mods/kraftstoff-verbrauchsanpassung-fueladjust#images

mieperDE commented 7 years ago

This issue could be closed no? I mean, it's already fixed :sunglasses: