Uploading would take days as I have very slow upload speed. Just the example files took me 32mins to upload.
The Installation is about 5,8GB large.
Here is the Direct Download and the Official Torrent.
Thank you for your reply and interest to get this project done ;)
EDIT:
I found a QuickBMS script to extract the files, I cannot test it currently as I am on a Linux PC. Once tested and if it works, we still need a re-compiler to put the files back together.
Code:
get zsize asize
math zsize - 4
goto zsize
get offset long
print "%offset%"
math offset - 4
goto offset
get files long
savepos offset
math zsize - offset
set size files
math size * 0x114
clog MEMORY_FILE offset zsize size
for i = 0 < files
getdstring name 0x104 MEMORY_FILE
get size long MEMORY_FILE
get zsize long MEMORY_FILE
get offset long MEMORY_FILE
get null long MEMORY_FILE
clog name offset zsize size
next i