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

Jetway disappear after select the parking.

jtanabodee

Resource contributor
Messages
3,924
Country
thailand
Hi,
I have placed jetway to the Gate_A and it works fine. I can see both static and animated SODE jetway. The I place the same XML code (same model just different coordinate), edit some of the code to be Gate_B. I can see the static jetway but once I select the parking by tab_s. The SODE jetway disappear. While all of the GATE_A are still functional and visible. What could be wrong? I have checked about drawcall batching if the polygons exceed the limit. It is not the case since I have changed to "12bPilot_SODE_Custom_Jetway. It disappear too after the parking is selected.
Here is some part of the code. The GATE_A is working fine and this is the example of GATE_A 3 and the GATE_B 3.
The fault should be in ADE file? or somewhere else. Very frunstrating.

<Stand AfcadICAO="WMKK" AfcadGateName="GATE_A" AfcadParkingNumber="3" CustomDesignator="KLIA1 A;03">
<!-- Jetways -->
<SimObject Name="Gate A3 Jetway">
<Placement Lat="2.75188654749549" Lon="101.703523044229" Alt="0#AGL" Hdg="145.917"/>
<Model SimTitle="KLIA1_JetwayShort_SODE_2020" StaticSimTitle="KLIA1_JetwayShort_SODE_Static_2020">
<Jetway InitialState="85;50;70;30"/>
</Model>
</SimObject>
</Stand>

<Stand AfcadICAO="WMKK" AfcadGateName="GATE_B" AfcadParkingNumber="3" CustomDesignator="KLIA1 B;03">
<!-- Jetways -->
<SimObject Name="Gate B3 Jetway">
<Placement Lat="2.754340312856" Lon="101.707144587864" Alt="0#AGL" Hdg="145.917"/>
<Model SimTitle="KLIA1_JetwayShort_SODE_2020" StaticSimTitle="KLIA1_JetwayShort_SODE_Static_2020">
<Jetway InitialState="85;50;70;30"/>
</Model>
</SimObject>
</Stand>


</SODE>
 
I am still searching for that problem. The ADE shows me that the parking is GATE_B exactly, not mistaken Parking as a GATE. What could possibly be wrong?
The jetways of GATE_A series are visible and work well. But the GATE_B is visible for static, but once I select the parking, the jetway disappear.
I even try on the Sample Jetway from SODE, it disappears the same way. It is very weird.
 
I thought it was Drawcall batching limit. But I changed to Sample from SODE, it is still disappear.
 
Does SODE has limitation on the numbers of jetway it can control? The airport has KLIA1 and KLIA2 in the same place? I have separated XML for KLIA1 and KLIA2. It happens the same way. Jetway still disappear after the GATE_B is selected. After deselect the GATE_B, the static jetway still disappear. However, after reset the flight, the static jetway comes back.
 
I have placed 72 jetways for WMKK airport. There are more jetway to be placed. It seems to be the limitation of SODE to control. Every single jetway that I place, will disappear after that gate was selected.
 
I am totally lost. Would you mind checking my XML, please? I think there might be something wrong with it but I cannot find what it is.
 

Attachments

Oh man!......
I installed the new SODE v1.7.1 and every single jetway is working now.
It was SODE program problem.
 
Back
Top