Bioshock Plugin
If you already have Backup4all, you can add the Bioshock backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Bioshock is a first-person shoorter video game whose action is set in an alternate history (1960), where a plane crash survivor has to explore an underwater city (Rapture) surviving attacks by mutants and mechanical devices. This plugin will help you back-up the Bioshock savegame folder.
Raw Plugin (XML) Code: Bioshock.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{0AF6A2BD-ABB1-4AF1-A192-4BAD6DE39847}</id>
<!--Program name-->
<name>Bioshock</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="mydocuments" 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>#mydocuments#\Bioshock\Savegame</folder>
</source>
</sources>
</b4asource>