(http://i.imgur.com/zn9b1AI.jpg)
Updated DCS world exporter
27 Oct 2020
Have a look at the revamped DCS World exporter:
(https://www.tacview.net/rss/tacview-185-new-exporter.png)
Hi, it's great
PS: where is the setting for the anti cheat delay? it wasn't on this sheet?
Best regards
Hi,
If you want NO anti-cheat delay on your server, starting with Tacview 1.8.5, just enable Real-Time Telemetry by checking the box in the top-right corner.
Add a password if you want a password to be required, otherwise leave the password blank.
In the options.lua file, this is the equivalent of:
["tacviewRealTimeTelemetryEnabled"] = true,
["tacviewRealTimeTelemetryPassword"] = "",
If you want an anti-cheat delay of 10 minutes, disable Real-Time Telemetry by un-checking the box in the top right corner.
In the options.lua file, this is the equivalent of:
["tacviewRealTimeTelemetryEnabled"] = false,
["tacviewRealTimeTelemetryPassword"] = "",
The client should also have Real-Time Telemetry enabled on their end but their settings will not affect the anti-cheat delay of the server.
Great thx
Best regards
Hi it seems it doesn't work, after i added the command when i open as server it reload the file without the command
Best regards
Make sure you are in the correct DCS folder - the folder under Saved Games may be called DCS, DCS.openbeta, DCS.server, DCS.openbeta_server depending on what version of DCS you are running.
So if you want to remove the 10-minute delay from your server you may have to edit Saved Games\DCS.server\Config\options.lua . Or replace DCS.server with whatever you server is called. Check in the Saved Games folder.
If it still doesn't work please share your DCS log.
Hi thx for answer here my Option.lua and dcs.log
Best regards
Sorry I gave you out-of date information before! I have edited my posts above so as not to further confuse others.