Jump to content

hasole

Members
  • Posts

    107
  • Joined

  • Last visited

Posts posted by hasole

  1. I just upgraded SRS to 2.0.8.4 which runs as admin now, I'll figure that one out later.

    However SRS will not run if I have the export script in the export.lua.

    dofile(lfs.writedir()..[[Scripts\DCS-ExportScript\ExportScript.lua]])

    For now I've removed it -- so I've isolated it to that.

    Anyone else come across this?

  2. On 1/15/2023 at 1:00 PM, Norsk-L said:

    @Bailey

    I am happy to hear it is working as it should, this is the entire cockpit and I did not miss a single switch or knob

    I would ask Bailey to test this lua and add it to his files so people can download it.

    I dont think any future update would effect this and if it does I can trace it back and fix it since this exportscript works 100% now 🙂

    F-14.streamDeckProfile 11.53 MB · 9 downloads F-14B.lua 97.48 kB · 8 downloads

    Finally had time to download this profile and WOW.  Amazing work.

    • Like 1
  3. I've done it once without any AAR, but you must fly to the tanker to let the Mission work.

    Once you can AAR, its well worth playing again and you feel like a real bad ass.

    Otherwise if you can't AAR, some guy made a video saying you should stick to Instant Action missions 🙂

  4. On 7/29/2022 at 1:06 PM, II.JG1_Vonrd said:

    I'll give it a shot. I assume that if it screws stuff up I should be able to just delete. If not, a repair should fix it.

    Some modules don't have that script like the F-14 Tomcat.  It all depends on who developed it.

    I modified the F-16 one so it would turn on my CMS, HMCS and RWR.

  5. 4 hours ago, bones1014 said:

    I use this for flare and chaff. Didn't make one for gun count since that's displayed on your HUD anyway.
     

    function ExportScript.Chaff_Counter(mainPanelDevice)
    --export RIO Chaff Counter
    	local chaff_10 = string.format("%.f",mainPanelDevice:get_argument_value(392) * 10)
    	local chaff_1 = string.format("%.f",mainPanelDevice:get_argument_value(393) * 10)
    
    	ExportScript.Tools.SendData(3009, "CHAFF" .. "\n" .. chaff_10 .. chaff_1)
    end
    	
    function ExportScript.Flare_Counter(mainPanelDevice)
    --export RIO Flare Counter
    	local flare_10 = string.format("%.f",mainPanelDevice:get_argument_value(394) * 10)
    	local flare_1 = string.format("%.f",mainPanelDevice:get_argument_value(395) * 10)
    
    	ExportScript.Tools.SendData(3010, "FLARE" .. "\n" .. flare_10 .. flare_1)
    end

     

     

    Thanks for that. What have you set the button as in the stream deck app?

×
×
  • Create New...