Jump to content
LoSboccacc

TacView Exporter [Alpha]

Recommended Posts

link https://steamcommunity.com/sharedfiles/filedetails/?id=2739041219

 

currently logged: infanty, vehicles, planes, helis, bullets, shells, missiles

 

 

all gets thrown into the rpt file, so you are going to need to clean up the file before feeding it into tac view.

 

this is done in three steps:

 

1) run this replace regex on the file (i.e. notepad++) 

regex: ^.*"TACVIEW (.*)"|.*((?!TACVIEW).).*$  

replacement: $1

 

2) remove all blank lines

 

3) if you ran multiple missions, split the files into one for each mission, using this the start marker:

FileType=text/acmi/tacview

 

 

 

  • Like 4

Share this post


Link to post
Share on other sites

Last version introduced some wobbliness to bullet traces, just a fyi I'm aware of the issue and testing a fix rn.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×