I made a few tools for game fear 2, maybe somebody could find them useful

Some of them are not finished yet because of shitty new fear 2 protection which prevents "researching" game executable....
Anyway, I decided to release few of them:
-Arch01 Extractor
-BNDL Extractor
-TEX Converter
-SND Extractor
ARCH Extractor is like ArchNoah, but this tool is made epecially for Fear 2, archive files are also different from fear 1, because fear 2 uses deflate compression in arch01 format.
BNDL Extractor is for extracting bundle file format, which is in fear engine new thing, it has a simple structure, but game seems to be not working without bndl archives, but I'm 101% sure that there is way how to enable loading from unpacked bndl archives...
TEX Converter is really simple tool, which converts TEX files to DDS files and back...
SND Extractor is not finished, extractor will extract sounds as .wav format but without correct filenames... filenames are saved in sound database (Game\database_sound\SoundDB.gamedb), I found how to obtain correct filenames from database but that structure looks so unregular and hard to understand, so I did not finished this tool....
Download:
Code: Select all
http://www.megaupload.com/?d=SILDTR0R
HELP: If you have some time and you with to help with researching gamedb file format, please let me know, I send you examples, or you can download demo... your help will be appreciated a lot

HELP: Also I need to find a way how to force fear2 to load files from unpacked bndl archives, I think that problem is in database files
HELP: I found almost all commandline arguments for fear 2, but I dont know how to use them, it seems that they must be written in command line file (fear2.exe -cmdfile cmdline.txt)
HELP: Demo version of Fear2 uses securom protection


---------------------------------