Guican Posted June 17, 2022 Posted June 17, 2022 Does anyone know how to export stick/throttle/rudder control value via export.lua or any other method? I found that in tacview the control indicator can be shown in playback, so there must be a LO function to export those values. However I didn't find them in Export.lua under game installation folder.
okopanja Posted June 17, 2022 Posted June 17, 2022 The tacview file does not contain such data. I gather it calculates that from telemetry.
Guican Posted June 17, 2022 Author Posted June 17, 2022 3分钟前,okopanja说: The tacview file does not contain such data. I gather it calculates that from telemetry. U means Tacview telemetry stick control values in real-time while mission operating? Well that sounds make sense. So there is still no way to export stick control data?
okopanja Posted June 17, 2022 Posted June 17, 2022 Personally, I do not thing this is possible, but likely stick can be read outside of the DCS. You may wish to check what some of the LoGet... functions actually return: https://wiki.hoggitworld.com/view/DCS_Export_Script As for the tacview: even the hits and kills are not recorded in file format, they get figured out by tacview when you load mission file (hence that long loading times). I know this since I wrote a script to gather stats from GS server, by processing their acmi files. Despite the format supporting such events, tacview does not export it. So essentially whenever an object is marked as disappeared it figures out if the missile disappeared nearby.
danielqu Posted November 1, 2022 Posted November 1, 2022 @Guican Hi, did you find a way to export those values? I found out that tacview actually support these control values. https://www.tacview.net/documentation/acmi/en/ null
Guican Posted November 13, 2022 Author Posted November 13, 2022 @danielqu Thanks for reply and after that I did use tacview to export these data. But matching timeline was also a terrible thing.
Recommended Posts