Jump to content

I created a R_NAV_data_Afghanistan.lua. What's wrong with it?


Recommended Posts

Posted

I created a file and put it in a folder C:\Program Files\Eagle Dynamics\DCS World\Mods\aircraft\MIG-21bis\Cockpit\Systems

aybe I need to add something else to another file? I tried adding "Afghanistan" to the R_NAV_data file, but DCS gave me an error.be I need to add something else to another file? I tried adding "Afghanistan" to the R_NAV_data file, but DCS gave me an error.

Maybe I need to add something else to another file? I tried adding "Afghanistan" to the R_NAV_data file, but DCS gave me an error.

 

--/N/ updated 30. JULY 2025.

RSBN_data_Afghanistan = {

    map_location = 'NE',

    -- 
    {
        airbase = 'KABUL', -- 01
        lat =    34.56583    ,    
        long =     69.20583    ,    
        alt =    1789    ,--    
        rwy =    29    ,--    
        length =    3167    ,    
        code = '--- -.- -... ' --/N/ OKB_
    },
    
       
    
    --[[ /N/ EXAMPLE of custom station -- 27
    {
        airbase = 'My Airbase or My station', --17
        lat = 41.99215, 
        long    = 42.20137,
        alt = 100, -- altitude in meters as in ME, add 1-2 for antenae altitude on airport, or 10-15 in hilly or city areas for better signals reception
        rwy = 44, --makes sense if the station is near the runway
        length = 3000, --makes sense if the station is near the runway
        code = '.- -... - ' --/N/ Abt_ Morse signals should be separated by an empty space + one empty space at the end of the sequence 
    },    
    
    ]]

}


ARK_data_Afghanistan = {

    map_location = 'NE',

        --/N/ Afghanistan - ARK sector 1 I, channels 1 - 9
        
    {   -- 1:
        country = 'Afghanistan', --     
        freq =    273.00    ,    
        lat =     33.90528    ,    
        long =    70.072222    ,--    
        location = 'Parachinar',--    
        code = '.--. -.-. ' --/N/  PC
    },
    
}

need_to_be_closed = true

GreyCat_SPb

 

  • Recently Browsing   0 members

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