Bee Movie Game (PS2) - DATA.DAT
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Bee Movie Game (PS2) - DATA.DAT
Hello, I would need some help to extract the files from this bigfile.
Link: (expired)
Thanks in advance.
Link: (expired)
Thanks in advance.
Last edited by Mygoshi on Fri Jan 14, 2022 10:44 pm, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Bee Movie Game (PS2) - DATA.DAT
Extremely boring format.
The only parsable data is the table with the filenames so no extraction and no script (this is for debugging):
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
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Bee Movie Game (PS2) - DATA.DAT
Thanks, it output a Streams.dat, could you check it please?
Link: (expired)
Link: (expired)
Last edited by Mygoshi on Fri Jan 14, 2022 10:46 pm, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Bee Movie Game (PS2) - DATA.DAT
I prefer to pass on this stuff. sorry.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Bee Movie Game (PS2) - DATA.DAT
Oh ok. Can I ask why though?
Last edited by Mygoshi on Fri Jan 14, 2022 10:46 pm, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Bee Movie Game (PS2) - DATA.DAT
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.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Bee Movie Game (PS2) - DATA.DAT
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.
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Bee Movie Game (PS2) - DATA.DAT
So upload it if you think these files are useful.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Bee Movie Game (PS2) - DATA.DAT
They're unfortunately too big.
Last edited by Mygoshi on Fri Jan 14, 2022 10:47 pm, edited 2 times in total.
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Bee Movie Game (PS2) - DATA.DAT
Upload just one then.
-
- Posts: 654
- Joined: Mon Oct 27, 2014 1:49 pm
Re: Bee Movie Game (PS2) - DATA.DAT
Here is one of them: (expired)
Last edited by Mygoshi on Fri Jan 14, 2022 10:47 pm, edited 2 times in total.
-
- Posts: 51
- Joined: Mon Jan 10, 2022 12:12 am
Re: Bee Movie Game (PS2) - DATA.DAT
The names from DATA.DAT are must be stored in the elf file.