ASW Posted November 22, 2023 Posted November 22, 2023 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
DragonSoulkin Posted December 20, 2023 Posted December 20, 2023 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.
Rudel_chw Posted November 23, 2024 Posted November 23, 2024 On 11/22/2023 at 5:05 AM, ASW said: What is my mistake? Probably you already figured this out, but the error is on the name of the table, it should be "RSBN_data_SinaiMap" ... and the file should be named "R_NAV_data_SinaiMap.lua" For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
Recommended Posts