Hellcat Posted June 9, 2017 Posted June 9, 2017 Can anyone tell me why these won't play nice together ...they work fine if I delete one or the other but don't seem to work together... local SimShakerlfs=require('lfs'); dofile(SimShakerlfs.writedir()..'Scripts/SimShaker.lua') dofile(lfs.writedir()..[[scripts\SimShaker-export-core\ExportCore.lua]]) -- load the DCS ExportScript for DAC and Ikarus dofile(lfs.writedir()..[[scripts\DCS-ExportScript\ExportScript.lua]]) i7-9700K @ 5.0 l MSI MPG Z390 Gaming Plus MB l 32GB DDR4 2400 Ram l Sabrent Rocket Q 1TB M.2 l EVGA 3080 FTW l Win10 Pro l WarBRD/Warthog Hotas l VKB MkIV rudder Pedals l Reverb G2
JG14_Smil Posted June 10, 2017 Posted June 10, 2017 Hello Sully. I really don't know, but I do note my export lua line is: local dcsSr=require('lfs');dofile(dcsSr.writedir()..[[scripts\DCS-SimpleRadioStandalone.lua]])
Hellcat Posted June 10, 2017 Author Posted June 10, 2017 Hey Smil ........Interesting .....the Ikarus works as written when it's alone ...totally different ...hmm i7-9700K @ 5.0 l MSI MPG Z390 Gaming Plus MB l 32GB DDR4 2400 Ram l Sabrent Rocket Q 1TB M.2 l EVGA 3080 FTW l Win10 Pro l WarBRD/Warthog Hotas l VKB MkIV rudder Pedals l Reverb G2
JG14_Smil Posted June 10, 2017 Posted June 10, 2017 -- load the DCS ExportScript for DAC and Ikarus dofile(lfs.writedir()..[[scripts\DCS-ExportScript\ExportScript.lua]]) intelliVIBE = true local dcsSr=require('lfs');dofile(dcsSr.writedir()..[[scripts\DCS-SimpleRadioStandalone.lua]]) Here is everything in my export.lua. I think line 1 is for SRS, then my obsolete feedback seat, then Ikarus last.
JG14_Smil Posted June 10, 2017 Posted June 10, 2017 Try posting in the Ikarus thread. Might get some help from someone smarter than I. :) https://forums.eagle.ru/showthread.php?t=179525
FSFIan Posted June 10, 2017 Posted June 10, 2017 It looks like the current DCS ExportScript for DAC and Ikarus does not preserve existing callback functions, it simply overwrites them. This means it will remove any callbacks from things that were loaded before it. If you load the ExportScript first and Simshaker second, it should work (because Simshaker checks for existing callback functions and makes sure they get called). I'll ask McMicha to add handling of existing callbacks in their thread on the German boards. 2 DCS-BIOS | How to export CMSP, RWR, etc. through MonitorSetup.lua
Hellcat Posted June 10, 2017 Author Posted June 10, 2017 Yes! ....Thanks guy's, I changed it around and got it going now .....changed the order to this. -- load the DCS ExportScript for DAC and Ikarus dofile(lfs.writedir()..[[scripts\DCS-ExportScript\ExportScript.lua]]) local SimShakerlfs=require('lfs'); dofile(SimShakerlfs.writedir()..'Scripts/SimShaker.lua') dofile(lfs.writedir()..[[scripts\SimShaker-export-core\ExportCore.lua]]) i7-9700K @ 5.0 l MSI MPG Z390 Gaming Plus MB l 32GB DDR4 2400 Ram l Sabrent Rocket Q 1TB M.2 l EVGA 3080 FTW l Win10 Pro l WarBRD/Warthog Hotas l VKB MkIV rudder Pedals l Reverb G2
JG14_Smil Posted June 11, 2017 Posted June 11, 2017 Very interesting you got Ikarus to work without being the last line.
McMicha Posted July 31, 2017 Posted July 31, 2017 Hello Sully_pa, the new DCS ExportScript version fixes this problem. Please download and try it! CU Micha Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION" DCS ExportScript D.A.C. DCS to Arcaze Communicator Ikarus a new Virtual Cockpit Software Deutscher Forums Thread English Forums Thread Hard/Software: AMD Ryzen 7 1800X, 32 GiB RAM, extra SSD for Windows 10 and DCS World, AMD Vega Frontier Edition with 16 GiB VRAM
Hellcat Posted July 31, 2017 Author Posted July 31, 2017 Hello Sully_pa, the new DCS ExportScript version fixes this problem. Please download and try it! CU Micha Great ! Thanks! i7-9700K @ 5.0 l MSI MPG Z390 Gaming Plus MB l 32GB DDR4 2400 Ram l Sabrent Rocket Q 1TB M.2 l EVGA 3080 FTW l Win10 Pro l WarBRD/Warthog Hotas l VKB MkIV rudder Pedals l Reverb G2
Recommended Posts