BMS 4.35 - Warthog - POV2

  • Hi Pilots,


    ich weiß nicht ob das unter 4.34 schon so war aber... mein POV2 (am Warthog Throttle) wurde im BMS nicht mehr angezeigt.

    Die Lösung gabs hier:
    https://www.benchmarksims.org/…663-BMS-4-35-Warthog-POV2


    Diese Zeilen sind in der 'falcon bms.cfg' inzuzufügen:

    Code
    set g_nNumOfPOVs 2      // SETUP OVERRIDE
    set g_nPOV1DeviceID 2   // SETUP OVERRIDE
    set g_nPOV1ID 0         // SETUP OVERRIDE
    set g_nPOV2DeviceID 4   // SETUP OVERRIDE
    set g_nPOV2ID 0         // SETUP OVERRIDE

    Die Device IDs entsprechen der Reihenfolge im Device Sorting +1 (das erste Device ist immer die Tastatur).

    Danach kann der POV2 am Throttle wieder wie gewohnt in BMS verwendet werden.