Flightsim.to
    Landing Guide - It helps you achieve a smooth touchdown and provides your Landing Rate. - Image 2

    Description

    Installation

    Requirements

    • Microsoft Flight Simulator 2024 (must be installed)

    Steps

    1. Extract the ZIP

    Unzip LandingGuide_v1.0.zip to any folder of your choice, for example:

    C:\Tools\LandingGuide\
    

    The extracted folder will contain:

    Landing Guide.exe
    Microsoft.FlightSimulator.SimConnect.dll
    SimConnect.dll

    2. Run

    Double-click Landing Guide.exe. No installer required.

    The app will attempt to connect to MSFS automatically. You can launch it before or after starting the simulator — it reconnects every 5 seconds.

    Landing Guide — Feature Overview

    1. Dynamic Flight Data Display

    The UI layout adapts based on the aircraft's current flight phase:

    • In-air (below 100 ft AGL): Radar Altitude (RA) displayed in large digits to guide touchdown. Above 100 ft, the RA display is hidden and the window height is reduced.
    • On-ground: Automatically switches to Longitudinal G-force to monitor braking performance (aim for under 0.3G).
    • Toggleable Units: Click GS/IAS to toggle between Ground Speed and Indicated Airspeed. Click the pressure display to toggle between inHG and HPA.
    • Altitude Modes: Click the top-center display to toggle between Radio Altitude and Indicated Altitude.
    • Wind & Vertical Speed: Wind speed and vertical rate (V/S) displayed on either side of the aircraft icon.
    • Drift Angle: Shows the angular deviation between heading and actual track.
    • Wind Visualization: Wind speed color changes (Yellow / Orange / Red) based on the aircraft's crosswind limits. An arrow indicates wind direction relative to current track.
    • Angle of Attack (AoA) Indicator: Visual AoA bar displayed during approach.
    • Mini-mode: Double-click the aircraft icon or click the PIN button to minimize the UI to a small icon. Double-click again to restore. Mini-mode is manual-only — the app does not switch automatically.

    2. Landing Performance Overlay

    • Landing Rate: Displayed at the exact moment of touchdown as a 300px center-screen overlay for 7 seconds.
    • FTM Predictor: Located to the right of the aircraft icon — predicts your landing rate during descent based on current V/S.
    • Mini-mode behavior: The landing rate overlay is shown even when the UI is in mini-mode, as long as flight conditions are met.

    3. Real-time Alerts

    A full-screen alert overlay appears for configurable situations. All alert types are enabled/disabled and tuned via Settings.ini:

    AlertConditionDefault ThresholdSTALL RISKAoA exceeds threshold below 2,000 ft AGL12.0°SINK RATEExcessive descent rate on approach (10–1,000 ft AGL)−1,500 FPMHARD LDGHard touchdown detected−600 FPMOVERSPEEDLanding ground speed exceeds limit160 KIAS

    • Alerts display in two severity levels: Warning (red) and Caution (amber).
    • Alert duration is configurable (AlertDuration in INI, default 5 seconds).
    • Alerts appear in mini-mode as well, as long as the aircraft is airborne.

    4. Flexible Configuration & Connectivity

    • INI-based Customization: Settings.ini controls window opacity, alert thresholds, movement sensitivity, and logging options — no code changes required.
    • Auto-Reconnect: Attempts to connect to the simulator every 5 seconds. The app can be started before or after MSFS.

    5. Automatic Aircraft Detection

    Aircraft weight and engine type are analyzed at connection to automatically apply optimized wind and performance limits:

    ClassCriteriaHeavy (Airliners)High MTOW, jet enginesMedium (Turboprop/Business Jet)Mid MTOWDefault (Light Aircraft)Low MTOW, pistonHelicopterRotary engine type

    These classifications determine the crosswind limits (WindLimits) used for color-coded wind warnings.


    6. Flight Logging

    All flight data is stored in the Logs\ folder alongside the executable:

    File Contents

    landings_YYYYMMDD_HHmmss.csv Per-landing record: FPM, G-force, bounces, speed, wind, AoA, bank angle, crab angle, aircraft type,rating

    warnings_YYYYMMDD_HHmmss.csv Alert events: type, value, detail

    ssession_YYYYMMDD_HHmmss.txtSession summary: total landings, hard landings, best/average FPM

    • A new set of files is created each time SimConnect connects (one set per flight session).
    • Files containing only a header (no data) are automatically deleted at session end.
    • A maximum of 100 sessions are retained. Older sessions are automatically purged when a new session starts.
    • Logging can be individually enabled/disabled per type in Settings.ini.

    7. Log Viewer

    An integrated log viewer window (accessible from the main UI) displays:

    • Landings tab: All landing records across all sessions in a sortable grid.
    • Warnings tab: All alert events across all sessions.
    • Session count and total landing count shown in the status bar.

    Commentaires(29)

    Connectez-vous pour participer à la discussion

    Se connecter
    g

    about 1 month ago

    great! didn't work for me until the last update; now i can say it's veeery lightweight, unobtrusive, can be dragged everywhere, it gives the right info at a glance, i even like the color. Could i suggest to show the log of the last 3 touchdowns after (like 30s) landing? it may be a useful feature for those who exercise with touch and gos
    A
    AndanteAuthor

    16 days ago

    U can see last 100 landings. Click Log button!
    g

    7 days ago

    sorry sir, i have some questions:
    - i cannot see the log button, but it could be it started in mini mode, i'll check it later;
    - no logs folder;
    - why the 1.5.1 weighs a whopping 66 MB, while the 1.4 was only 240 kB?
    U

    about 1 month ago

    Would it be possible to add a log to help identify the cause? I’ve tried everything. The app works fine with MSFS 2024 closed, but as soon as I open MSFS, the app immediately closes.
    A
    AndanteAuthor

    about 1 month ago

    I've implemented a logging feature in the latest build to identify the exact cause of this issue. Please run the updated version, and when it crashes upon opening MSFS, a file named 'ErrorLog.txt' will be created in the app folder. Please send me the contents of that file so I can investigate the SimConnect conflict or permission issues.
    U

    about 1 month ago

    The only log I have is this: “[2026-05-08 08:46:36] SimConnect Instance Created Successfully.” But it still closes about 2 seconds after opening. I really like the idea of the app, and it would help me a lot improve my landings, but I just can’t get it to work.
    A
    AndanteAuthor

    about 1 month ago

    Hello, thank you for your feedback. I’ve analyzed why you weren’t seeing any logs: the app was likely being terminated by the OS before it could save the data.(the first line in the log was created for test)

    The absence of log files suggests two primary causes: permission conflicts or DLL/Runtime issues. To resolve this, please double-check the following two requirements:

    Run as Administrator
    Install VC++ Redistributable

    I have just released v1.3.4 with an upgraded logging system. This version includes a 'Global Error Trap' that force-writes logs even during a sudden crash. Please try running the new version (as Administrator, just in case) and check the app folder for 'ErrorLog.txt'. This will be the key to fixing the MSFS 2024 compatibility issue once and for all.
    U

    about 1 month ago

    Hi, I found the issue. I’m from Brazil, and our decimal separator is a comma (,). I’m not sure what region you’re from, but I guess yours uses a dot (.). To fix it, I had to go to Control Panel > Region and change the decimal separator to a dot (.).
    U

    about 1 month ago

    This comment has been deleted
    a

    about 1 month ago

    Hi, I got the same problem too even though I tried the latest version. I'm from a region that uses " , " as decimal separator. Looking at ErrorLog only found this line "SimConnect Instance Created Successfully"

    I installed the redist and run the program in administrator mode. Still crashing after opening the program.
    A
    AndanteAuthor

    about 1 month ago

    I have released a new version that implements a fundamental solution for the previous issues, thanks to the invaluable feedback from Updatw. We would like to express our sincere gratitude to Updatw for the deep technical analysis that helped identify the root cause.

    Changing regional decimal settings is no longer required.
    a

    about 1 month ago

    After the last update, the program finally running without problem. Thank you.
    i

    about 1 month ago

    Works perfect for me on MSFS 2024. And for a casual flyer, this has helped my landings massively. Thanks
    A
    AndanteAuthor

    about 1 month ago

    If you encounter issues such as the application closing immediately upon startup, please follow these steps:

    Install the Visual C++ Redistributable: First, please download and install the Visual C++ 2015-2022 Redistributable (x64) from the official Microsoft link below:


    https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-vc-140-no-longer-supported


    Run as Administrator: If the problem persists after installation, please right-click the application and select "Run as administrator".

    I have uploaded a new version so that extracting the file will now create a folder named "LandingGuide." To uninstall, simply delete the entire folder.

    Please note that the window will appear only after the aircraft begins moving. If you encounter any issues, please provide me with some brief information, and I will make sure to fix it.

    In version 1.3.1, a message box should now pop up upon an unexpected crash. Please report back if this feature is not working properly.
    MSFS 2020MSFS 2024

    Landing Guide - It helps you achieve a smooth touchdown and provides your Landing Rate.

    Landing Guide is a tool that provides real-time visual assistance and dynamic flight data to support smooth and accurate landings in Microsoft Flight Simulator. It displays wind conditions, crosswind risks, drift angle, and the precise altitude above the runway to help pilots manage their flare and alignment. After touchdown, it monitors braking performance by showing longitudinal G-force and landing rate. The add-on features automatic aircraft detection, adjustable settings, and a visibility system that ensures information appears only when relevant during flight.

    Téléchargements1K
    Version1.5.1
    Taille du fichier66.3 MB
    PubliéIl y a 1 mois
    Mis à jourIl y a 1 semaine

    Avis des utilisateurs

    3.7

    3 avis

    5
    67%
    4
    0%
    3
    0%
    2
    0%
    1
    33%

    More Information

    Simulateur
    MSFS2024
    CatégorieUtilities
    Sub-CategoryApplications

    Historique des versions

    - Fixed landing G-force using longitudinal acceleration instead of vertical

    Similaires

    Landing Guide/Flow Pro Widget - It helps you achieve a smooth touchdown.

    Landing Guide/Flow Pro Widget - It helps you achieve a smooth touchdown.

    The Land Guide Flow Pro Widget provides real-time visual and data-driven assistance for smoother landings in Microsoft Flight Simulator. It displays crucial information such as radar altitude, drift angle, wind conditions, and crosswind risks to aid approach and touchdown. After landing, the tool monitors braking performance and displays longitudinal G-force and landing rate. The interface adapts automatically based on flight phase and supports various aircraft types with smart visibility controls.

    par Andante

    0.0
    FlightFX Cessna Citation X | Winwing PAP3 | MobiFlight Profile

    FlightFX Cessna Citation X | Winwing PAP3 | MobiFlight Profile

    The FlightFX Cessna Citation X add-on for Microsoft Flight Simulator integrates with Winwings PAP3 hardware and offers a MobiFlight profile for enhanced realism. It includes functionalities such as commanded speed, altitude, and heading display, alongside features like F/D on/off control and various autopilot settings. Installation requires MobiFlight Connect and provides a comprehensive setup without the need for SimAppPro.

    par Andante(LDH)

    5.0
    PMDG B737 | Winwing PAP3+3x PDC Combo MobiFlight Profile

    PMDG B737 | Winwing PAP3+3x PDC Combo MobiFlight Profile

    This add-on provides a MobiFlight profile designed for the PMDG B737, enhancing the functionality of the Winwing PAP3+3x PDC hardware. It resolves existing issues with SimAppPro by ensuring all aircraft functions work correctly and clearly. Key features include complete support for LCD/LED displays and original button functions, as well as automation for aircraft switching. The profile is intended for users who wish to streamline their simulation experience without requiring SimAppPro.

    par Andante

    5.0
    Asobo B737 Max | Winwing PAP3+3M PDC Combo MobiFlight Profile

    Asobo B737 Max | Winwing PAP3+3M PDC Combo MobiFlight Profile

    This add-on provides a MobiFlight profile designed for the Asobo B737 Max, enhancing the functionality of the Winwing PAP3+3M PDC hardware. It resolves existing issues with SimAppPro by ensuring all aircraft functions work correctly and clearly. Key features include complete support for LED displays and original button functions, as well as automation for aircraft switching. The profile is intended for users who wish to streamline their simulation experience without requiring SimAppPro.

    par Andante

    0.0