BaD CrC Posted February 11, 2013 Posted February 11, 2013 Yep. Not only this but even the path to ark.lua in the DCS World directory does not match the one to add in the .miz file. But anyway, it works perfectly. Tried this last week with my squad mates and everybody started with a nice working ADF without the need to fiddle around the .lua files. This is great. https://www.blacksharkden.com http://discord.gg/blacksharkden
JG14_Smil Posted February 20, 2013 Author Posted February 20, 2013 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.
JG14_Smil Posted February 24, 2013 Author Posted February 24, 2013 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...
Lib Posted June 14, 2013 Posted June 14, 2013 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 ?
emta Posted January 6, 2014 Posted January 6, 2014 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.
Puddlemonkey Posted January 7, 2014 Posted January 7, 2014 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 }
Recommended Posts