Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolving micro-stutters introduced by DCS-ExportScript #27

Open
DarthZyll opened this issue Oct 15, 2023 · 0 comments
Open

resolving micro-stutters introduced by DCS-ExportScript #27

DarthZyll opened this issue Oct 15, 2023 · 0 comments

Comments

@DarthZyll
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant