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

Recent content by Mazzar

  1. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    I don't know the piority thing very clear, just a guess. A friend told me the navigraph have updated the zptf procedures.
  2. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    Why you don't use the navigraph procedures?My custom zggg senery works with navigraph procedures very well. FYI https://forum.navigraph.com/t/ils-01-z-zggg-wrong-ils-frequency/3945/13
  3. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    content.xml define the piorty of the contents, there are sevral navdata like stock navdata, navigraph navdata, senery navdata. the game use content.xml like a sheet, from top to the bottom piorty raises. C:\Users\<username>\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache
  4. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    Sounds like a piority issue, have you setup the to delete tag, and the content.xml?
  5. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    Yes, and the waypoint define should be in the <Airport> tag, Thanks for your advice.
  6. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    I give up on useing the navigraph data,It works when only one SID,but CTD when I create another SID. The safe way is use the TERMINAL_WAYPOINT and define the waypoint by my self.
  7. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    Worked it out, because I use navigraph data so I can use the fixtype WAYPOINT instead of define the waypoint by myself,so if I code the SID like this, the user must have the navigraph data I think. The trick is change the fixtype of BUTID from TERMINAL_WAYPOINT to WAYPOINT . <Departure...
  8. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    Tried on CJ4 WT, the SID doesn't work at all. o_O
  9. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    Thanks for your advice, I tried like this, but still doesn't work, missing BUTID (PS, I didn't define LJB, but the VOR still useable in the game, even I set the to delete to TURE) <DeleteAirport deleteAllApproaches="TRUE" deleteAllApronLights="TRUE" deleteAllAprons="TRUE"...
  10. Mazzar

    Coding SID for my custom airport, but the final waypoint of the SID doesn't show.

    In game shows like this, the final waypoint of the SID doesn't show at the FP, but can see the BUTID TRANS at departures page. Here is the chart I used. Here is the code of mine. <Departure name="BUT01D"> <RunwayTransitions> <RunwayTransitionLegs number="06" designator="NONE"> <Leg...
  11. Mazzar

    How to relocate stock airport

    You can delete the stock airport by dedete the file from “\Official\OneStore\fs-base\scenery\****\APX*****.bgl” , then you can use the right ICAO to create the custom airport. I use ADE for FSX to check the file name. If someone can tell me the naming principal of the bgl file,that would be very...
  12. Mazzar

    Aerial imagery not working at ZBAD

    I have there aerials working, zbad/zppp/zycc. one aerial failure zggg.
  13. Mazzar

    Aerial imagery not working at ZBAD

    It works,I compile without the blurred area,no CTD.
  14. Mazzar

    Painted Lines - their secrets exposed!!

    Can I creat a custom 4k taxture, so that I can use on a apron instead of a Arial scenery?
  15. Mazzar

    Aerial imagery not working at ZBAD

    Did you worked it out? I am working on ZBAD too, I can do the compile and load the ariel into the sim (need to born at ZBAA, and use developview move to ZBAD), Looks from the air, everything fine, but if I zoom in to ground, I will got a CTD.
Top