Limited time promo

The Witcher Plugin

Softland
Softland
0 USD

The Witcher backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the The Witcher backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
The Witcher is a computer role-playing game for PC. The game is based on the book series of the same name by Polish author Andrzej Sapkowski. The game was released in Europe and North America in October 2007.

About The Witcher

The Witcher takes place in a medieval fantasy world and follows the story of Geralt, one of a few remaining "witchers" — traveling monster hunters for hire, gifted with unnatural powers. The game's system of "moral choices" as part of the storyline was noted for its time-delayed consequences and lack of black-and-white morality.

How to backup and restore The Witcher using Backup4all plugin

After you install and configure The Witcher, its settings on another computer or to re-configure it after re-installing your system. This is where the plugin to back up The Witcher is important as it will save you time.
Creating a backup job in Backup4all using The Witcher plugin, will allow you to back-up the save game files.
In order to backup The Witcher, you have to follow these steps:
  1. Download and install the backup plugin here: The Witcher backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up The Witcher. If you don't know how to install the plugin and run the backup, read this article:http://www.backup4all.com/kb/how-to-download-install-and-use-backup-plugins-910.html
If you need to restore The Witcherfiles after a fresh system installation or on a different computer, follow these steps:
  1. Install The Witcher and The Witcher plugin from here: The Witcher backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Press the Restore button and follow the wizard steps.

What information is backed up when using The Witcher plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Save Game: My Documents\The witcher

Raw Plugin (XML) Code: The-Witcher.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{FEDB7640-6187-44A3-8F7B-7D306030B0B2}</id>
  <!--Program name-->
  <name>The Witcher</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 game" type="folder">
      <folder>#path#\The witcher</folder>
    </source>
  </sources>
</b4asource>