Looking for some assistance to figure out if my concept could work. My intention is to create a load manager app for the A400M, through which you could load the aircraft. My idea:
- Build a simconnect app that will place a vehicle on the ground, and have it move into the A400M. This is all fine, and I can do this.
- The vehicle should stay in the aircraft during flight. With simconnect this is not possible to get it fixed in one place, it will always be lagging a bit.
- Therefore, I want to add the vehicle as an object to the aircraft, which can then be toggled with an LVAR. A bit like the chocks on the TBM850, or the coffee tables in the FSR500. But I have no clue how to do that.
So, when the vehicle has driven into the A400M, the simconnect app will toggle the LVAR to enable to object (vehicle) attached to the aircraft and remove the identical object it has placed itself there.
Could anybody help me with some basic instructions for step 3?
NB My assumption is that with the VFS projector I should have access to the files needed for this…