Sorry for making so many requests, but is there any way to extract and repack these .DAT files that a PS1 game uses called Crash Bash? I really want to see this game get modded in some form or another!
.DAT file:
https://www.dropbox.com/s/sy2ylefurycv9 ... le.7z?dl=0
30 MB compressed
105 MB decompressed
Crash Bash .DAT file unpacker/repacker?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Crash Bash .DAT file unpacker/repacker?
I see no headers or information or known file formats.
At the beginning there is something that "looks" like an header but it contains nothing to be used.
This script tests the sort-of header at the beginning and show that there is nothing:
At the beginning there is something that "looks" like an header but it contains nothing to be used.
This script tests the sort-of header at the beginning and show that there is nothing:
Code: Select all
debug 1 # show all the fields
goto 0xa
get FILES short
goto 0x20
for i = 0 < FILES
get DUMMY long
get DUMMY long
getdstring DUMMY 0x1c
next i
-
- Posts: 118
- Joined: Sun Dec 14, 2014 3:56 pm
Re: Crash Bash .DAT file unpacker/repacker?
I'm not sure why the data is that way. I guess this is one game that cannot be modified.
-
- Posts: 161
- Joined: Sat Dec 13, 2014 1:01 am
Re: Crash Bash .DAT file unpacker/repacker?
I can see that there is some pixel data for the loading/menu screens ("Sony Computer Entertainment Europe Presents", etc) in the file, in 1555 format with a width of 512 pixels. Unfortunately that seems to be all I can find, not textures or anything. As aluigi says it doesn't really seem to be extractable anyway.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Crash Bash .DAT file unpacker/repacker?
Maybe there is an index file containing the information for extracting the files.
-
- Posts: 118
- Joined: Sun Dec 14, 2014 3:56 pm
Re: Crash Bash .DAT file unpacker/repacker?
I have another request; It's for a different game, but it's the same series. It is a game called Crash Bandicoot: The Wrath of Cortex. I found this .DAT file that apparently contains the character models.
Not sure if this can be extracted/reimported, but here it is if you want to give it a go;
https://www.dropbox.com/s/0wlw3jsmmz5j2vw/CHARS.7z?dl=0
Not sure if this can be extracted/reimported, but here it is if you want to give it a go;
https://www.dropbox.com/s/0wlw3jsmmz5j2vw/CHARS.7z?dl=0
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm