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

MSFS20 How to get ground services through ATC?

Messages
439
Country
unitedkingdom
I'm scratching building a couple of airports and I can't figure out how to get the ground services option through ATC.

Without the ground services option there's no way of summoning a fuel truck either or selecting the direction of your pushback.

Am I missing something obvious or is this not possible if the airport isn't already in the sim?
 
Nope. The radio options for a completely new airport are extremely limited and I can't find any way to add ground services, atis, etc through the radio. All there is available through the radio are the various options to depart and I can't find any way to customise them either.
 
Same here, when I land at my custom airport there are ground options to take off again but no option to taxi to parking etc
 
You have to add the comm frequencies manually in your scenery xml within the airport part.

For example:
<Com frequency="126.130" type="ATIS" name="Stuttgart ATIS"/>
<Com frequency="119.200" type="APPROACH" name="LANGEN RADAR"/>
<Com frequency="118.805" type="TOWER" name="STUTTGART TOWER"/>
<Com frequency="118.605" type="GROUND" name="STUTTGART GROUND"/>
<Com frequency="121.915" type="CLEARANCE" name="STUTTGART DELIVERY"/>
<Com frequency="125.050" type="DEPARTURE" name="LANGEN RADAR"/>
<Com frequency="122.800" type="UNICOM" name="UNICOM"/>

You can also check the simplenavdata.xml in the samplesfolder for reference.
 
You have to add the comm frequencies manually in your scenery xml within the airport part.

For example:
<Com frequency="126.130" type="ATIS" name="Stuttgart ATIS"/>
<Com frequency="119.200" type="APPROACH" name="LANGEN RADAR"/>
<Com frequency="118.805" type="TOWER" name="STUTTGART TOWER"/>
<Com frequency="118.605" type="GROUND" name="STUTTGART GROUND"/>
<Com frequency="121.915" type="CLEARANCE" name="STUTTGART DELIVERY"/>
<Com frequency="125.050" type="DEPARTURE" name="LANGEN RADAR"/>
<Com frequency="122.800" type="UNICOM" name="UNICOM"/>

You can also check the simplenavdata.xml in the samplesfolder for reference.
Does ATIS work for you in custom airport? I can’t get it to work. Tower, ground etc works though
 
I have added all these including ATIS and it doesn't work. Limited Taxi options, sometimes no approach instructions (depending on direction).
 
Does ATIS work for you in custom airport? I can’t get it to work. Tower, ground etc works though

You managed to get ground services? Was that with xml editing too? I can't get anything beyond a few generic taxi and runway announcements.
 
Yes I added the Approaches and Comms via manual XML edit from data I got from FSX for the missing airport.
 
Is there a tutorial anywhere on how to do that successfully? I'm still at the 'wut? I don't wanna touch that' stage with xml files.
 
I used this thread to help me. I can help you further if you need it.
 
You managed to get ground services? Was that with xml editing too? I can't get anything beyond a few generic taxi and runway announcements.

Pushback at least was working earlier. Now I have removed everything so can’t test it.

I believe different sizes of parking has different default services and docks don’t have them at all.
 
Back
Top