Limited time promo

Gears of War Plugin

Softland
Softland
0 USD

Gears of War backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Gears of War backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Gears of War is a third-person shooter game published by Microsoft Game Studios, that gives you control over the troops in Delta Squad as they fight to save the people of planet Sera from the enemy known as the Locust Horde. With the help of this plugin you will be able to back-up the Gears of War savegame folder, thus your game saves will be protected in case of a crash.


Raw Plugin (XML) Code: Gears-of-War.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{42830511-C13B-4F1F-9B91-603AAD671324}</id>
  <!--Program name-->
  <name>Gears of War</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\Local AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Save game" type="folder">
      <folder>#path#\Microsoft\XLive\Content</folder>
    </source>
  </sources>
</b4asource>