Bee Movie Game (PS2) - DATA.DAT

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Bee Movie Game (PS2) - DATA.DAT

Post by Mygoshi »

Hello, I would need some help to extract the files from this bigfile.

Link: (expired)

Thanks in advance.
Last edited by Mygoshi on Fri Jan 14, 2022 10:44 pm, edited 2 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by aluigi »

Extremely boring format.
The only parsable data is the table with the filenames so no extraction and no script (this is for debugging):

Code: Select all

goto 0x54
get NAMESZ long
getdstring NAME NAMESZ
for i = 0 < 12
    get DUMMY long
next i
get SIZE long
savepos OFFSET
log MEMORY_FILE OFFSET SIZE
math OFFSET + SIZE
goto OFFSET
get DUMMY long
get DUMMY long
get SIZE long
xmath FILES "SIZE / (4 + 4 + 4)"
for i = 0 < FILES
    get NAME_OFF long
    get NAME_CRC long
    get ID long
    goto NAME_OFF MEMORY_FILE
    get NAME string MEMORY_FILE
    putarray 0 i NAME
next i
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by Mygoshi »

Thanks, it output a Streams.dat, could you check it please?

Link: (expired)
Last edited by Mygoshi on Fri Jan 14, 2022 10:46 pm, edited 2 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by aluigi »

I prefer to pass on this stuff. sorry.
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by Mygoshi »

Oh ok. Can I ask why though?
Last edited by Mygoshi on Fri Jan 14, 2022 10:46 pm, edited 2 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by aluigi »

Because it's a messy archive, it's not even clear if the data at the beginning are offset and size references or something else.
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by Mygoshi »

I think some other files may be useful to understand the format more.
Last edited by Mygoshi on Fri Jan 14, 2022 10:46 pm, edited 2 times in total.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Bee Movie Game (PS2) - DATA.DAT

Post by AnonBaiter »

So upload it if you think these files are useful.
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by Mygoshi »

They're unfortunately too big.
Last edited by Mygoshi on Fri Jan 14, 2022 10:47 pm, edited 2 times in total.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Bee Movie Game (PS2) - DATA.DAT

Post by AnonBaiter »

Upload just one then.
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by Mygoshi »

Here is one of them: (expired)
Last edited by Mygoshi on Fri Jan 14, 2022 10:47 pm, edited 2 times in total.
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Bee Movie Game (PS2) - DATA.DAT

Post by Mygoshi »

Nobody?
JackTheRipper
Posts: 51
Joined: Mon Jan 10, 2022 12:12 am

Re: Bee Movie Game (PS2) - DATA.DAT

Post by JackTheRipper »

The names from DATA.DAT are must be stored in the elf file.