A simple tool adding sound notifications to VPilot:
- 🔊 when your callsign, departure or destination airport is mentioned in radio communication;
- 🔊 when contact me ... message was received but frequency were not tuned;
- 🔊 while disconnected;
- 🔊 when departing without filled VATSIM FlightPlan.
Why Cos I made an airprox with KLM1277 at EGPH, moreover accusing him of not using UNICOM. I overlooked the message in the mess of others chatting. My big apologies.
This tool is a plugin for VPilot connecting software. VPilot must be installed prior to the plugin installation. This tool is tested only on cases when VPilot is running on the same computer as the Flight Simulator.
To obtain the tool:
- Go to the Releases page and download the latest ZIP archive.
- (If using Windows ZIP extractor) Open Properties of the ZIP archive file (context menu via right button, last item), and press
Unblock
button (how, why). - Extract the archive
Plugins
folder content into thePlugins
folder of VPilot installation. Note that all the files must be placed directly into thePlugins
folder, not in any subfolder
The tool is based on .NET Framework 4.7.2 (which is used by VPilot by default, so if you are using VPilot, you should be fine) and .NET 6 (which is installed on Windows 10+ devices by default).
Final check You should have
...\VPilot\Plugins\VPilotNetCoreBridge.dll
and...\VPilot\Plugins\VPilotNotifications\VPilotNotification.exe
... files, where ...\VPilot
represents VPilot installation folder.
Ensure you are using the default settings.json
file.
- Start the Flight Simulator and the flight.
- Start VPilot.
- Connect to the network.
- Check if a new tab with a private message confirming the plugin state is shown.
Also, you should see:
- VPilot plugin log file at
...\VPilot\Plugins\_VPilotNetCoreBridge.log
- VPilot Alert log file at
...\VPilot\Plugins\VPilotNotifications\_VPilotNotifications.log
If anything goes wrong, check the content of those two files.
The connection information and flight plan are automatically read from the VPilot connection and online VATSIM data. However, you can adjust the sounds, processed events and update intervals. All the settings are available in the configuration file at ...\VPilot\Plugins\VPilotNotifications\settings.json
.
Once added to the Plugins
folder, there is no additional set-up. Just start VPilot and connect to the network. However, you can adjust settings - see the previous section.
For any issue, feel free to raise a new issue at the Issues tab. Please add the relevant content of the log
files if relevant.
v2.1 - 2025-08-05
- BuFix: Incorrect shutdown behavior fixed
- Private messages now cached and shown once connected to network.
v2.0 rev 1 - 2025-06-04
- BugFix: Incorrect behavior if VPilot started before FS is fully initialized.
v2.0 - 2025-06-04
- Internally completely rebuilt to support readouts from Flight Simulator
- Added support for no-flight-plan warning
- Added support for contact-me warning
v1.1 - 2024-07-23
- Repetitive disconnected warning.
- Private-message-like info messages.
- New sound files.
v1.0 - 2024-04-27
- Alerts when a message containing callsign/departure/arrival ICAO is received.
- Downloads and updates VATSIM flight plan at fixed intervals.
- Ross Carlson for his VPilot plugin support implementation.
- Online Sequencer for providing a simple tool to create notification sounds.
Created by Marek Vajgl.
Project pages: https://github.com/Engin1980/VPilotNotifications
Report issues via the Issues tab on the project GitHub pages.