Hi,
I am trying to modify the FSX radar to show the aircraft heading and squawk in the label of the aircraft. I don't know any of the variables although I think
is close to what I need to use but I am not sure where and how to get this into the radarscreen.xml file.
I would also like to be able to get the Names for the VORs and NDBs
Any help would be gratefully appreciated.
Alec
I am trying to modify the FSX radar to show the aircraft heading and squawk in the label of the aircraft. I don't know any of the variables although I think
Code:
//Heading
%((C:ITrafficInfo:S:PLANE HEADING DEGREES MAGNETIC, degrees) )%!d! MAG
//Squawk
%((C:ITrafficInfo:S:TRANSPONDER CODE, number) )%!04d!
I would also like to be able to get the Names for the VORs and NDBs
Any help would be gratefully appreciated.
Alec

