Skip to content

resolving micro-stutters introduced by DCS-ExportScript #27

@DarthZyll

Description

@DarthZyll

credit to Wombat in the ED forums for finding this. Wanted to make the devs aware, so you can investigate. I can confirm that it was a good fix for me, with no apparent loss of functionality.

https://forum.dcs.world/topic/320067-possible-fix-for-dcs-exportscriptstream-deck-stutter/

Specifically, open the file \Saved Games\DCS\Scripts\DCS-ExportScript\lib\Tools.lua and then search for "settimeout(.001)" or just go to line 48.

Then simply change the value .001 to 0, such that the line reads:

"ExportScript.socket.try(ExportScript.UDPListener:settimeout(0)) -- set the timeout for reading the socket; 250 fps"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions