You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not a Problem with the Software, but Animations which are normally triggered during flight are not saved on the Replay. (i.e. Light Switches controlled by LVARs, Carrier Catapult State, Carrier Elevators etc.)
Describe the solution you'd like
Ability to record External LVARs with the flight so they will be triggered at the same moment as they were in the initial flight, maybe Ability to Edit those LVARs too or Tell Skydolly which ones to Record.
Describe alternatives you've considered
Manually Triggering said LVARs via SPAD.next script but this is not always working as precise as it should.
Additional context
Recording Videos on Carrier Mostly and switching on Plane Animations during formation flight.
Further Details, feel free to DM me here or on Discord Jacek#6800 (Jasseji)
The text was updated successfully, but these errors were encountered:
From all I know getting access via SimConnect from an external application (not in-process addon: I think in those you can simply prefix the desired variable name with "L:") is not possible "out of the box".
There has been an older discussion in the MSFS forum, suggesting to implement an in-process addon that would translate the local variables as custom SimConnect events. But yes, that requires the installation of such an addon in the Community folder, not to mention to actually implement such an addon in the first place (that would most likely be aircraft-specific, too - no?).
Has this changed? Are there other ways to access local variables via SimConnect? I have not heard yet from this "SPAD.next" script - will have to do some research. Or do you have any additional info?
So it seems that this new feature would indeed make it possible to have a user-defined set of "LVARS" recorded and replayed.
UPDATE: Before we get all too excited, the price-wining question is of course: does this also apply to SimConnect when used from an external process (such as Sky Dolly), or only for "in-process addons" (that can also use the SimConnect API)? To be tried and tested...
Is your feature request related to a problem? Please describe.
Not a Problem with the Software, but Animations which are normally triggered during flight are not saved on the Replay. (i.e. Light Switches controlled by LVARs, Carrier Catapult State, Carrier Elevators etc.)
Describe the solution you'd like
Ability to record External LVARs with the flight so they will be triggered at the same moment as they were in the initial flight, maybe Ability to Edit those LVARs too or Tell Skydolly which ones to Record.
Describe alternatives you've considered
Manually Triggering said LVARs via SPAD.next script but this is not always working as precise as it should.
Additional context
Recording Videos on Carrier Mostly and switching on Plane Animations during formation flight.
Further Details, feel free to DM me here or on Discord Jacek#6800 (Jasseji)
The text was updated successfully, but these errors were encountered: