I just had to update every single gate in the CYVR FSDreamTeam profile since the BGL has the "A" suffix set for each of them but GSX so far ignored them. Now it doesn't, so all the contents in the profile were ignored.
Which is why, together with the update, we ALSO released an updated for CYVR AND a GSX profile for it.
And note that, even if GSX didn't change anything, your custom profile would still have to be changed in any case, because in this CYVR update we also changed several parking spots in the .BGL itself for that precise reason: to add the missing suffixes we didn't had before.
Actually the point is that profile creators should get explicit information in advance about the upcoming change that will impact their work. With clear indication how they best adjust their profiles to avoid too much efforts.
That's not a change, it's a sorely needed bugfix, that
affected ONLY very specific cases:
- Airports with some parking spots with the "NONE" name which ALSO have other parking spots in the same airport named "Parking" which ALSO use the same numbers as the "None" ones.
- Airports with some parking spots using Suffixes at non-Gate location ( without a jetway )
As I already explained, in BOTH these cases, those parking spots were
UNEDITABLE before, because in the previous version, GSX considered these cases to be the same parking, and customizing one would affect the other, since changes would end up in the same .INI section.
This would result in a big mess if, for example, you changed a parameter in the "None 10" spot ( which was previously called AND saved in the .INI as "Parking 10" ), then went on changing another parameter in the actual "Parking 10", so your "Parking 10" section in the .INI would contain a mix-up between parameters belonging to both spots. And the same was for suffixes.
I'll try to make it even more clear: before, if you had the following parking spots in an airport .BGL:
"None 23"
"Parking 23"
"Parking 23A"
"Parking 23B"
Editing ANY of these parking spots would result ALL changes being saved in the SAME .INI section:
[Parking 23]
Because the previous version translated "None" into "Parking" ( conflicting with the real "Parking" spot ) and didn't support suffixes for non-gate spots, so all 23s were treated as the same spot.
After this absolutely required fix, the same situation now results in the following .INI sections being used:
[None 23]
[Parking 23]
[Parking 23A]
[Parking 23B]
This way all parking would be correctly differentiated as they should have been.
That's why it's just wrong saying this bugfix should have been announced in advance, it's a bugfix NOT a "change", it's how GSX was always supposed to work and
if anybody tried to edit those kind of parking configurations before, his .INI file was likely already messed up by containing a mix-up of data belonging to different parking spot in a single section.