AlphaSputnik Posted April 22, 2024 Posted April 22, 2024 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
Dos Posted April 23, 2024 Posted April 23, 2024 (edited) 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, J Edited April 23, 2024 by Dos
Recommended Posts