Plugin Installation
This page covers how to install the vMaestro plugin into vatSys.
Prerequisites
- vatSys version 1.4.20 or later
- .NET Framework 4.7.2 or later
Installation
- Download the latest release from GitHub
- Extract
Maestro.zipinto your vatSys plugins directory:Documents\vatSys Files\Profiles\<Profile Name>\Plugins\MaestroPlugin - Run
unblock-dlls.bat(included in the zip) to unblock the DLL files
The zip includes a minimal example configuration (Maestro.yaml). This will need to be customised for your airport(s) before operational use.
Verification
- Open vatSys
- Look for the
TFMSmenu item in the menu bar - Click
TFMSand select an airport - If the vMaestro window appears, installation was successful
Troubleshooting
TFMS menu item not appearing
The DLL files may be blocked by Windows security.
- Locate
unblock-dlls.batin the plugin folder (or a parent folder) - Run the script by double-clicking it
- Press
Ywhen prompted to confirm - Restart vatSys
DPI Awareness Issues
On high-resolution displays, graphical issues may occur.
- Locate
dpiawarefix.batin the plugin folder - Run the script
- Restart vatSys
Unable to locate Maestro.yaml
The plugin cannot find its configuration file.
Ensure Maestro.yaml is placed in one of the following locations (searched in order):
{ProfileDirectory}/Plugins/Configs/Maestro/Maestro.yaml{ProfileDirectory}/Plugins/Configs/Maestro.yaml{ProfileDirectory}/Plugins/Maestro.yaml{ProfileDirectory}/Maestro.yaml{PluginDirectory}/Maestro.yaml
See Plugin Configuration for configuration details.
Next Steps
Once installation is verified, proceed to Plugin Configuration to customise vMaestro for your airport(s).