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

installation of "ILS"

Messages
56
Country
france
Hello,
New challenge related to SDKs, so I wanted to install ILS via the xlm (the sdk not being optimized for these functions as well as for the COM and Beacons "I have systematic feedback from the office when I call the SDK . All that is COM it works very very well Below find my small part of the xml code, tell me where is the problem.
Thanks in advance.

Serge
(Goolgle translation)

<Airport........................................
..........................................................

<Com frequency="126.10" type="GROUND" name="Les Bordes Aeroport GROUND CONTROL"/>
<Com frequency="122.3250" type="ATIS" name="Les Bordes Aeroport ATIS"/>
<Com frequency="129.8750" type="TOWER" name="Les Bordes Aeroport TOWER"/>
<Com frequency="123.50" type="APPROACH" name="Les Bordes Aeroport APPROACH"/>

<Ils lat="47.81914299830267" lon="2.35358419657832" alt="113.06190374938477" heading="115.50" frequency="108.30" iden="IL30" Width="5.0" name="ILS/30">
<GlideSlope lat="47.81914299830267" lon="2.35358419657832" alt="113.06190374938477" pitch"2" range="10.0"/>
</Ils>

</Airport>
_______________________________________________________________________________________________________________________________________________________________________________________________________

Bonjour,
Nouveau défi lié aux SDKs, j'ai donc voulu installer des ILS via le xlm (les sdk n'étant pas optimisé pour ces fonctions ainsi que pour les COM et Balises" j'ai un retour systématique du bureau quand j'appelle le SDK. Tous ce qui est COM cela fonctionne très très bien. Ci dessous trouvez ma petite partie du code xml, dites moi ou est le problème.
Merci par avance.

Serge
 
Thank you Superspud, I added this information but the result was the same, I peeled my code and I found my error, I simply forgot an "=" in the pitch, and the closing of the tag " Glideslope ", now everything is OK and compiled correctly.
I give my corrected code which can be used again by other members by modifying the values of course.

A little clarification for those who are new to creation that the "GROUND" frequency is absolutely necessary to make jetways work via the ATC window (the old ctrl + J function is not functional under fs20 as well as others keyboard commands) anyway the minimum of COM are needed for the proper functioning of a personal airport.

So there you have it, I hope to have brought a little help.

Have a lovely day everybody

cordially



<Com frequency="126.10" type="GROUND" name="Les Bordes Aeroport GROUND CONTROL"/>
<Com frequency="122.3250" type="ATIS" name="Les Bordes Aeroport ATIS"/>
<Com frequency="129.8750" type="TOWER" name="Les Bordes Aeroport TOWER"/>
<Com frequency="123.50" type="APPROACH" name="Les Bordes Aeroport APPROACH"/>

<Ils lat="47.81914299830267" lon="2.35358419657832" alt="113.06190374938477" heading="115.50" frequency="108.30" magvar="1.10" ident="IL30" width="5.0" name="ILS/30">
<GlideSlope lat="47.81914299830267" lon="2.35358419657832" alt="113.06190374938477" pitch="2" range="10.0"/>
</Ils>

Merci Superspud, j'ai rajouté cette information mais le résultat fut le même, j'ai épluché mon code et j'ai trouvé mon erreur, j'ai tout simplement oublié un "=" au pitch, et la fermeture de la balise "Glideslope", maintenant tout est OK et s'est compilé correctement.
Je remets mon code corrigé qui pourra resservir aux autres membres en modifiant bien sûr les valeurs.

Une petite précision pour ceux ou celles qui débutent dans la création que la fréquence "GROUND" est absolument nécessaire pour faire fonctionner les jetways via la fenêtre ATC (l’ancienne fonction ctrl+J n'est pas fonctionnelle sous fs20 ainsi que d'autres commandes de clavier) de toute façon le minimum des COM sont nécessaires pour le bon fonctionnement d'un aéroport personnel.

Bon voilà, j'espère à avoir apporté une petite aide.

Bonne journée à tous

Cordialement
 
Last edited:
Back
Top