Dogs Of War Vu

Network of Friends => Tacview => Topic started by: tomekldc on January 12, 2021, 08:21:44 AM

Title: Documentation Tacview Add-on
Post by: tomekldc on January 12, 2021, 08:21:44 AM
Hi,

I'm looking into developing my own add-on for Tacview.
I can't find a proper documentation with all the properties / values I can extract from Tacview.

As for now my knowledge is based on the several add-ons already made by Tacview and this website.


Moreover I have some issue with the results of some SDK methods.
For instance, when I try to access the value of the the fuel, the radar mode, etc - it shows "0.0".
Code: [Select]
Telemetry.GetObjectsNumericPropertyIndex("Fuel", false)Another example leads to a nil value
Code: [Select]
Telemetry.GetCurrentAngleOfAttack(ObjFocus)
I suspect some of the methods in the current Add-ons in Tacview are expired.
Title: Re: Documentation Tacview Add-on
Post by: BuzyBee on January 12, 2021, 04:26:15 PM
Hi,

You can find SDK documentation here: C:\Program Files (x86)\Tacview\AddOns\

I can confirm there are no expired methods. Fuel and radar lock are only available in some aircraft. Please share your code here or to support@tacview.net and I can help you.