Call of Duty Plugin
If you already have Backup4all, you can add the Call of Duty backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Call of Duty is a first and third-person shooter series of games. For most games in the series the action took place in World War II, however newer versions are set in modern times. Using this plugin you will be able to back-up your Call of Duty profiles.
Raw Plugin (XML) Code: Call-of-Duty.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{34CC2583-D97D-4D41-9764-88BF07D14C91}</id>
<!--Program name-->
<name>Call of Duty</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>4.0</minversion>
<maxversion>4.9</maxversion>
<!--Information about the plugin author-->
<author>
<name>Softland</name>
<email>[email protected]</email>
<website>http://www.backup4all.com</website>
</author>
<!--Variables used in the XML file-->
<variables>
<!--If type="reg" then the value will be read from the registry-->
</variables>
<!--The backup sources-->
<sources>
<source name="Profiles" type="folder">
<folder>%programfiles%\Activision\Call of Duty 4 - Modern Warfare\players\profiles</folder>
</source>
</sources>
</b4asource>