LVARS and events for TBM 850
-
Hi.
I'm looking for a complete LVAR / Event list for the Black Square TBM 850. I work with Spad.next and I can detect that LVAR:Lightning_landing1 can see if left ldg light is on, but It seems I also need an event. Can't find any list on events and lvars.Please help.
-
@hummelmose https://flightsim.to/file/61922/blacksquare-tbm-850-scripts-for-lorby-s-axis-and-ohs-aao here is the AAO xml by somebody. If you open it in text editor -> should be able to reverse engineer the "raw" events.
-
@hummelmose These scripts were made by me. In case of questions just ask here or on fs.to
-
@hummelmose I can have a look into these tomorow. There might be a way without B-vars.
For which signals do you need it? -
@ape42 said in LVARS and events for TBM 850:
@hummelmose I can have a look into these tomorow. There might be a way without B-vars.
For which signals do you need it?I found it LANDING_LIGHTS_TOGGLE (1 or 2)
-
Yes, you can toggle them with
1 (>K:LANDING_LIGHTS_TOGGLE)
2 (>K:LANDING_LIGHTS_TOGGLE)Or you can directly set them with
Landing light left:
on: 1 1 (>K:2:LANDING_LIGHTS_SET)
off: 1 0 (>K:2:LANDING_LIGHTS_SET)Landing light right:
on: 2 1 (>K:2:LANDING_LIGHTS_SET)
off: 2 0 (>K:2:LANDING_LIGHTS_SET) -
Thanks for compiling these events! Then I can finally bind some key to easily switch between Alt and VS on the KAS297B and also have a assignment for the 850 mode switch.
-
This post is deleted!
-