Arma 3
Drongos Active Protection System
Issues with CfgRemoteExec?
I believe we have the addon working on the server as we see the panel and have no issues with some vehicles on the server.

However I'm seeing this in our server logs and wanted to make you aware of the issue:

11:32:27 File DAPS\config.cpp, line 50: '/CfgRemoteExec/Functions/DAPS_fnc_RegisterVehicle.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 51: '/CfgRemoteExec/Functions/DAPS_fnc_DeductAmmo.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 52: '/CfgRemoteExec/Functions/DAPS_fnc_Blast.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 53: '/CfgRemoteExec/Functions/DAPS_fnc_RearmAPS.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 54: '/CfgRemoteExec/Functions/DAPS_fnc_DisableAPStype.allowedTargets': Missing ';' prior '}'
11:32:27 File DAPS\config.cpp, line 55: '/CfgRemoteExec/Functions/DAPS_fnc_DisableAPS.allowedTargets': Missing ';' prior '}'

I don't think we're having issues with remote exec, but I'll need to test.

We do use Exile but this is before Exile is loaded and I've added extra entries to our mission file for special addon's functions to work in MP.

I hope this helps with any issues that might be known as I'm wondering if this might hamper execution.

I'll be sure to test more this weekend as we are implementing this on our Warfare (CTI / BECTI) server as well.

As a follow up to the other post. It would very much help if you can generate keys for each of your addons, we had an issue when someone loaded Area of Operations on one of the servers and we can't use one key as it will allow all your addons that use that key to be loaded.

Please look into this as then we can determine which mods should be loaded or not.

Thanks for your work again! Also really enjoy using the DCE as well!!
< >
Showing 1-6 of 6 comments
UncleBilly Mar 31, 2020 @ 11:23am 
I'm getting the same "missing" messages on those lines in those files. Doing a quick look at those files and the corresponding fnc calls, nothing obvious leaped out.
Drongo  [developer] Apr 8, 2020 @ 7:33pm 
Thanks for the reports, I'll take a look at it.
UncleBilly Apr 8, 2020 @ 9:04pm 
I think you need a semicolon inside the curly braces.

class DAPS_fnc_RegisterVehicle{allowedTargets=0;};
class DAPS_fnc_DeductAmmo{allowedTargets=0;};
class DAPS_fnc_Blast{allowedTargets=0;};
class DAPS_fnc_RearmAPS{allowedTargets=0;};
class DAPS_fnc_DisableAPStype{allowedTargets=0;};
class DAPS_fnc_DisableAPS{allowedTargets=0;};
NutzMcKracken Apr 9, 2020 @ 4:58pm 
^ this....
Drongo  [developer] Apr 9, 2020 @ 5:30pm 
Thanks, this should be fixed now.
NutzMcKracken Apr 9, 2020 @ 7:55pm 
Thanks! Appreciate it!
< >
Showing 1-6 of 6 comments
Per page: 1530 50