ScottyMac52 / MFDisplay

Utility that allows the display of any image cropped from an external image file (Bitmap images of type jpeg,png and bmp) into any sized image on the screen in any coordinate available to the display system.
MIT License
8 stars 0 forks source link

"Fw-190" entry must be broken out into "Fw-190A8" and "Fw-190D9" #69

Closed HomeFries94 closed 4 years ago

HomeFries94 commented 4 years ago

With separate profiles for both the A8 and D9 variants of the Fw-190, MFDisplay must also create separate profiles for each Fw-190 variant. The current profile is "Fw-190", whereas CTS calls "Fw-190A8" and "Fw-190D9".

Recommended entries in mfdsettings.config: `

\

  <Configurations>
    <add name="WHKEY" filename="Fw-190\DCS Fw190A8 WH.jpg" />
  </Configurations>
</add>
<add moduleName="Fw-190A8HV" displayName="Fw-190 A-8 Anton HiViz" filename="Fw-190\DCS Fw190A8 MFD HiVis.jpg">
  <Configurations>
    <add name="WHKEY" filename="Fw-190\DCS Fw190A8 WH.jpg" />
  </Configurations>
</add>
<add moduleName="Fw-190D9" displayName="Fw-190 D-9 Dora" filename="Fw-190\DCS Fw190D9 MFD.jpg">
  <Configurations>
    <add name="WHKEY" filename="Fw-190\DCS Fw190D9 WH.jpg" />
  </Configurations>
</add>
<add moduleName="Fw-190D9HV" displayName="Fw-190 D-9 Dora HiViz" filename="Fw-190\DCS Fw190D9 MFD HiVis.jpg">
  <Configurations>
    <add name="WHKEY" filename="Fw-190\DCS Fw190D9 WH.jpg" />
  </Configurations>
</add>`
ScottyMacDev commented 4 years ago

I updated the shipped configuration and it will be deployed with version 2.7 of the product which is currently in work.

ScottyMac52 commented 4 years ago

This version will not be updated with these configurations.