• 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.

Excluding problem

Messages
38
Hi!
I have a problem with an airport. I want to exclude this fsx airport and its elevation. The elevation is totaly wrong.
Attached an image how it looks now and the kml tags and there order. Who can help me?
 

Attachments

  • 2.gif
    2.gif
    4.1 KB · Views: 692
  • 1.gif
    1.gif
    20.6 KB · Views: 669
I had tryed to remove the whole airport but I would be happy if I can correct the elevation in a first step. The wrong elevation comes from global2008, but without this mesh the whole island is nearly flat.
I have read many threads but no method works with this stupid airport (FTV)...
 
Hello

Try to find many posts about this subject (especially in SBuilder topic).

In short, you need:
1- a "dummy" bgl to get rid of existing airport data (placed in World\Scenery)
2- a new "terrain" bgl (placed in your Scenery folder)containing (together):
* 1 polygon with AB exclude to delete old AB
* new polygon(s) for AB flatten (with correct elevation), exclude autogen, grass strip, ...
* sometimes: polys to exclude old roads, rivers, ... and lines for new roads, rivers, ...
3- a new Afcad bgl file, with correct elevation (in your Scenery folder)

Pierrot - FMEP
 
Thank you Pierrot!
The dummy.bgl could created wit notepad for example (txt-file renamed) or must this one a working bgl?
 
Last edited:
Hello

This file is created from the airport default bgl.
I take example of FMMC in Madagascar, I need to change.
(folder: scenery\0704\scenery)
I open the APX60390.bgl file with free SDE tool

I select the FMMC section:

==========================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Scenery Design Engine (SDE) on 20/10/2007 -->
<FSData
version="9.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<Airport
country="Madagascar"
city="Malaimbandy"
name="Malaimbandy"
lat="-20.3499999269843"
lon="45.549999922514"
alt="181.965M"
magvar="16"
trafficScalar="0.7"
airportTestRadius="5000.0M"
ident="FMMC"
>
<Tower
lat="-20.347464568913"
lon="45.5559432506561"
alt="16.459M">
</Tower>
<Services>
</Services>
<Runway
lat="-20.3499999269843"
lon="45.549999922514"
alt="181.965M"
surface="SAND"
heading="65"
length="1195.12M"
width="29.87M"
number="08"
designator="NONE"
patternAltitude="304.8M"
primaryTakeoff="YES"
primaryLanding="YES"
primaryPattern="LEFT"
secondaryTakeoff="YES"
secondaryLanding="YES"
secondaryPattern="LEFT">
<Markings
alternateThreshold="FALSE"
alternateTouchdown="FALSE"
alternateFixedDistance="FALSE"
alternatePrecision="FALSE"
leadingZeroIdent="FALSE"
noThresholdEndArrows="FALSE"
edges="FALSE"
threshold="FALSE"
fixedDistance="FALSE"
touchdown="FALSE"
dashes="FALSE"
ident="FALSE"
precision="FALSE"
edgePavement="FALSE"
singleEnd="FALSE"
primaryClosed="FALSE"
secondaryClosed="FALSE"
primaryStol="FALSE"
secondaryStol="FALSE"/>
<Lights
center="NONE"
edge="NONE"
centerRed="FALSE"/>
</Runway>
<Start
type="RUNWAY"
lat="-20.352197997272"
lon="45.5449815094471"
alt="181.965M"
heading="65"
number="08"
designator="NONE"/>
<Start
type="RUNWAY"
lat="-20.3478021919727"
lon="45.5550187826157"
alt="181.965M"
heading="245"
number="26"
designator="NONE"/>
</Airport>
</FSData>
==========================================

Save as FMMC.xml file; close SDE

I edit the code (Notepad++) to keep only following section:

==========================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Scenery Design Engine (SDE) on 20/10/2007 -->
<FSData
version="9.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<Airport
country="Madagascar"
city="Malaimbandy"
name="Malaimbandy"
lat="-20.3499999269843"
lon="45.549999922514"
alt="181.965M"
magvar="16"
trafficScalar="0.7"
airportTestRadius="5000.0M"
ident="FMMC"
>
<Services>
</Services>
<DeleteAirport
deleteAllControlTowers="TRUE"
deleteAllRunways="TRUE"
deleteAllStarts="TRUE"
deleteAllHelipads="TRUE"
deleteAllFrequencies="TRUE"
deleteAllTaxiways="TRUE"
deleteAllJetways="FALSE"
deleteAllAprons="TRUE"
deleteAllApronLights="TRUE"
deleteAllBoundaryFences="TRUE"
deleteAllBlastFences="FALSE"
deleteAllApproaches="TRUE"/>
</Airport>
</FSData>
==========================================


Then compile as dummy_FMMC.bgl (drag and drop xml file to bglcomp), endly copy in World\Scenery folder.


You can do same with FSX Planner: open APX60390.bgl file; just "Save xml as", edit and recompile.

I'm not sure, but I think that new ADEH tool automatically makes this work when you want to "Move an airport".
 
Thank you for your help!!!
While trying some tools I've found an simpler way to do this.
FSX Planner can compile directly only a altitude bgl. This workes nice! Now "my" AP is in the right position! :)
 
Ok! I think that more recent tools can do it in easy way.
Method I explained can work if you have to change elevation and/or position.

Good flights! Pierrot - FMEP
 
Back
Top