Hi,
No major issue, but I have an problem when my telehandler is filling its shovel in the bunker silo
The shovel is suppose to go to transport position as soon as it's full but for some reason (in 95 % of the case I would say), the shovel stays in filling positioning until it's getting out of the Bunker Silo.
Not sure, just a guess : STATE_REVERSE_STRAIGHT_OUT_OF_SILO has the wrong shovel position in the code. And STATE_REVERSE_OUT_OF_SILO has the correct one which could explain why it works sometimes. As my developer skills are below 0, this is just a wild guess. I gave it a try on my fork but I am completely useless so far :)
Everything else works fine by the way
Hi
Thanks to your guess i think i saw something in the code. I will give a try but will need some time to set things up.
@TinyCrocodile that's good news.
I have a savegame with everything set to do some tests, so just let me know if you want me to try some stuff
Just so you know, I tried to play with the code on my fork yesterday evening, it's a miracle my PC didn't set on fire as my code was sooooo wrong ;)
I have it working on my Savegame. I will submit a PR, when ready.
@TinyCrocodile, great thanks
Do you mind if I try it too ?
@polosubtil
You can Try at any times.
See the Code in the Pull Request above
I just tried, it works like a charm. Thanks a lot for that @TinyCrocodile
You're welcome.
I'm glad to hear this.
Most helpful comment
Hi
Thanks to your guess i think i saw something in the code. I will give a try but will need some time to set things up.