Hi everybody,
I'm currently taking a look at the PS2 version of Alone in the Dark (2008). It includes lots of rwt files that are apparently compressed but decompression tests at offsets 0, 4, 8 and 12 didn't bring up any results. All of these start with "decompressed size", "zero" and then 000BECBA. Does anybody have an idea?
Here are some samples that _should_ contain some kind of midi files or trackers:
https://mega.nz/#!m0tEjJiS!K6K4p5F3NGEW ... RrHrvQJ4WY
Thanks for your help!
Alone in the Dark PS2 *.RWT compression
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Alone in the Dark PS2 *.RWT compression
It's just gzip:
Code: Select all
comtype gzip
get SIZE asize
clog "output.dat" 0 SIZE SIZE
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Alone in the Dark PS2 *.RWT compression
oh... well that's easy.. Did you recognize the structure or did you run it through your scanner?
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Alone in the Dark PS2 *.RWT compression
oh... well that's easy.. Did you recognize the structure or did you run it through your scanner?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Alone in the Dark PS2 *.RWT compression
It's the usual 0x1f 0x8b