Jump to content

Recommended Posts

  • 2 weeks later...
Posted

I found out that "ka-50" is how it is written in the manual where it explains how to edit the file. I am guessing that is just how it is coded to look for the added file.

Posted

I learned that you can paste in the proper name of an airfield and still see blank slots in the ARK-22 list on the right side wall. This is because the airfields do not have any NDB's. Have to watch for that...

  • 3 months later...
Posted

A Little question :

 

Is it possible in the ARK.lua to directly assign a frequency number ?

 

For exemple :

 

[1] = 30 FM

 

If yes what would be the syntaxe please ?

  • 6 months later...
Posted

Hello,

 

Anyone know how is the code Kutaisi?

I found this:

[ADF_HOMER_FAR] = runway_homer(Airdrome[Kutaisi],nil, BEACON_TYPE_ILS_FAR_HOMER,localizedAirdromeName(terrainAirdromes[Kutaisi])),

but does not work.

 

According beacons.lua

Kutaisi is:

type = BEACON_TYPE_AIRPORT_HOMER_WITH_MARKER,

callsign = "ТИГ"

frequency = 477000.0,

position = coordinates ("N 42'10'27 .4 042'27'16E 254")

 

but do not know how to be the code.

forgive me if I said something wrong, but I do not speak English.

Thank you.

Posted

Hi,

 

You can try this:

 

mode = ADF_ADF

receiver_mode = ADF_RECEIVER_TLF

homer_selection_method = ADF_HOMER_SELECTION_AUTO

channel = 1

volume = 0.5

 

channels = {

[1] = {

[ADF_HOMER_FAR] = runway_homer(Airdrome[Kutaisi], nil, BEACON_TYPE_ILS_FAR_HOMER, localizedAirdromeName(terrainAirdromes[Kutaisi])),

[ADF_HOMER_NEAR] = airdrome_homer(Airdrome[Kutaisi], Airdrome[Kutaisi]["airdrome"][1], localizedAirdromeName(terrainAirdromes[Kutaisi]))

},

 

[2] = nil,

 

[3] = nil,

 

[4] = nil,

 

[5] = nil,

 

[6] = nil,

 

[7] = nil,

 

[8] = nil

 

}

  • Recently Browsing   0 members

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