- Messages
- 154
- Country
Damn XML header ! The .NET framework is adding Encoding markers even if I tell him not to do so.
Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.
I did a quick test and the size attribute is correct (SIZE5). What stock airport are you using ?<TaxiwaySign lat="-45.0182923302054" lon="168.741922080517" heading="71.499" label="r23-05l[C]" justification="RIGHT" size="5" />
This should read>
<TaxiwaySign lat="-45.0182923302054" lon="168.741922080517" heading="71.499" label="r23-05l[C]" justification="RIGHT" size="SIZE5" />
Glad it helped!
The Comm option is not available...yet. Now if you give me the name (and path) of one airport that could be used as a test airport, I'll be glad to implement the Comms
I believe they are decompiled for the airport. From A2P:So, if I'm not mistaken, in this latest version (1.0.0.17) the communication frequencies are not detected. With BGLViewer 2.0.0.13, on the other hand, the communication frequencies are detected correctly.
I ask @Patrick Germain if it was possible to integrate this possibility into Airport2Project?
The communication frequencies are found in the NAXxxxxx.bgl file as in this location of my version of MSFS_STORE:
H: \ MSFS_2020 \ Official \ OneStore \ fs-base-nav \ scenery \ 0702 \ NAXxxxxx.bgl
(The fs-base-nav file, can also be found from C: \ Users \ User \ AppData \ Local \ Packages \ Microsoft.FlightSimulator_8wekyb3d8bbwe \ LocalCache \ Content.xml)
<?xml version="1.0"?>
<FSData version="9.0">
<Airport region="" country="" name="KORD" ident="KORD" lat="41.9766277447343" lon="-87.907252907753" alt="201.282" magvar="0.000" trafficScalar="1.000000" airportTestRadius="10000.00000000000000" applyFlatten="FALSE" isOnTIN="FALSE">
<Com frequency="119.000" type="APPROACH" name="CHICAGO" />
<Com frequency="124.350" type="APPROACH" name="CHICAGO" />
<Com frequency="125.700" type="APPROACH" name="CHICAGO" />
<Com frequency="133.625" type="APPROACH" name="CHICAGO" />
<Com frequency="135.400" type="ATIS" name="KORD" />
<Com frequency="119.250" type="CLEARANCE" name="O HARE" />
<Com frequency="121.600" type="CLEARANCE" name="O HARE" />
<Com frequency="119.250" type="CLEARANCE_PRE_TAXI" name="O HARE" />
<Com frequency="121.600" type="CLEARANCE_PRE_TAXI" name="CHICAGO O'HARE INTL" />
<Com frequency="125.000" type="DEPARTURE" name="CHICAGO" />
<Com frequency="126.625" type="DEPARTURE" name="CHICAGO" />
<Com frequency="118.050" type="GROUND" name="O HARE SOUTH" />
<Com frequency="121.750" type="GROUND" name="O HARE" />
<Com frequency="121.900" type="GROUND" name="O HARE" />
<Com frequency="124.125" type="GROUND" name="O HARE NORTH" />
<Com frequency="134.150" type="GROUND" name="O HARE" />
<Com frequency="121.675" type="GROUND" name="O HARE METERING" />
<Com frequency="120.750" type="TOWER" name="O HARE" />
<Com frequency="121.150" type="TOWER" name="O HARE" />
<Com frequency="126.900" type="TOWER" name="O HARE" />
<Com frequency="127.925" type="TOWER" name="O HARE" />
<Com frequency="128.150" type="TOWER" name="O HARE NORTH" />
<Com frequency="132.700" type="TOWER" name="O HARE" />
<Com frequency="133.000" type="TOWER" name="O HARE SOUTH" />
<Com frequency="122.950" type="UNICOM" name="CHICAGO O'HARE INTL" />
Very interesting ... I am working on OJAM (APX57200.bgl) in the folder H: \ MSFS_2020 \ Official \ OneStore \ fs-base \ scenery \ 0702 and I have not found \ COMI believe they are decompiled for the airport. From A2P:
@rhumbaflappy : Hi Dick, could this example show as well a way to "kill" closed airports in MSFS, like EDDT that is full alive in the sim?There are lots of Spanish airports that are mislabeled in MSFS. MSFS uses the ICAO as the airport identifier, but it only allows 5 alpha-numeric characters for the ID ("-" is not allowed"), so on 2 counts, they do not use ES-0218. At least this was the case a few updates ago.
What they have done, is simply made up an unused ICAO for the airport. You cannot use ES-0218 as that is not allowed in the sim's compiler. You could use E0218 or S0218.
The aerial imagery of ES-0218 clearly shows 2 runways, so Asobo's computer-generated AI placed 2 runways.
Attached is an example of closing LEBM, and opening E2018.
<Airport country="TT:AIRPORTEK.EDDI.country" city="TT:AIRPORTEK.EDDI.city" name="TT:AIRPORTEK.EDDI.name" lat="52.47301954776049" lon="13.403668105602264" alt="167.0F" magvar="358" ident="EDDI" trafficScalar="0.69803923" isOnTIN="TRUE" onlyAddIfReplace="FALSE" applyFlatten="FALSE" starAirport="FALSE" closed="TRUE">
Thanks a lot Dick, after a snack I detected this flag as well. I've just tried it for Tegel and it worked. First I likely misunderstood the flags used in ADE that did not seem to work and got the right track after looking closer into Patrick's Wiki, comparing the described data with ADE's Raw Data View.Using msfsbglxml.exe on APX51139, I see this (and Patrick should look into this):
XML:<Airport country="TT:AIRPORTEK.EDDI.country" city="TT:AIRPORTEK.EDDI.city" name="TT:AIRPORTEK.EDDI.name" lat="52.47301954776049" lon="13.403668105602264" alt="167.0F" magvar="358" ident="EDDI" trafficScalar="0.69803923" isOnTIN="TRUE" onlyAddIfReplace="FALSE" applyFlatten="FALSE" starAirport="FALSE" closed="TRUE">
closed="TRUE"
So this is how Asobo closed that airport. They didn't close EDDT, but seemed to have simplified it a lot. It needs everything closed or deleted and the heliport pads added, I think. But the airport itself would stay open for the helicopters.
It's good to have 2 people working on decompilation, as one might find something the other doesn't find or add:
View attachment 80667