-
Question:
Is there a way to sort the game controllers in Windows in JG Ex?
Would this be possible in JG Ex?
I've already tried a few things, but haven't found anything that can reliably change the …
-
Would be good to have MSFS2020 support for lvars, simvars etc...
Currently there are multiple apps that can do that, but they are all payware.
Shouldn't be too much of a problem to implement inter…
-
The To/From flag is not working in OBS mode.
-
The autopilot seems to deviate to the inside of DME arcs when in the middle of the arc:
![lgsr](https://github.com/falcon71/kln90b/assets/3109174/d5178e90-5480-4629-8b0e-214fe8c20a0f)
Is this ca…
-
### Describe the bug
can't change radio atc frequency on fs radio panel
### Steps to reproduce
start a flight, ghive electricity at the plane and try use fs atc panel
### Expected behaviour
chang…
-
Turns out that even though they're not listed under the SimConnect variables, there are at least two WASM variables (`TRAILING_EDGE_FLAPS0_LEFT_ANGLE` and `TRAILING_EDGE_FLAPS0_RIGHT_ANGLE`) that can …
-
WASM only supports SimVars float. But what if "(A:TITLE,String)"?
-
I was able to successfully run instrument panel on a pi4 and 10 inch touch screen. Very fluid, though I did notice that when ATC gave me a squawk code, the radio panel still stayed at 1200. Not sure i…
-
When trying to fetch the transponder code:
```
const stop = api.schedule(
(data) => {
console.log(data);
},
500,
"TRANSPONDER CODE:index",
"PLANE LONGITU…
-
I believe that flight_number should be an attribute of the flight table, not of the aircraft table.
I think it is an attribute of the aircraft in MSFS so that you have a default flight number, when…