TacView Exporter

If you liked this item, please rate it up on Steam Workshop page.

Author: LoSboccacc

Last revision: 4 Feb, 2022 at 12:49 UTC

File size: 29.7 KB

On Steam Workshop

Description:

Very early prototype of a tacview exporter. Data is logged in the RPT file.

Logs infantry, planes, vehicle movement and track all weapons fired, except bullets that have a rate limit and are logged at most every third of a second per each unit.

As such, it *will* impact your mission performance, especially with lot of active combat happening – it’s mostly intended to log small scale air combat, but watching a whole mission unfold is still fun.

Sample combined arm mission export: https://www.dropbox.com/s/m6vvdszb59l4tvp/tview.acmi?dl=1

Logging to a custom file is beyond my knowledge. For now, open your rpt and filter the tacview data with this regex :

^.*"TACVIEW (.*)"|^.*rn

replacement:

$1

Make sure only one mission is logged in the file! You can check this header, which is logged at every mission start, and split the log across multiple files as needed:

FileType=text/acmi/tacview