Jump to content

Dcs bios F-16 plugin update changes


Hatiz

Recommended Posts

After last update I had problems with caution lights in my cockpit. As I checked in Control Reference their codes has changed
E.g:
DcsBios::LED lightMainGen(0x4476, 0x0020, 12); (Before)
DcsBios::LED lightMainGen(0x447a, 0x0002, 12); (Now)


This small diffrences made my lights completly usless. After changes in codes they are working.


I saw that my segment display is not working with code that was fine before, so I checed strings, and they are diffrents too.
E.g:
DcsBios::StringBuffer<7> uhfFreqDispBuffer(0x4590, onUhfFreqDispChange); (Before)
DcsBios::StringBuffer<7> uhfFreqDispBuffer(0x45a8, onUhfFreqDispChange); (Now)


Anyone of you had same problems as me? Is there are any other thigns I should know?

Link to comment
Share on other sites

  • 4 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...