consider it done. ill extract now and post here, it should be in the latest by tomorrow morning.
since it's 11:30 pm now here
since it's 11:30 pm now here
Is it possible that u write an repacker ?Quote:
don't know what you all mean with encryption, this pak file isn't encryptet
How to unpack: you need to know how to program a simple table reader with data copy function
Target file: data.hd
you must open data.hd to get the table for data.pak, this is simple
the start of file (first 560 Byte are double offsets for later files (i think for fast patching))
so start at offset 560 (0x230) and do a simple loop.
it's always so:
when your done, write a copy data function to extract the files from data.pakCode:4 Byte = NamePointer X Byte = Filename + path (read namepointer to get size of name) 8 Byte = Offset 8 Byte = Filesize 4 Byte = dummy
and you get the files for modding (i haven't testet if the files works WITHOUT data.pak but maybe it does).
i write a program to unpack it but it's written in VB6, i get a array error because in table are more then 50000 files and in my VB6 a array can only be 32767, so some bugfix until it works to extract all files.
screenshot: [Only registered and activated users can see links. Click Here To Register...]
when my program works without bugs, maybe i release it.
but all files before 32768 can be extractet without problems, and all are working so no encryption.
http://s4.massmirror.com/