PMS50 GNS530 mod

You can add them from LNM and then load you flight plan from the game world map.

Thank you :slight_smile:

I had all but stopped using the WORLD MAP, since the GNS can load its FPs from its own stored list of Fps.

I can live without User WPs, till Asobo fixes the issue.

Enough distraction ā€¦ time to go check out the new ā€œSaving settingsā€ :slight_smile:

1 Like

I have been unable to make the METARs work. Attached is my config.json file, which lives in users\me\AppData\Roaming\Microsoft Flight Simulator\Packages\Community\pms50-gns530-data\Config\pms50-gns530

OK, nvm, .json files arenā€™t allowed as attachments, so here it is copied and pasted:

{
ā€œweather_radarā€: ā€œoffā€,
ā€œweather_legendā€: ā€œonā€
}

ā€œweather_radarā€: ā€œonā€
ā€œweather_legendā€: ā€œonā€
ā€œmetar_avwx_tokenā€: ā€œS18nn5_ZjIWOpABunchOfOtherRandomStuffWyvsoā€

Can you load a flightplan like that and then have it used as a filed IFR plan by the default ATC? I usually use pilot2ATC, but with VR, a brand new Piper Seminole, and an updated GNS530, I figured that was enough new things to try to tackle at the same time without further complicating it, so Iā€™ve been using the default ATC for the time beingā€¦

Where are the GPs ā€œuser settingā€ saved , if they are altered by the Nav menus options.

Also, why different Nav menus , have different lists of setting.

Is this how the RW GPS is ?

As a User, it would seem to be a lot easier to have the same set of Options presented, whichever Nav menu you were in, rather than having to remember which Nav menu, each different (or same) Options are in.

both these need a COMMA at the end

(I made the similar editing error as well !!)

ie

ā€œweather_radarā€: ā€œonā€,
ā€œweather_legendā€: ā€œon",
ā€œmetar_avwx_tokenā€: ā€œS18nn5_ZjI___________________Wyvsoā€

Think of it as a list

item 1, item 2, item 3

The last one does not need a comma as there is no item 4

Note: You might want to go and edit your Post to change your KEY, or eveyone will be using it !!!

So just the comma, not the stars?

yes, stupid Forum did not allow me to format, and make the commas BOLD !!

OK, edit made, off to give it a shot! Thanks. If it actually works, double thanks!!

Done! Thanks againā€¦

Nav pages are different each other so they have specific menus and options.
The purpose of the saved settings is to retrieve the state of some nav pages as you left them when leaving the game (ie: if you choose to display data part in the second Nav page, this will be displayed again when you start a new flight).
Today we save the NorthUp/TrackUp state of NAV1 and NAV2 pages (independantly), the data display option of NAV2 page and the Channel spacing on AUX1 page.

1 Like

Any luck? I canā€™t get them to work either. I have the two commas in there.

When I tested this, it worked very well ā€¦ :+1:

It seems that the state is saved the moment you change one, because if you change any, and then X out (or maybe even CTD), the changed state is there next time you start MSFS.

So, in effect, the state changes get saved immediately ā€“ which is very good newsā€¦

(Please correct me if Iā€™m wrong )

No, it didnā€™t work. I put in the commas, still no METARs. But occasionally it acts like itā€™s trying (and by that I mean it takes a few seconds, itā€™s not instantaneous), but no positive results.

Maybe the config.json needs to be in the regular mod location, not in the semi-permanent one? Just thinking out loud, but Iā€™m no programmer, so I could be full of (a) bed of roses.

Iā€™m also not sure the weather radar is working, but Iā€™m more concerned with the METAR stuff at this point, once thatā€™s fixed I can work on the radar. It was an option on the PA44, so Iā€™m not breaking my own ā€œmust be as real as real lifeā€ rule by using it in that plane, but itā€™s also not storm season.

I can get nexrad, but not the ā€œrealā€ weather radar.

I have mine in the 2nd DATA Mod, and it works fine.

Obviously, by having it there, I donā€™t have to keep editing a new versionā€™s config.json file, with each new version of the GNS530 Mod.

Seen this too. Manual input of waypoints seems to be buggy, with some waypoints causing more trouble than others. Also noticed that as you approach one full page things start getting touchy, entering waypoints at that point sometimes even causes complete loss of the flightplan, which is a very unfortunate bug. Iā€™ve solved this by entering waypoints as I progress through flight. I suspect the base sim is at fault here. This needs to grow way more solid to turn into a meaningful tool, otherwise it becomes a source of frustration.

1 Like

You should have a file named config.json in the Community\pms50-gns530-data\Config\pms50-gns530 folder.
This file should contain this:

{
  "weather_radar": "on",
  "weather_legend": "on",
  "metar_avwx_token": "YOUR AVWX TOKEN HERE"
}

Please respect the syntax exactly (commas particularly) and set your own token.

2 Likes

Could you try to reproduce the issue?
Thank you to read the bug reporting part of the readme file if you have an issue. I need the requested information in order to help.

OK, for some reason (probably my fault), I had it in another subdirectory of the one you indicated, and also had the syntax slightly off. Iā€™ve changed both and weā€™ll see if I got it right this time.

Thank you!