Skip to content

Helios Plugin

BlueFinBima edited this page Aug 20, 2023 · 1 revision

Notes

DCS Aircraft

From Helios 1.6.6010, several of the DCS Aircraft interfaces have been changed to be encapsulated in their own DLLs and reworked to become plugins. The F-15E was given it's own installers in a trial to see if maintaining a new independently maintained plugin had any merit. Generally the process was relatively easy, however code had to be added to allow Style 2 interfaces loaded from JSON to find the assembly where the code lived.

Due to various profiles using images from other aircraft, there is now an alias table for images to redirect some failed {Helios} images to their new home.

The following import is needed in the project file for the plugin

  <Import Project="..\HeliosPlugin.targets" />
Clone this wiki locally