Crysis Plugin
If you already have Backup4all, you can add the Crysis backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Crysis is a first-person shooter game based in a future where ancient Alien structures were discovered burried in a mountain near East Philippines. This plugin will allow backing up the Crysis savegame folder.
Raw Plugin (XML) Code: Crysis.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{1CC11ED1-54B7-400E-A81F-86764464A703}</id>
<!--Program name-->
<name>Crysis</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion/>
<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 Games" type="folder">
<folder>#path#\My Games\Crysis\SaveGames</folder>
</source>
</sources>
</b4asource>