Jump to content

Recommended Posts

Posted

Hi dear community,

I have recently started tinkering around adding RSBN data into Marianas scenery for the loved Mig 21. 

I have added the "Marinas" scenery to the R_NAV_data.lua Maps_Table list. For testing purposes, I have copied one of the existent R_NAV_data_[scenarios].lua with the Andersen values for 06L for "RSBN_data_Marianas"

{
        airbase = 'Andersen',   -- 1
        lat = 13.58035,
        long = 144.91567,
        alt = 531,--
        rwy = 066,--
        length = 8500,
        code = '-- .- -. ' --/N/ MAN_
    },

 

And for ARK secto 1 I, channel 1

country = 'GUAM', --1 / absolute 1
        freq = 999,
        lat = 13.58035,
        long = 144.91567,
        location = 'Andersen', --
        code = '.-.. -.-- .- ' --/N/ LYA_

 

As you can Imaging, this doesn't work. I would like to know if anybody can provide some advise how can it make it work.

 

Cheers!

  • Thanks 1
Posted

You misspelled the name which you put into R_NAV_data.lua, you wrote "Marinas" instead of "Marianas" 😉

Anyway, check my example file, how the content of the actual rsbn file should be done (I didn't include ARC, just RSBN).

R_NAV_data_Marianas.txt

Don't forget to add a comma after last name inside of the Maps_Table, and then add Marianas at the end, so it should look like this:

Maps_Table = {
	"Caucasus",
	"Nevada",
	"Normandy",
	"PersianGulf",
	"TheChannel",
	"SinaiMap",
	"Syria",
	"Kola",
	"GermanyCW",
	"Marianas"
}

 

Posted

@skywalker22 May The force be with you, mate,

It works! Although the Theatre name has to be "MarianaIslands". Or at least, after many changes on the files,  it is finally working using that name. Maybe it has nothing to do... but It is working for me.

Just in case some pilot fancy landing on 06L in Andersen, can also use my attached files.

 

Once again, many thanks!

Cheers.

R_NAV_data_MarianaIslands.lua R_NAV_data.lua

  • Recently Browsing   0 members

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