TobiasF92 / FS22_interactiveControl

Interactive Control for Farming Simulator 22
37 stars 10 forks source link

With MS_TOGGLE_PUMP_DIRECTION the info entries are swapped in the F1 menu #69

Closed Crosbejt closed 3 months ago

Crosbejt commented 3 months ago

Hello, I have a problem with a click event, the first time I click nothing happens, the second time it works. The real problem is that the info is swapped in the F1 menu. It's about the Manure system and the direction of the pump. Here is the Code i have, and the inFill and outFill swapped: `

                <function name="MS_TOGGLE_PUMP_DIRECTION" />
                <animation name="hebelGross" speedScale="1.0" initTime="0.0" />
            </interactiveControl>`
Crosbejt commented 3 months ago

I Changed the initTime value from 0 to 1 this solved my problem. But I don't know if that's correct.