CMDBTapanify 1.0 by Tapani Utriainen
------------------------------------

This is a tool for converting a CM01/02 database for use with my patches.

In order to use this tool there must be a configuration file present
in the same directory as the cmdbtapanify executable.
This configuration file is named tapanify.cfg, and is a plain text
file editable with either notepad or wordpad.
Also, the configuration file can refer to additional league files.

tapanify.cfg
------------

The first line in this file is the expected start year of the game.
This is used for filling in histories up to that year, and making sure
contracts are protected when the game is started. Also this year is
used for setting up loans, injuries and future transfers.

The consequent lines contain the name of nations that needs to have
their leagues modified. Typically, nations that has had some of their 
league structure(s) changed by the patch is to be mentioned here.

For each nation present, the tapanifier will read the corresponding
league file (for instance England.league) and process them accordingly.

League files
------------

The league files are used for moving clubs between divisions in a way
not allowed by the editor. Entries in the .league files are of the form:

Club Name
Division Name

Each such entry will move the named club to the named division (regardless
of where the club is playing, and regardless of how many teams there should
be in the named division. No safety nets there.

Some of the sample league files contain all clubs in the leagues. That is not
necessary. Only the clubs to move *needs* to be present, see England.league
for a minimal league file.

Note: all nations, clubs and leagues needs to be spelled exactly as by the
game, otherwise the tapanifier will not find them.

Good luck!

//Tapani
