-------< S.T.A.L.K.E.R. db explorer - FS plugin for Total Commander >-------

Version 0.0.4

Features:
exploring the structure and unpacking from the whole set of *.db* archives 
from S.T.A.L.K.E.R. "Shadow Of Chernobyl" (SHOC), "Clear Sky" (CS) and
"Call of Pripyat" (COP).

Using plugin with custom installations:
By default, plugin recognizes installed games using Windows registry.
There is a possibility to recognize games which are not registred in the Windows registry.
To do that, create a configuration file with a name stalker.ini in the plugin folder
(usually <TC folder>\pluguns\wfx\stalker\ .) This file should have the following structure:

[main]
use_registry = 1
[installations]
SHOC1 = 3312en|c:\games\s.t.a.l.k.e.r\
CS1 = 3795|c:\games\Clear_Sky\

Notes on the file format:
1. Comments are not acceptable
2. use_registry parameter may be 0 or 1. It tells plugin to use registry in addition to custom installations.
Default value is 1.
3. Each row in the section [installations] has format
<root name> = <build version>|<game installation path>

<root name> - name of the root folder in the virtual file system for specific custom installation
Avoid using names "SHOC", "CS", and "COP" that are reserved for normally installed and registred games.
<build version> - defines a version of a game. May be one of the following:
3312, 3312ru - any russian version of "Shadow of Chernobyl"
3312en, 3312ww, 3312us - any NON russian version of "Shadow of Chernobyl"
3795 - "Clear Sky"
3967 - "Call of Prypiat"
<game installation path> - Absolute physical path to the game folder. May include space symbols.
4. Spaces or tabulations right before or after symbol "|" are not acceptable.
