Unreal Tournament Plugin
If you already have Backup4all, you can add the Unreal Tournament backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Unreal Tournament is a first-person shooter video game where, in single-player mode, the player has to fight bots in arena matches. This plugin will back-up the Unreal Tournament savegame folder.
Raw Plugin (XML) Code: Unreal-Tournament.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{97A65EEC-3FF6-42B7-92C4-D0E14F60AFE1}</id>
<!--Program name-->
<name>Unreal Tournament</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>3.0</minversion>
<maxversion>3.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-->
<variable name="path" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Save Game" type="folder">
<folder>#path#\My Games\Unreal Tournament 3</folder>
</source>
</sources>
</b4asource>