Jump to content

Issues when using both Buttkicker and WinWing vibrations


Recommended Posts

Hi.

I have a Buttkicker ( and the HaptiConnect software ) and a WinWing HOTAS ( and their SimAppPro software ).

When I fly using only one of these two vibration devices, the vibrations are working perfectly.

However, when trying to have them both in the Export.lua script, the Buttkicker vibrations are weird, kind of being turned on and off really quickly, jaggeded. 

The full lua script is linked.

 

What can I do to have both vibration systems work fine ? 

local wwtlfs=require('lfs')
dofile(wwtlfs.writedir()..'Scripts/wwt/wwtExport.lua')

local ButtKickerLfs=require('lfs');
dofile(ButtKickerLfs.writedir()..'Scripts/ButtKicker_Export.lua')

pcall(function() local dcsSr=require('lfs');
dofile(dcsSr.writedir()..[[Mods\Services\DCS-SRS\Scripts\DCS-SimpleRadioStandalone.lua]]); end,nil)

Just in case, I've added all the script BK and WW have added. 

ButtKicker_Export.lua ButtKicker-DbDump.lua wwtExport.lua wwtNetwork.lua

Link to comment
Share on other sites

Hello,

Try changing the order of your export.lau. Try putting WW last as you mentioned that each works by itself, so it maybe when you add the other entry to export.lau and the order you have them in. That happened to me but with the lights. The solution was reordering my export.lau. I have WW last in my export.lua.

Hope it helps,


Edited by Dos
Link to comment
Share on other sites

  • Recently Browsing   0 members

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