Beiträge von PlantsAreDead

    Mahlzeit alle zusammen,

    Ich habe bei Flightsim.to ein Mod gefunden, womit die Texturen an den Fluggastbrücken in Toronto von FlyTampa auf ein aktuellen Stand gebracht werden. :plane::plane::plane:


    Ein Hinweis noch von mir:

    Ich musste die layout.json nochmal durch den MSFSLayoutGenerator jagen, da unter FS2024 bei mir die Fluggastbrücken nach ersetzten der Dateien nicht mehr angezeigt wurden.


    MSFSLayoutGenerator:

    GitHub - HughesMDflyer4/MSFSLayoutGenerator: A drag-and-drop application for updating layout.json files in Microsoft Flight Simulator (2020) packages.
    A drag-and-drop application for updating layout.json files in Microsoft Flight Simulator (2020) packages. - HughesMDflyer4/MSFSLayoutGenerator
    github.com


    Mod:

    FlyTampa CYYZ Toronto Pearson Updated Textures (CIBC) - MSFS Add-on - Flightsim.to
    ✓ For Microsoft Flight Simulator: This add-on provides updated terminal textures for FlyTampa’s Toronto Pearson (CYYZ) scenery, replacing outdated HSBC…
    de.flightsim.to

    So Jungs, ich habe mal mit diesen Download das neue GSX Profil ausprobiert, Leider macht er da nur ein Pushback nach hinten, ohne den Flieger auszurichten, man hat da auch keine Wahl nach links oder Rechts, getestet mit Gate 22. Ich habe in der Szenerie auch schon ein Hinweis darauf hinterlassen, mit den Vorschlag Face North on Y und
    Face South on Y

    Edit:

    Habe schon eine Antwort von Saurer01 bekommen

    Zitat:

    PlantsAreDead they do straight pushbacks IRL. If you can find any docummentation that says otherwise I'd be happy to add this but to my knowledge they only do straight pushbacks.

    V2.1.3

    - Fixed the GATE / PARKING issue. All Jetways is now defined as gates.

    - New GSX profile modified by Saurer01

    - Adjusted PAPI position to match GP.

    - Fixed new apron terrain.

    Download:

    ENTC - Tromsø Airport, Langnes (Tromso) with GSX Profile included - MSFS Add-on - Flightsim.to
    ✓ For Microsoft Flight Simulator: Experience the beauty of northern Norway with ENTC - Tromsø Airport, Langnes add-on for Microsoft Flight Simulator. This…
    de.flightsim.to

    Version 3.8.6 – March 15th, 2026

    • GSX (all versions) NEW: Handler scripts: runAsync() now returns a handle, and new cancelAsync(handle) function allows stopping background tasklets. All handler tasklets are automatically killed on script reload, aircraft disengage, and airport exit, preventing duplicate loops from accumulating.
    • GSX (all versions) NEW: Aircraft customization dialog now has a folder icon button next to the profile path that opens the active gsx.cfg location in Windows Explorer.
    • GSX (all versions) NEW: Audio device dropdowns in Sound Settings now update in real-time when Windows default audio devices are changed or devices are added/removed while the dialog is open.
    • GSX (all versions) NEW: Aircraft customization dialog now allows disabling a problematic developer-provided gsx.cfg via the Reset button, when the aircraft is also recognized in the internal GSX database.
    • GSX (all versions) NEW: Handler scripts: the re (regular expressions) module is now available for pattern matching on aircraft titles, callsigns, and SimBrief data.
    • GSX (all versions) Change: De-icing: fluid concentration selection is now available for all fluid types including Type IV. Previously Type IV was hardcoded to 100%, but lower concentrations can have better holdover times per FAA Holdover Timetables.
    • GSX (all versions) Fix: MARS sub-position properties (max wingspan, parking system, pushback type, baggage loader type) could sometimes persist on the parent parking after saving.
    • GSX (all versions) Fix: Ground service voice accents could intermittently use the wrong language (from a previous airport) instead of the current airport's country.
    • GSX (all versions) Fix: Handler scripts: endless loop of "wait() can only be called inside a method" errors caused by orphaned background tasklets surviving script reload or aircraft disengage.
    • GSX Pro Fix: Possible crash with encrypted aircraft (MS Marketplace) during PMDG handler cabin class detection.
    • GSX Pro Fix: CDS Staircase Cover visibility in good weather.
    • GSX P3D Fix: Icing conditions detection could silently fail and not offer de-icing when weather data parsing encountered an unexpected error.

    Version 3.8.5 – March 14th, 2026

    • GSX Pro Fix: Metal elements on the cover of CDS Staircases missing in Snow conditions.
    • GSX (all versions) NEW: Volume sliders in the Sound Settings page now affect the sound volume in real-time without requiring a restart.
    • GSX (all versions) Change: Volume sliders in Sound Settings have more granularity and correct tooltips explaining which sound each slider controls.
    • GSX (all versions) Change: Airport Handlers now fires the onAircraftEngaged() on editor reload, to make testing easier.
    • GSX (all versions) Fix: Operator scoring calculation for External packages.
    • GSX Pro Change: Optimization to reduce the menu latency.

    Version 3.8.3 – March 12th, 2026

    • GSX Pro NEW: Seated Passengers support for Aerosoft A340-600.
    • GSX (all versions) NEW: MARS (Multiple Apron Ramp System) implementation — large parking spots can now be subdivided into multiple sub-positions with independent wingspan limits, vehicle positions, and properties. Sub-positions can be added, renamed, and deleted from the Parking Customization dialog.
    • GSX (all versions) NEW: Loaders Staying until Departure is now a behavior that can be customized in the main GSX Settings page. Handlers also have read/write access to it, to simulate local conditions.
    • GSX (all versions) NEW: Added IntelliSense, Autocompletion and variable/method inspection in the Handler Editor, with hover tooltips showing variable values and function signatures.
    • GSX (all versions) NEW: Added F1 context-sensitive Help in the Handler Editor that opens the online Developer Guide at the keyword under the cursor.
    • GSX (all versions) NEW: Retro theme fonts in the Handler Editor — Turbo Pascal, Commodore 64, Apple II, and GEOS themes now use period-accurate pixel fonts.
    • GSX (all versions) NEW: Added getEnv() function to Handler scripts, to read values from OS environment variables — typically used for API keys that shouldn't be stored in the code.
    • GSX (all versions) NEW: Added a new LVar FSDT_GSX_REPOSITIONING that 3rd party developers can read to know if GSX is currently repositioning/warping the airplane. It will be set to 1 for about 2-3 seconds and then go back to 0 when the repositioning is completed.
    • GSX (all versions) NEW: Handler scripts can now use fetchText() to fetch raw text or HTML content from URLs.
    • GSX (all versions) NEW: Handler scripts now support Python class definitions, enabling more structured code organization.
    • GSX (all versions) NEW: Handler scripts can now control which exits are used per gate with disableExit(), enableExit(), and enableAllExits().
    • GSX (all versions) NEW: Handler scripts now have Weight and Volume classes with full unit conversion support (pounds/kg, gallons/liters), and live fuelQuantity/fuelWeight properties on the aircraft proxy.
    • GSX (all versions) NEW: Airport handler scripts can now define onAirportFilterParking() to override which parking spots are available based on custom criteria beyond wingspan limits.
    • GSX (all versions) Change: Added a timeout to the SimBrief API call, to prevent blocking the menu if SimBrief is too slow or down.
    • GSX (all versions) Change: Passengers now walk through corridors to their seat even when Seated Passengers is disabled, instead of disappearing immediately at the door.
    • GSX (all versions) Change: Cleaning service state flow reworked — the service now stays requestable during deboarding with proper state transitions throughout.
    • GSX MSFS Change: SimConnect object tracking events are now disabled during flight and only enabled when parked at a gate, reducing potential stuttering during approach.
    • GSX (all versions) Change: Updated the Handler Scripts Developer Guide with dialog functions, Weight/Volume classes, vehicle callbacks, parking filter API, and more.
    • GSX Pro Fix: Water/Lavatory vehicle states not transitioning correctly from Requested to Performing. Cleaning service no longer showing Bypassed by Deboarding.
    • GSX Pro Fix: Fuel quantity increases not detected in some cases, causing the fuel truck to be stuck asking to set the fuel quantity.
    • GSX Pro Change: If the fuel quantity doesn't increase for more than 2 minutes after the Refueling service first asked to set the fuel quantity, the truck will leave automatically to prevent the service from being stuck.
    • GSX Pro Fix: Missing some stairs textures if all operators were disabled with the Livery Manager.
    • GSX (all versions) Fix: Cleaning service could get blocked after deboarding due to incorrect passenger count detection.
    • GSX MSFS Fix: Menu choice was ignored after clicking the SimBrief reload button, requiring a Couatl restart.
    • GSX MSFS 2024 Fix: Crash with non-standard aircraft (e.g. drivable karts) whose folder path doesn't follow the standard format.
    • GSX (all versions) Fix: Handler Editor could crash when closing or reloading scripts during editing.
    • GSX MSFS Fix: Menu could become permanently stuck if a service tasklet crashed without proper cleanup, requiring a Couatl restart.
    • GSX P3D Fix: AI airplane objects could not be removed, and RLG-style VDGS could crash on P3D.
    • GSX (all versions) Fix: "Parking too small for this airplane" message could repeat multiple times instead of showing once.
    • GSX (all versions) Fix: File reading/writing failures on Japanese and other non-Western locale systems due to UTF-8 encoding issues.
    • GSX (all versions) Fix: "Disable in Cruise" setting was not applied immediately from the Settings dialog until the next Couatl restart.
    • GSX (all versions) Fix: Several stability fixes to the parking customization dialog that would slow down the editor during long sessions.

    v1.0.2

    Mar 9, 2026

    - Implemented ability to multi-select airports and perform mass "Ignore", "Un-Ignore" and "Delete" actions.

    - Completely rewrote the profile conflict engine: `.py` file naming mismatches (like `_handler.py`) are no longer falsely flagged as conflicts.

    - The manager now actively scans MSFS "Official" folders and "StreamedPackages" folders to detect handcrafted Asobo / Microsoft airports and Marketplace purchases.

    - Added Continent and Country dropdown filters to easily sort through thousands of airports.

    - Backups now calculate and display size in KB/MB instead of raw bytes.

    - Backups now automatically include an `ignoredAirports.json` file inside the zip to back up your ignored list.

    - Added a dismiss "X" button to permanently hide the Pro Tips banner.

    Hey Jungs,

    Ich habe mir mal bei flightsim.to die kostenlose ENTC Szenerie von Togstad_SP runtergeladen. Gegenüber der von MM Simulation ist die meiner Meinung echt besser was die Qualität betrifft, alleine schon die Bodentexturen.:plane::plane::plane:

    Download:

    ENTC - Tromsø Airport, Langnes (Tromso) with GSX Profile included - MSFS Add-on - Flightsim.to
    ✓ For Microsoft Flight Simulator: Experience the beauty of northern Norway with ENTC - Tromsø Airport, Langnes add-on for Microsoft Flight Simulator. This…
    de.flightsim.to

    #1 7vdv72i7.png
    #2 ua3lldz8.png
    #3 9hkq2mjq.png
    #4 wl4qrh4c.png
    #5 xo9atjze.png
    #6 hp3c877p.png
    #7 4rj78mhz.png

    #8

    ✈️ Düsseldorf Update 1.1.0 Released!

    A new update for EDDL Düsseldorf is now available, bringing the airport in line with the latest 2026 ground layout changes along with small visual and placement fixes.

    **To celebrate the update, Düsseldorf is now 40% OFF until Tuesday (March 10th)!**

    👉 https://mkstudios.pl/sceneries/eddl-dusseldorf-airport/

    Changelog 1.1.0
    • Ground layout updated according to latest 2026 changes
    • Object placement fixes
    • Improved runway marking textures
    • Various small fixes

    Curious how it compares to other versions?
    👉 https://contrail.shop/pages/compare/…rf-airport-msfs

    Enjoy the update and happy landings! ✈️

    lach ja, wenn Du es so sagst klingt es schon äh ja:D:D

    ne das Problem habe ich noch nicht lösen können. Jetzt habe ich den soweit das er bei der PMDG den Reverse macht, aber bei IDLE ist er bei der B777 in der Mittelstellung bei ca. 50 Prozent Schub. Hab schon 3 Profile getestet

    Mahlzeit alle zusammen

    für den Fenix habe ich den WINWING URSA MINOR 32 Throttle Metal zum laufen bekommen. Aber mein Problem ist jetzt, das ich den für die PMDG B777 nicht zum laufen bekomme. Bei voll TOGA geht er in den Reverse. Also die Kalibierung haut da irgendwie nicht hin. Ich habe da auch schon das PMDG B777 Profil in der SimAppPro runtergeladen.

    Hat von Euch schon wer die PMDG B777 mit den WINWING URSA MINOR 32 Throttle Metal zum laufen gebracht und kann helfen?