=====================================================================
Replay Manager v1.3
Copyright (c) 2003 by xill & Pr1v. All rights reserved.
=====================================================================


CONTENTS
--------
 1  Program information 
 2  Developer information 
 3  Program description 
 4  System Requirements
 5  Installation 
 6  Uninstallation 
 7  Distribution terms
 8  Copyright and license
 9  Disclaimer of warranty


1 Program information
---------------------
 Program Name:  Replay Manager
 Program Version:  1.3
 Program Release Date:  August 1, 2003
 Target OS:  Windows NT/2000/XP/2003


2 Developer information
---------------------
 Developer Names:   xill & Pr1v
 Developer e-mail:  xillie@hotmail.com
 Developer WWW:     http://www.wc3addicts.com/replaymanager.php

 Please contact us if you find bugs or have suggestions.


3 Program description & information
-----------------------------------
 Replays are saved and given an ID by gametype.
 They will be saved in the Warcraft III replay folder under the given gametype folder (which can contain '\').


 If you choose to treat custom games as ladder game, Replay Manager will look for obvious gametypes such as
 1on1, 2on2, 3on3 etc. Other replays will be saved as FFA games.

 If you choose to save only maps listed in the MapList.txt file it will only save blizzard maps by default. However you can modify the textfile to add or delete maps to your own preference. This option is made to prevent Tower Defence and Footman War like maps form begin saved.

 You can define the filename the replay should get using a script-like sentence:

 Variables are placed between two '%'.
 This is a list of variables currently usable (if you still miss one or more please let me know):


 %id%			increasing number: '001','002','003' etc (unique per gametype)

 %v%			replay version number: 'v1.xx'

 %d%                    the date: 'DD-MM'

 %p*.*%			playername: p1.1 = player 1 of team 1, p2.1 = player 1 of team 2 etc

 %r*.*%			race: 'Human', 'Night Elf', 'Orc', 'Undead', 'Random'

 %sr*.*%		shortrace: 'H', 'N', 'O', 'U', 'R'


 Everything(between) '&' will be reapeated. For example:

 This:			results in:

 &%p1.*% & 	        '%p1.1% ' in 1on1, '%p1.1% %p1.2% ' in 2on2, '%p1.1% %p1.2% %p1.3% ' in 3on3 etc
 
$%sr*.1% &		the shortrace of the first player in every team in the replay

 $%p*.*% &		a list of every player in the replay (useful in FFA)

 Notes:

 - Observers are not listed anywhere so p*.* will never result in an observer.

 - Making an error in this string will result in a replay named: 'Error in filename syntax.w3g'
   You can rename it to LastReplay, put it in the replay directory and it will be processed again.


4 System Requirements
---------------------
 This program needs the .NET Framework v1.1 to run as it is developed using the .NET Framework SDK.
 This means it will only run on Windows versions NT / 2000 and higher.

 If you get an initialization error this means you need to (re)install the .NET Framework v1.1:

 http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en


5 Installation
--------------
 Extract the zip to where ever you want and run it. Adviseble is to keep running it from there.


6 Uninstallation
----------------
 Just remove the files from your hard disk.


7 Distribution terms
---------------------
 Replay Manager may be distributed freely in its original unmodified
 and unregistered form. The distribution package has to include all files
 of its original distribution.
  
 Distributors may not charge any money for it, while they may charge money 
 for the medium (online-time, CD-ROM, etc.).

 We're always glad to hear where and for which purpose you use our program.


 8 Copyright and license
------------------------
 This program is (c) by xill & Pr1v.


 9 Disclaimer of warranty
-------------------------
 This software is provided "as is" and without warranties whether expressed or
 implied. Because of the various software and hardware environments into
 which this program may be put, no warranty of fitness for a particular
 purpose is offered.

 Usage of this program may violate the copyright of the modified software. 
 It is your responsibility to respect all legal aspects. You don't have the 
 right to release to public any programs which were altered using Replay Manager,
 if not expressively granted by the respective authors.