Jump to content

Script to list TACAN station details


Tic-Tac

Recommended Posts

There is nothing built-in that I know of for this. If you wanted to comment the require nullification in /Scripts/MissionScripting.lua, you can read the file from the drive:

dofile("./Mods/terrains/Nevada/Beacons.lua")
local stations = {}
for _, data in pairs(beacons) do
   table.insert(stations, data)
 end
end

You would end up with all of the available TACAN information from that file in a stations table.

  • Like 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...