Jump to content

frank_m

Member
  • Posts

    38
  • Joined

  • Last visited

Posts posted by frank_m

  1. You are too fast and too close at the next waypoint. The Airbus has to make a sharp turn to reach the next waypoint and is then at the wrong angle for the following waypoints. To solve the problem short way use a DIR.TO to VEBIT.

  2. 5 hours ago, WolfbaronX said:

    I manually try to bring it to 4x or 8x it immediately reset to 2x and stays there

    That's intended. If your system is not powerful enough to simulate all systems at 4x or 8x, it will step back to 2x.

    5 hours ago, WolfbaronX said:

    If I go down from 2x it goes to 0.5x not 1x not sure if I am missing something to make it back to normal 1x

    The SIM rate control in the simulator is causing trouble. Use the OIS control to set the SIM rate. Switch off time compression, and you are on 1x.

  3. I took a closer look in the files, and you messed up several things. In particular the

    \inibuilds-aircraft-a350\SimObjects\Airplanes\A350\presets\inibuilds\A350-900\config\attached_objects.cfg

    seems to be the file from the no-cabin version, not the right one.

    In

    \inibuilds-aircraft-a350\SimObjects\Airplanes\A350\attachments\inibuilds\Function_Interior_A359_Pilot\navigation_graph\navigation_graph_pilot.cfg

    the position of the pilot makes no sense, it seems to be the one from the A35K.

     

  4. I have landed the A350 1.0.10 in EDDB and EDDF, ILS worked as usual. Do you have Navigraph data installed also in the Simulator? Did you fix the package_order_hint problem for all of your add-ons? It is a known bug in Navigraph, that ILS is not working on many airports, if package_order_hint is not set for ALL add-ons properly.

  5. Hello,

    Traffic is shown in the ND, but not with the ID even if it is activated. I think, I saw this already in 1.0.8:

    1a.thumb.jpg.008ffd070ec538d3da8e8a1214d30db1.jpg

     

     

    Intended bevavior (Screenshot from older version):

    Screenshot1.thumb.jpg.0d7361bcb4692d7bdcf09eae9b813458.jpg

     

     

  6. I have also a quest3, a 7900x and a 4080. 30 FPS are always possible, 36 is somtimes hard in VR on complex airports. Im using high settings with DLSS4.

    It is crucial to keep the VRAM usage under the limit. Nothing else kills the FPS like full VRAM. Therefore I'm using the low-res textures. 

     

  7. On 4/6/2025 at 1:17 PM, Tveo said:

    Thanks for the information, but could you please include a more detailed description of how you solved it or a screenshot?

    Sorry for the late reply. A typical manifest.json of an addon:

    {
      "dependencies": [],
      "content_type": "SCENERY",
      "title": "SimDocks_EDHI",
      "manufacturer": "",
      "creator": "Manfred Siedler",
      "package_version": "0.1.0",
      "minimum_game_version": "1.38.2",
      "package_order_hint": "",
      "release_notes": {
        "neutral": {
          "LastUpdate": "",
          "OlderHistory": ""
        }
      }
    }

    You see the "package_order_hint" line? I have added one to each manifest.json in my community folder. Instead of "" you can use e.g. "CUSTOM_AIRPORT"  or others, see chapter package_order_hint here:

    https://docs.flightsimulator.com/msfs2024/html/2_DevMode/Project_Editor/The_Project_Inspector.htm

    That solved for me all problems with Navigraph data in the MSFS 2024. I have no issues with STARs, SIDs or ILS at any airport and with any plane.

    • Like 1
  8. In case you are using Navigraph Navdata in MSFS2024, ALL your add-ons in your community folder need an appropriate "package_order_hint" entry in the manifest.json. See corresponding threads in the Navigraph Forum. Symptoms are missing SIDs, STARs or ILS is not working, in particular if a scenery add-on misses this entry. I have added this entry to all my add-ons, and since then it works perfect.

    • Like 1
  9. 3 hours ago, VagnPetersen said:

    I read somewhere else (don't remember where) , that Inibuilds does not use SimConnect data and events to set and read radio frequencies. Almost anybody else uses SimConnect, including BATC.

    In principle it works via SimConnect. It is not 100% reliable.

×
×
  • Create New...