Tomb Raider Legend/Anniversary tool
by Rafael Vuijk (DarkFader)
http://darkfader.net/
Contact darkfader@gmail.com for bugs etc.

Requirements
	.NET framework 2.0. You will get an error at start up when not installed.

This tool can
	* extract content from the bigfiles
	* not (yet) add files
	* delete files
	* compact bigfiles (after deleting)
		Make sure you have at least a few hundred megabytes free in the Tomb Raider directory.
	* play sounds directly when the channel window is opened
	* verify CRC32s. This will calculate CRC32s of files shown in the listview.
		It might take a long time depending on the number of files to process!
		Colors: green = Original, red = modified, gray = not calculated, black = unknown

Notes
	Do not abort an edit operator (compact, add files).
	You should not need the save button. It will be removed later.
	File properties are located in "Tomb Raider. Legend" and "Tomb Raider. Anniversary" subdirectory.
	If anything goes wrong, just unRAR the bigfiles from original disc. (filename "archive.dat". tip: do not drag 'n drop)
	To clean other languages, just deselect "default" language and press CTRL+A to select files and then press DELete key.

filenames.txt
	holds file names which are gathered by using a debugger while playing TRL.
	Not every content is used and therefore pretty incomplete.

filenames2.txt
	holds file names which are derived from filenames.txt.
	This extends numbered files by trial-and-error testing. Some of these might be false positives.

filetypes.txt
	list of detected filetypes from contents

filecrc32.txt
	original CRC32s of files

Clipboard format (might change)
	hash, fileName, partNum, offset, length, languageNum1, -, extensionNum1, bigOffset, calculated_crc32, original_crc32

Version history
	v1.00 - It extracts all English content from the bigfiles.
	v1.01 - Adds extension to unknown filenames.
	v1.1 - .NET GUI version
	v1.2 - support for TR:Anniversary, CRC32 verification

Todo
	Adding of files
	Add filetype detection
	Texture stuff?
	Whatnot... suggests please
