LoSboccacc 15 Posted February 1, 2022 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 4 Share this post Link to post Share on other sites
Harzach 2516 Posted February 3, 2022 Amazing! Thank you for sharing this! 2 Share this post Link to post Share on other sites
LoSboccacc 15 Posted February 4, 2022 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
LoSboccacc 15 Posted February 4, 2022 should be fixed now let me know if you notice something weird Share this post Link to post Share on other sites