Skip to content

A collection of various small plugins for X-Plane 11 that mostly improve usability

License

Notifications You must be signed in to change notification settings

matatata/XPPlugins

 
 

Repository files navigation

XPPlugins

A collection of various small plugins for X-Plane 11 that mostly improve usability.

It currently includes

  • ToggleMouseLook
    Adds new commands that mimic the mouse look behaviour of Prepar3D.
  • BetterMouseYoke
    Removes the centered + sign with the squared box around it and adds a new command that lets you toggle mouse yoke control on or off.
  • MouseButtons
    A plugin that frees up the underused mouse in X-Plane 11 and let's you bind arbitrary commands to any of your mouse buttons and/or mouse wheel.
  • CycleQuickLooks
    Adds two new commands for cycling through a plane's configured quick looks.
  • PluginLoader
    Enables dynamic loading and unloading of X-Plane 11 plugins under Windows.
  • A320UE
    Adds a couple of new commands and other tweaks to the FF A320 Ultimate to make it even more enjoyable to fly.
  • XPMods
    A PowerShell script for safely installing and/or uninstalling mods that replace or modify existing XP files.

Building

Under Windows either simply run msbuild.exe or just open XPPlugins.sln in Visual Studio and build the solution.

For MacOSX you can just do a make all.

matatata: 2023 Aug 27

I added cmake support ad fixed minor macos problems regarding mouse events.

It will build universal binares that will run on intel and Apple Silicon Macs. X-Plane must be allowed to capture events - It will ask you. Tested on macOS Ventura 13.5.1.

Build like this:

cd XPPlugins
cmake -S . -B build
cd build
make

You'll then find the plugins in build/install

About

A collection of various small plugins for X-Plane 11 that mostly improve usability

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 45.4%
  • Pascal 28.7%
  • C# 17.0%
  • C++ 7.2%
  • PowerShell 1.2%
  • CMake 0.4%
  • Makefile 0.1%