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.
Hi Klaus, where did You change the name? Do You mean the name od the airport in the XML file or the name in your project perhaps? I do all these kind of changes in the xml file outside the scenery editor because it's faster. The name that's displayed in the search result in the main menue of MSFS where you decide what's your source and destination can always be changed through the airport statement in the XML file. What cannot be changed is the ident (ICAO code) of the airport because that's the inique identifier for MSFS. This is double checked by the simulator logic. It's even checking if the stock position is devating from the new lon/lat value and is digarding any changes for this airport outside a certain value range. Regards GuidoHi,
some days ago i started with a new project (SDK v12.0) and did a replacemant airport. I renamed it in the project but the sim shows always the old name of the airport.
Any ideas?
Thanks Klaus
Moin Moin (Hi in northern Germany) thanks for checking. But what do i use for the title for the File at Flightsim.to? The real Name or the Asobo Name? So many decisions.
Die Meisten nehmen "Airport name (ICAO)" aber schau Dir einfach mal ein par an und dann mach es wie Du magst. Man sollte nur erkennen können, was es ist...

But changing this file (I have a similar problem: LICU is Helipad Ustica Icao and not Guido Bosio Airstirp), is there no ctd risk?I also was trying to figure out how to rename an existing airport because one that I'm working on has a typo in the name. I found that if you go to where your "Packages" folder is, open the "Official" folder, there is a folder in there called "Steam". I don't know if this is correct for the Microsoft store version, but I would guess so. Open the "Steam" folder and find the folder named "fs-base". Inside the "fs-base" folder should be a couple .locPak files for various languages. Open whatever file is your language, for example en-US.locPak, in a text editor. Inside is, I believe, all of the airports in the sim and their names, locations, etc. If you search for and change the name of the airport it will update the name in the sim menu. Unfortunately this is the only way I've found and isn't easy for most people just downloading scenery who won't want to modify files.
There might be. I haven't tried testing for a ctd specifically. Maybe if you misspell one of the properties for the airport name. For example, typing LICU.city as LICU.ciyt. I'm guessing it would either crash or just not display that information.But changing this file (I have a similar problem: LICU is Helipad Ustica Icao and not Guido Bosio Airstirp), is there no ctd risk?

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Airport Design Editor (ADE) on 5/16/2021 -->
<!-- Altrered by Richard Ludowise on 5/16/2021 -->
<FSData
version="9.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<DeleteNavigation
deleteAllWaypoints="FALSE"
deleteAllVORs="FALSE"
deleteAllNDBs="FALSE"
deleteAllTerminalWaypoints="FALSE"
deleteAllTerminalNDBs="FALSE"
deleteAllILSs="FALSE"
deleteAllApproaches="FALSE"
deleteAllDepartures="FALSE"
deleteAllArrivals="FALSE"
deleteAllFrequencies="FALSE"
/>
<!-- Close C59 -->
<Airport
state="Wisconsin"
city="Delavan"
name="Lake Lawn"
lat="42.6341250166297"
lon="-88.6011305451393"
alt="296.57M"
magvar="2"
trafficScalar="0.7"
airportTestRadius="5000.0M"
altType="GEOID"
isOnTIN="FALSE"
onlyAddIfReplace="FALSE"
applyFlatten="FALSE"
starAirport="FALSE"
closed="TRUE"
groundMergingTransfertBright="0"
groundMergingTransfertDark="0"
ident="C59"
>
<DeleteAirport
deleteAllApproaches="TRUE"
deleteAllRunways="TRUE"
deleteAllStarts="TRUE"
deleteAllHelipads="TRUE"
deleteAllFrequencies="TRUE"
deleteAllTaxiways="TRUE"
deleteAllAprons="TRUE"
deleteAllApronLights="TRUE"
deleteAllControlTowers="TRUE"
deleteAllJetways="TRUE"
deleteAllBoundaryFences="TRUE"
deleteAllBlastFences="TRUE"
deleteAllArrivals="TRUE"
deleteAllDepartures="TRUE"
deleteAllILSs="TRUE"
deleteAllLightSupports="TRUE"
deleteAllTerminalNDBs="TRUE"
deleteAllPaintedElements="TRUE"
deleteAllTaxiwaySigns="TRUE"
deleteAllTerminalWaypoints="TRUE"
/>
</Airport>
<!-- Create QC59 -->
<Airport
country="United States of America"
state="Wisconsin"
city="Delavan"
name="Rhumbaflappy International Airport"
lat="42.6341250166297"
lon="-88.6011305451393"
alt="296.57M"
magvar="2"
trafficScalar="0.7"
airportTestRadius="5000.0M"
altType="GEOID"
isOnTIN="FALSE"
onlyAddIfReplace="FALSE"
applyFlatten="FALSE"
starAirport="FALSE"
closed="FALSE"
groundMergingTransfertBright="0"
groundMergingTransfertDark="0"
ident="qC59"
>
<!-- and so on..... -->

Hi,I don't think the above ( altering lokPak files) would work at all. Here's what we can do:
There are very few identifiers in the default MSFS (or the real world), that start with Q. And the xml code for airports can have up to 5 characters. So If I want to rename Lake Lawn Airport as Rhumbaflappy International Airport, I can do so if I first mark C59 as 'Closed', and then create QC59, at the same location.
XML:<?xml version="1.0" encoding="ISO-8859-1"?> <!-- Created by Airport Design Editor (ADE) on 5/16/2021 --> <!-- Altrered by Richard Ludowise on 5/16/2021 --> <FSData version="9.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="bglcomp.xsd"> <DeleteNavigation deleteAllWaypoints="FALSE" deleteAllVORs="FALSE" deleteAllNDBs="FALSE" deleteAllTerminalWaypoints="FALSE" deleteAllTerminalNDBs="FALSE" deleteAllILSs="FALSE" deleteAllApproaches="FALSE" deleteAllDepartures="FALSE" deleteAllArrivals="FALSE" deleteAllFrequencies="FALSE" /> <!-- Close C59 --> <Airport state="Wisconsin" city="Delavan" name="Lake Lawn" lat="42.6341250166297" lon="-88.6011305451393" alt="296.57M" magvar="2" trafficScalar="0.7" airportTestRadius="5000.0M" altType="GEOID" isOnTIN="FALSE" onlyAddIfReplace="FALSE" applyFlatten="FALSE" starAirport="FALSE" closed="TRUE" groundMergingTransfertBright="0" groundMergingTransfertDark="0" ident="C59" > <DeleteAirport deleteAllApproaches="TRUE" deleteAllRunways="TRUE" deleteAllStarts="TRUE" deleteAllHelipads="TRUE" deleteAllFrequencies="TRUE" deleteAllTaxiways="TRUE" deleteAllAprons="TRUE" deleteAllApronLights="TRUE" deleteAllControlTowers="TRUE" deleteAllJetways="TRUE" deleteAllBoundaryFences="TRUE" deleteAllBlastFences="TRUE" deleteAllArrivals="TRUE" deleteAllDepartures="TRUE" deleteAllILSs="TRUE" deleteAllLightSupports="TRUE" deleteAllTerminalNDBs="TRUE" deleteAllPaintedElements="TRUE" deleteAllTaxiwaySigns="TRUE" deleteAllTerminalWaypoints="TRUE" /> </Airport> <!-- Create QC59 --> <Airport country="United States of America" state="Wisconsin" city="Delavan" name="Rhumbaflappy International Airport" lat="42.6341250166297" lon="-88.6011305451393" alt="296.57M" magvar="2" trafficScalar="0.7" airportTestRadius="5000.0M" altType="GEOID" isOnTIN="FALSE" onlyAddIfReplace="FALSE" applyFlatten="FALSE" starAirport="FALSE" closed="FALSE" groundMergingTransfertBright="0" groundMergingTransfertDark="0" ident="qC59" > <!-- and so on..... -->