Skip to content

Send windows notification when your aircraft touchdown on FS2020

Notifications You must be signed in to change notification settings

shigedangao/vsi

Repository files navigation

VSI 🛬

A small Windows Tray app which send a notification when your aircraft touchdown on the FS2020 simulator

How to use

  1. Download the latest release available here. The filename should be vsi.zip.
  2. Once download, extract the vsi.exe from the zip file.
  3. Launch the app. It should appear on the system tray like the image

Red icon

Red icon

If the icon appear in red like above. This mean that the simulator is not running. The app should have already notified that the simulator is not running like below.

Sim unavailable

In this case, when the sim is available. You may right click on the icon and click on the button Re-connect to FS2020. The icon should then turn blue

Local dev

Requirements

  • Rust
  • Windows
  • FS2020
  • FS2020 SDK
  • FS2020 SDK sample
  • Visual studio
  1. Clone this repository
  2. Comment the main.rs by commenting the line below
- #![windows_subsystem = "windows"]
+ // #![windows_subsystem = "windows"]
  1. Run the project with the command
cargo run

Issue

❌ Setting the AppUserModelID work with the window-rs crate. See the branch try-notif. However no notification appear for some reasons... It could be required that the app need to be installed with an MSI. Installing with an MSI would allow to create the AppUserModelID. It would then allow me to use a custom icon for the notification.

What is currently displayed during a touchdown ?

  • G Force
  • Touchdown velocity in fpm
  • Touchdown pitch deg
  • Touchdown heading
  • Touchdown bank deg
  • Aircraft indicated airspeed
  • Wind direction & speed

About

Send windows notification when your aircraft touchdown on FS2020

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages