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


LICENSE:
	This software has been released AS IS. It does not come
	with a warenty of any kind. You are free to use this
	software as you want. You are free to distribute this
	software, but only if it's available at no cost for the
	end user.


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] [-v|-q] [-t] [-o <path>] file ...

 -c             compress file (default)
 -d             decompress file
 -o <path>      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
