HelloThank you very much in advance, i

HelloThank you very much in advance, i have done what you told me and again the same situation.It doesn´t work in DCS only.There are only two scripts in the carpet
No description
No description
No description
3 Replies
walmis
walmis5mo ago
One thing I could think of is maybe a firewall is blocking communication. Are you using any firewall/antivirus with firewall product or is it windows default?
Number481
Number4815mo ago
Walmis may be onto something.
The default lua script doesn't do any logging unless it loads an aircraft it can't identify, or is identified as FC3. This debug version adds a couple logs that should show up in your DCS log. It prints a log everytime the script sends a telemetry message (a majority of these are filtered out by DCS). It also prints a log when the start and/or stop events occur...
2024-01-22 20:18:47.084 INFO LuaExport::LuaExportStart (Main): TELEMFFB Export Script starting...
...
...
2024-01-22 20:18:52.364 INFO LuaExport::LuaExportStart (Main): TELEMFFB Message Sent!
2024-01-22 20:18:55.970 WARNING LOG (30520): 306 duplicate message(s) skipped.
...
...
2024-01-22 20:20:38.434 INFO LuaExport::LuaExportStart (Main): TELEMFFB Export Script stopping...
2024-01-22 20:18:47.084 INFO LuaExport::LuaExportStart (Main): TELEMFFB Export Script starting...
...
...
2024-01-22 20:18:52.364 INFO LuaExport::LuaExportStart (Main): TELEMFFB Message Sent!
2024-01-22 20:18:55.970 WARNING LOG (30520): 306 duplicate message(s) skipped.
...
...
2024-01-22 20:20:38.434 INFO LuaExport::LuaExportStart (Main): TELEMFFB Export Script stopping...
Swap out your TelemFFB.lua file that is in the saved games folder with this one (you don't even need to start TelemFFB.. just load DCS and start a flight). Check the dcs log for the messages seen above. If you do the above, and you do see the log messages, then the export script is working but something is blocking the messages being sent from DCS->TelemFFB. Note:.. TelemFFB will ask you to overwrite the script the next time it starts (which I would let it do.. you don't want the export script trying to spam the log every time it sends a frame)
JOSGEM
JOSGEM5mo ago
Hello, thank you very much, with the Lua file that you have sent me it now works perfectly, but only by deleting the old games folder and creating a new one. I use the Kaspersky antivirus, but all the affected applications have the permissions granted without restrictions. I guess one of the other scripts must be interfering too and that's why I can't restore the old saved games folder that I had and that the telemFFB script works. Thank you very much to both for your help, you have been very kind.
No description