• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    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.

"Solved " Error Unable to Compile Package

Messages
71
Country
us-california
I mistakenly changed one of the names of the airport I'm working on in the inspector listing. I tied to put all back, it does not see the output path. Tied to change it several times no luck. Since I am not that proficient at this yet not sure what went wrong. Finished the airport and all I would like to do is create the package for MS2020.Is there a way to reset the airport? or the info correctly. Photos might give a clue to what I am missing..........................
Appreciate so insight Thanks.
 

Attachments

  • FlightSimulator_ivim36lig1.png
    FlightSimulator_ivim36lig1.png
    504.3 KB · Views: 245
  • FlightSimulator_B4Ta0zC7Ep.jpg
    FlightSimulator_B4Ta0zC7Ep.jpg
    385.9 KB · Views: 187
guessing -

Should the xml not have spaces? MRY SCN.xml?

sample has

<AssetGroup Name="myairport">
<Type>BGL</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\data\</AssetDir>
<OutputDir>scenery\mycompany\</OutputDir>
</AssetGroup>


scenery\mycompany - one of your errors is output path does not exist.

edit:

sample has quotes around values - error record does not

<?xml version="1.0"?>
<FSData version="9.0">
<Airport country="TT:AIRPORT.MYNN.country" city="TT:AIRPORT.MYNN.city" name="TT:AIRPORT.MYNN.name" ident="MYNN" lat="25.03315828248019" lon="-77.45777558198010" alt="3.95300109890510" magvar="0.000000" trafficScalar="1.000000" airportTestRadius="2000.00000000000000">
<TaxiName index="0" name=""/>
<Runway lat="25.035986003223783" lon="-77.46942558230664" alt="13.500000431999998F" surface="{B037EA38-EDF8-4AE5-B41B-2CA423ADA3EF}" heading="89.64241865029217" length="8298.268573522495F" width="153.72075008823222F" number="10" designator="NONE" patternAltitude="1000F" primaryTakeoff="YES" primaryLanding="YES" secondaryTakeoff="YES" secondaryLanding="YES" primaryPattern="LEFT" secondaryPattern="LEFT">
 
Last edited:
As I mentioned in my post, I have tried to change the output path in the asset editor no luck ??. Not sure which file you are referencing here.

Is there a way to reset the scenery info with Build Package or Clean package method? Don't want to loose all my work if possible .

Not sure why there are no "" in the error message
 
Zip the airport.xml and attach it, and someone can debug it. Otherwise everyone just guesses what is wrong. Getting rid of all spaces in the name and path is a good hint though...
 
Problem solved ,deleted the airport file created a new one and it works now with minimal rework.
 
Back
Top