Hi!

First, thank you for using my tool.

SETUP:

just extract the program to your IcyTower-Directory.
Nothing more is needed.

HOW TO USE:

just start it, select your IcyTower.exe (in general, it should be set automatically,
but if you use for exampel my other tool, ITPS, you should set the file to the ITPS.exe)
, select your desired mod, and Start it.

To use other mods, you need "ITMS-compliant"-mods.
that means:

You have to extract the mods to the directory "mods" in your IcyTower-Dir.
In this dir, all mods are in.
Every mod has it's own directory.
In this directory, there is an .ini-file.
The name of the directory, the name of the .ini-file and the section of the
.ini file have to be the same!(The section is the string in the []-brackets).
In the directory of the mod, all modified files are in.
And they have to be in the same structure like the original files.

Now a exampel:

IcyTower-Dir

-data		(dir)
-replays	(dir)
-mods		(dir)
--Mod1
---Mod1.ini	(file)
---IcyTower.exe	(file)
---data		(dir)
----data.dat	(file)

now the structure of the .ini:

there is 1 section, the name of the mod.

These two entries have to be:

files : the number of modified files
fileX : the file wich is modified, X is the number (beginning with 0!)

These entries are optional:

version - Verison-information
code	-
graphics-Credits
sound	-

now the .ini for the above example:

[Mod1]
version=1.0
graphics=Modder

files=2
file0=IcyTower.exe
file1=data\data.dat


So, I hope you get it ...