I am building a wind sim finally, and would like to be able to control left and right channels independently, for example, if I lower my left window, left fan turns on? Is it possible? Thank you in advance for any answers
Any luck? Looking to do the same thing.
@haawk no luck. They both come on together, I can hotkey the mute to my in game window button so the fans do turn on and off with the window up or down, but to get them to turn on individually would likely be some kind of a simhub programming thing. I’m not good with the programming part so I don’t know how hard it would be.
@wotever is this a hard thing to incorporate? Hotkeys to turn each wind channel on or off independently??
I don't think SimHub reports the state of windows separately in ETS2, if at all. So the best way is to probably listen to window keys being pressed and going off on that.
The problem with that being the opened window will probably remain opened when leaving the game and returning to it, with the wind sim then not responding to this opened window, so there is a bit of a problem there.
I haven't yet looked into this "problem" myself yet, but have thought about trying a similar thing.