December 31, 20241 yr I tried programming some scripts today for the exterior light switches but couldn't get them to work. Is there a list of LVARs that can be used with Axis and Ohs for these switches? The mobiflight page just has an incomplete list of LVARs right now.
January 3, 20251 yr Staff There is an LVAR list posted here for FS2020, I believe the same should apply for FS2024 as well: Alternatively, you can use the method mentioned further up in the post to access the Behaviours Dev menu and see switch-associated LVARs yourself live in the sim. Thanks! Vrishabh Sehgal ( @Richboy2307 ) Community Team Member & Tester iniBuilds Ltd. | inibuilds.com
January 4, 20251 yr Author @richboy2307, I didn't see an LVAR in that file for the pedal disconnect button. Could you please tell me what it is?
January 6, 20251 yr Staff I believe it is INI_TILLER_DISC with values of 0 / 1 for pulled out/pressed in respectively. Vrishabh Sehgal ( @Richboy2307 ) Community Team Member & Tester iniBuilds Ltd. | inibuilds.com
January 6, 20251 yr Author 1 hour ago, richboy2307 said: I believe it is INI_TILLER_DISC with values of 0 / 1 for pulled out/pressed in respectively. Thanks, yes, that did it.
January 6, 20251 yr Author On 1/3/2025 at 11:33 AM, richboy2307 said: There is an LVAR list posted here for FS2020, I believe the same should apply for FS2024 as well: Alternatively, you can use the method mentioned further up in the post to access the Behaviours Dev menu and see switch-associated LVARs yourself live in the sim. Thanks! I tried that in 2024 but I couldn't get it to work right. Did anything change with dev mode or am I just missing a step?
January 7, 20251 yr Staff 12 hours ago, LukeFF said: Did anything change with dev mode or am I just missing a step? The Behaviours menu is a bit different in terms of layout in FS2024, with alot more options but it generally works in the same way. Enable Developer Mode in settings and then open the behaviours menu from the [DEVMODE] toolbar. Highlight the interaction you want to inspect by hovering your mouse over it and then press 'L Ctrl' +'G' on your keyboard. On the [INSPECTOR] Tab, you can usually fin the affected variables under Animations or Mouserect dropdowns. Then go to [VARIABLES] Tab, type in the name of LVAR and use your mouse to conduct the interaction to monitor the changes in values. Note: The sim does not allow all LVARs to be defined by the user, but this way you can find the affected LVARs for each interaction to see the ones you can manipulate. 2025-01-07 14-50-23.mp4 Thanks! Vrishabh Sehgal ( @Richboy2307 ) Community Team Member & Tester iniBuilds Ltd. | inibuilds.com
January 7, 20251 yr Author 9 hours ago, richboy2307 said: The Behaviours menu is a bit different in terms of layout in FS2024, with alot more options but it generally works in the same way. Enable Developer Mode in settings and then open the behaviours menu from the [DEVMODE] toolbar. Highlight the interaction you want to inspect by hovering your mouse over it and then press 'L Ctrl' +'G' on your keyboard. On the [INSPECTOR] Tab, you can usually fin the affected variables under Animations or Mouserect dropdowns. Then go to [VARIABLES] Tab, type in the name of LVAR and use your mouse to conduct the interaction to monitor the changes in values. Note: The sim does not allow all LVARs to be defined by the user, but this way you can find the affected LVARs for each interaction to see the ones you can manipulate. 2025-01-07 14-50-23.mp4 12.71 MB · 0 downloads Thanks! Appreciate the help again, thank you. 🙂 I did ultimately find what I needed last night by enabling the behavior debug mode and hovering my mouse cursor over the switch I wanted LVARs for.
Create an account or sign in to comment