	
	TinyUZ2 - UZ2 (de)Compression Utility
	Copyright 2004, 2005 Michiel 'El Muerte' Hendriks
			     elmuerte@drunksnipers.com

TinyUZ2 is a tool for handling uz2 compressed UnrealEngine packages.
It can both compress and decompress files. It can also display 
information about the UnrealEngine packages, in both compressed as
decompressed state. TinyUZ2 is a completely stand alone program, so
you don't need to have a UnrealEngine2 game installed.
This version of TinyUZ2 only depends on zlib version 1.1.4

Usage:
        tinyuz2 [-c|-d|-s|-h] [-v|-q] [-t] [-o ] file ...

 -c             compress file (default)
 -d             decompress file
 -h		this message
 -o		set output path
 -s             show file information (GUID, GEN, ...)
 -t             test mode, don't create output files
 -q             quiet
 -v             increase verbosity

The following file information is displayed (when using -s ):
 PVER		Package file version
 LVER		Licensee version
 GUID		The global unique identifier for the package
 GEN		The generation number

If anything went wrong the return value will be unequal to 0
