Dogs Of War Vu

Network of Friends => Tacview => DCS World => Topic started by: Asid on October 29, 2020, 02:36:37 PM

Title: Updated DCS world exporter
Post by: Asid on October 29, 2020, 02:36:37 PM
(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)

Title: Re: Updated DCS world exporter
Post by: Phil06 on November 17, 2020, 08:40:18 PM
Hi, it's great

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

Best regards
Title: Re: Updated DCS world exporter
Post by: BuzyBee on November 18, 2020, 03:38:52 PM
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: [Select]
["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:

Code: [Select]
["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.
Title: Re: Updated DCS world exporter
Post by: Phil06 on November 18, 2020, 05:38:19 PM
Great thx

Best regards
Title: Re: Updated DCS world exporter
Post by: Phil06 on November 20, 2020, 02:16:40 PM
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
Title: Re: Updated DCS world exporter
Post by: BuzyBee on November 20, 2020, 03:44:17 PM
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.
Title: Re: Updated DCS world exporter
Post by: Phil06 on November 22, 2020, 06:23:21 PM
Hi thx for answer here my Option.lua and dcs.log

Best regards
Title: Re: Updated DCS world exporter
Post by: BuzyBee on November 23, 2020, 07:40:54 PM
Sorry I gave you out-of date information before! I have edited my posts above so as not to further confuse others.