calibx / msfsdeck

MSFS Plugin for LoupeDeck Live & CT
Apache License 2.0
48 stars 13 forks source link

Vnav for Hjet need little fix ! #198

Open RubiXKube opened 1 year ago

RubiXKube commented 1 year ago

Hi, First, Vnav switch(AP BC) works fine with Hjet! thank you !

There is two little things to fix if possible of course 1) AP BC switch doesn't keep green color, it go back on green after activated (but vnav is on) 2) AP VSpeed stay green when vnav activated(but vs speed is off in plane) it should switch to vnav, you can't have both in same time

It's just icon color issue Thank you for your works !

calibx commented 1 year ago

Sorry for that but I think a part of the problem comes from HJET. When you click AP BC I only send an event to Simconnect. Each 200 ms I ask Simconnect the vars and I change the colors based on the returned values. So the color changed is based on the game state not the plugin.

You can make 2 test to verify :

Simvars.zip :

I can make a "custom" input in the plugin based on the aircraft name but I can't detect VNAV for now. It will need the WASM fix later this year

RubiXKube commented 1 year ago

Ok, I understand Don't loose your time for a "custom input" with aircraft name there is so many aircraft, it will never ending

An update for Hjet is about to be published, and Vnav is a big improvement in next update i'll wait it before have a look on simconnect vars, may be other vars are concerned.. thanks for the soft

calibx commented 1 year ago

Simvars is a part of the MSFS SDK :)