How To Enable TacView support

I know many of you do not have TacView, but for those times when we fly together in BoS and if you want to help me, please enable TacView support.
Without this little fix a BoS recording will not be able to get analysed by TacViww

http://dogsofwarvu.com/forum/index.php/topic,5055.0.html

Native Support for IL-2 Sturmovik

IL-2 Sturmovik can now record native Tacview telemetry files. All you must do, is to manually enable Tacview data recording in IL-2 configuration file:

Open \IL-2 Sturmovik Battle of Stalingrad\data\startup.cfg and make sure that tacviewrecord = 1. It should look like this:

Code: [Select]
[KEY = track_record]
fx_sound = 2
record_graphics_effect = 1
record_ground_vehicles = 1
tacviewrecord = 1
[END]

Now, every time you will press LCtrl+R during a flight, IL-2 will record Tacview data. Your flights will be recorded in \IL-2 Sturmovik Battle of Stalingrad\data\Tracks*.acmi

What about online games?

It all depends on the server setting. It has to allow TacView recordings.

Please check your TacView setting after patching :wink:

Added to track-record file. BTW the section had a different name in my startup cfg file.

[KEY = track_record]
fx_sound = 2
record_graphics_effect = 1
record_ground_vehicles = 1
tacviewrecord = 1 (line of text I added)
[END]