johand Posted July 29, 2019 Posted July 29, 2019 Hello, I got the Helios profile working on my remote laptop with touchscreen using the excellent Capt Zeen Profile for the f-18. This is my export.lua : tlocal lfs=require('lfs'); dofile(lfs.writedir()..'Scripts\\Helios\\HeliosExport.lua') --dofile(lfs.writedir()..[[scripts\SRS\DCS-SimpleRadioStandalone.lua]]) --dofile(lfs.writedir()..'Scripts/TacView/TacviewGameExport.lua') gHost = "192.168.0.197" gPort = 9089 gExportInterval = 0.1 -- frequency of export events (sec) gExportLowTickInterval = 2 -- export events call ProcessLowImportance every this many events. I see the gauges change like it should be so this works fine. However keypresses are not working. I think I read somewhere about key presses not being send from remote pc's. Is there something additional I should do/install to send the keypresses from a remote pc with Helios to the pc where I run DCS ? Thank you. Johan
Recommended Posts