Tundrize Release 0.1
Copyright Charles 'Kyevan' Bachhuber
Released under the same GPL version as Tundra itself... whatever that is.
Converts lemmings levels to Tundra format

NOT TESTED ON ANYTHING BUT LINUX! /WILL NOT/ WORK WITH WINDOWS RELEASE (but
using the source release on Windows might.)

INSTALL
-------
Place extra-extractor.py and decrunch.py in your Tundra/src folder. (decrunch
had some bugs which caused special levels to have crushers instead of exits!)
You might want to back up your .tundra file, just in case.

USAGE
-----
cd to the Tundra/src directory. Run python extra-extractor.py. Type the level
pack's path.

TUNDRIZE.PY
-----------
Tundrize.py is the settings file used by the extractor. It's written useing
python - enough of the format should be documented and/or obvious looking at
the examples included that you should be able to write your own.

KNOWN BUGS
----------
None that are my fault! Well, ok, maybe.
* Some levels will not work. For example, The COVOX Level and the entire
	Companion pack (except The Prima Publishing Level) are not solvable as the
	exit sensor range is 8 px under ground. The same thing happens to some
	traps. (This one is Tundra's fault, I think)
* No nice error handleing. If it doesn't work, it spits out the Python error
	message and dies.
* Difficulty names must not contain spaces, Tundra goes crazy if they do.
* Does not extract terrain/trap/lemmings images. You must have Lemmings or
	Oh No! installed in Tundra (depending on the set) for the extracted levels
	to work.
