Quote:
Originally Posted by CaptainDoggles
Yeah ideally I'd like to write World XYZ and heading data for aircraft from an ntrk recording to a text file.
Can't figure out how to execute the script when the ntrk runs though.
|
Great minds think alike!
Let me guess.. your thinking of graphing the 3D data to make an ACM display of the track file! When I saw the script gives access to 3D data that was the 1st thing I thought of too!
Problem is, and don't quote me, is I don't think the script works during playback of a track file? I think the script only works in real time, as in when you start the mission the script runs.
If so that is one of the limitations of the scripts.. Where as in IL-2 we had DeviceLink that was active during track playback.. And Devicelink allowed you to send commands (set) where as far as I can tell the C# script method only allows you to recive (get) data
This is one case where I hope I am wrong! But, I have been looking around (google) and I don't see where the C# scripts are active during a track playback