Forum > DCS World

Updated DCS world exporter

(1/2) > >>

Asid:


Updated DCS world exporter
27 Oct 2020

Have a look at the revamped DCS World exporter:



Phil06:
Hi, it's great

PS: where is the setting for the anti cheat delay? it wasn't on this sheet?

Best regards

BuzyBee:
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:


--- Code: ---["tacviewRealTimeTelemetryEnabled"] = true,
["tacviewRealTimeTelemetryPassword"] = "",
--- End code ---

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:


--- Code: ---["tacviewRealTimeTelemetryEnabled"] = false,
["tacviewRealTimeTelemetryPassword"] = "",
--- End code ---

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.

Phil06:
Great thx

Best regards

Phil06:
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

Navigation

[0] Message Index

[#] Next page

Go to full version