mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
Change values of:
ExportScript.Config.ExportInterval ExportScript.Config.ExportLowTickInterval
This commit is contained in:
parent
e15675c994
commit
e2623ed6d2
@ -33,8 +33,8 @@ ExportScript.Config.DACListener = true -- false for not use
|
|||||||
ExportScript.Config.DACListenerPort = 26027 -- Listener Port for D.A.C.
|
ExportScript.Config.DACListenerPort = 26027 -- Listener Port for D.A.C.
|
||||||
|
|
||||||
-- Other
|
-- Other
|
||||||
ExportScript.Config.ExportInterval = 0.1
|
ExportScript.Config.ExportInterval = 0.05 -- 20Hz
|
||||||
ExportScript.Config.ExportLowTickInterval = 1
|
ExportScript.Config.ExportLowTickInterval = 0.5
|
||||||
ExportScript.Config.LogPath = lfs.writedir()..[[Logs\Export.log]]
|
ExportScript.Config.LogPath = lfs.writedir()..[[Logs\Export.log]]
|
||||||
ExportScript.Config.ExportModulePath = lfs.writedir()..[[Scripts\DCS-ExportScript\ExportsModules\]]
|
ExportScript.Config.ExportModulePath = lfs.writedir()..[[Scripts\DCS-ExportScript\ExportsModules\]]
|
||||||
ExportScript.Config.Debug = false
|
ExportScript.Config.Debug = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user