Overriding the following in your scripts should remove the need for a DRM, sadly the json error may still appear:
#ifdef Callatic_Vehicles_Armoured_Pack_Scripts modded class ArmouredPackModule: CF_ModuleGame { override bool obfm_CheckServer(string obfv_ip, int obfv_serverPort) { return true; }