Jump to content

Handmade RSBN question to developers


ASW

Recommended Posts

I made one RSBN and one ADF for the Sinai map. Issues an error and throws it out of the game.
What is my mistake?

I added "Sinai" after "Syria" in R_NAV_data.lua and created R_NAV_data_Sinai.lua.
Here is the text from R_NAV_data_Sinai.lua.

RSBN_data_Sinai = {

map_location = 'NE',

{
airbase = 'Cairo West', -- 1
lat = 30.09305,
long = 30.89972,
alt = 134,--139
rwy = 167,--
length = 3446,
code = '.- -. .- ' --/N/ Ana_
},

--[[ /N/ EXAMPLE of custom station
{
airbase = 'My Airbase or My station', --17
lat = 41.99215,
long = 42.20137,
alt = 100,
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_Sinai = {

map_location = 'NE',

--/N/ EGYPT - ARK sector 1 I, channels 1 - 9
{
country = 'EGY', --1 / absolute 1
freq = 340,
lat = 29.81111,
long = 30.83027,
location = 'TT99',
code = '-.-- .-. -.... ...-- ' --/N/ TT99_
},

}

need_to_be_closed = true

GreyCat_SPb

Link to comment
Share on other sites

  • 4 weeks later...

I was wondering the same thing. I tried making this a few weeks ago and got absolutely nothing. I'm also trying to add beacons to the Rnav lua for Caucasus but my direction and distance are waaaaaaay off and I'm not getting the morse code for any of the beacons I made except for one which is still 200+km off. Double checked coordinates and they're correct as far as I can tell.

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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