Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Re5 Arc files

Read or post about compression. And decompression. Or ask questions how to decompress your files.
Post Reply
User avatar
Jamesuminator
advanced
Posts: 41
Joined: Sun Mar 02, 2008 12:13 am
Location: Toronto, Ontario
Been thanked: 2 times
Contact:

Re5 Arc files

Post by Jamesuminator »

I've been looking at the RE5 arc files and managed to figure out the container but not the compression. I've been told it's zlib, but I don't understand compression. If anyone could look at it, it'd be greatly appreciated.

Image

Code: Select all

Main Header:
Purple Font: Arc Signature
Red background: unknown, Dev calls this the directory offset and seeks to it, but I don't understand it's purpose. (the directory starts at 0x08, not 0x11)
Green background: Number of files.

Individual file headers:
Blue Background: 64 byte string; name and directory of file
Light Blue background: File length
Beigish grey background: File offset
Here's a link to Chris' Arc file.
http://files.filefront.com/uPl00ChrisNo ... einfo.html

thanks, James.
Image
Rheini
Moderator
Posts: 652
Joined: Wed Oct 18, 2006 9:48 pm
Location: Germany
Has thanked: 19 times
Been thanked: 46 times
Contact:

Re: Re5 Arc files

Post by Rheini »

at least there's no zlib header.
you could try adding it and using a zlib tool to extract it.
User avatar
Jamesuminator
advanced
Posts: 41
Joined: Sun Mar 02, 2008 12:13 am
Location: Toronto, Ontario
Been thanked: 2 times
Contact:

Re: Re5 Arc files

Post by Jamesuminator »

Thanks, I'll look into that. But when I say I know nothing about compressions I mean nothing <_<. lol, I guess it's never too late to learn.
Image
Rheini
Moderator
Posts: 652
Joined: Wed Oct 18, 2006 9:48 pm
Location: Germany
Has thanked: 19 times
Been thanked: 46 times
Contact:

Re: Re5 Arc files

Post by Rheini »

User avatar
Jamesuminator
advanced
Posts: 41
Joined: Sun Mar 02, 2008 12:13 am
Location: Toronto, Ontario
Been thanked: 2 times
Contact:

Re: Re5 Arc files

Post by Jamesuminator »

Well sadly it isn't signed with the 78 thing. But that's probably because they used a default quality of compression and just removed the signature. The data is definitely compressed though, looking at it there are no 0s or anything. Now just to look up how zlib compresses. Thanks for that though, it always gets me motivated to start.

Edit:
Further research tells me that the correct term is DEFLATE.
Image
Post Reply