Hello,
I am happy with Spy Dolly as replay device, only one thing I cannot figure out.
When playing back a flight with the Cessna 152 WBsim mod, the door are opened in flight and the cocks are on the wheels.
I tried everything I can think of, but I never see a Cessna with closed doors or chocks off etc in replay. I cannot alter this during the replay flight. It does not matter if I start recording and then close the doors etc.
While other planes work fine, as I tried the TBM 930, and that one did not have this problem, while these doors also can open.
Can anybody help with a tips or know why this is possible and what I can do about it?
Greetings,
Boudewijn
1 Like
Funny, tried the exact Same model Yesterday and Sky Dolly.
I think it has to do with simvars the Programm cannot handleâŠ
Ok, thanks for the reply. Sad, but nothing we can do about it I guess then.
Thatâs essentially correct: âcustom animations and simulationsâ are most often implemented using âlocal variablesâ and hence not reported via the official SimConnect âsimulation variablesâ:
https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Simulation_Variables.htm
(If a corresponding variable exists in the first place).
And even if such a customised aircraft would report simulated values (that is, during recording), reacting to such value changes (during replay) is written on an entire different page of the book (same for events).
So if you know the name of the specific âsimulation variableâ or IF your aircraft allows to bind the door open/close action to some keyboard or hardware button (âeventâ) - let me know!
Thatâs strange. I have to verify this with SU 12 again, but anything that is NOT under control by Sly Dolly (press key V in Sky Dolly to open the âsimulation variablesâ dialog - that should give you a feeling of what is supported/recorded and what not) you SHOULD be able to change during replay.
In fact, even - to some extend - what IS under control by Sky Dolly, e.g. flaps and gears: Sky Dolly will only control / change them once the recorded value actually changes. Sky Dolly will then simply (re-)set the value once the next âvalue changeâ occurs (of the âsimulation variable groupâ, that is).
(Sky Dolly applies a clever recording/replay algorithm that not only makes it possible to skip backwards and forwards and start/pause replay anytime you wish, WITHOUT first having to reload the entire flight - but this âon value changeâ strategy also hugely saves on disk storage, RAM (once the flight is loaded) and valuable CPU cycles).
But Sky Dolly does âfreezeâ the âphysics calculationsâ (during replay only), specifically those which would affect the aircraft position and attitude (otherwise the flight physics would constantly âfightâ the replay position - every replay tool does that). Again, you should be able to control levers and knobs (as described above) - but perhaps your aircraft also (wrongly?) âfreezesâ custom simulation logic, such as âopen doorâ and / or âremove chocksâ?
Thanks for the effort, but you are speaking programmer language, and I am just a flightsim enthusiast.
So lets leave it at this. Greetings, Boudewijn
No worries I just wanted to be thorough and fully transparent in my reply.
In general, if any âaircraft builderâ or otherwise technical interested person would know about / want to have additional support for any additional âsimulation variableâ and/or âeventâ, please do let me know.
Best here (free github.com account required):