Open .dat file from FIFA 14 PSP

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Open .dat file from FIFA 14 PSP

Post by Old Creator »

Can anyone make a bms script to open this file?
This is from FIFA 14 PSP
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Open .dat file from FIFA 14 PSP

Post by aluigi »

Use the following script to decompress config.dat:

Code: Select all

comtype dk2
get SIZE asize
get NAME filename
string NAME + "big"
clog NAME 0 SIZE SIZE

And then use this one for extracting the files from it:
http://aluigi.org/bms/ea_big4.bms
Old Creator
Posts: 39
Joined: Sat Feb 20, 2021 8:04 am

Re: Open .dat file from FIFA 14 PSP

Post by Old Creator »

aluigi wrote:Use the following script to decompress config.dat:

Code: Select all

comtype dk2
get SIZE asize
get NAME filename
string NAME + "big"
clog NAME 0 SIZE SIZE

And then use this one for extracting the files from it:
http://aluigi.org/bms/ea_big4.bms

What about this file? script doesn't work in some .dat files
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Open .dat file from FIFA 14 PSP

Post by aluigi »

There is no compression, it's just raw data.
Use a hex editor to "look" inside them.
akira99
Posts: 13
Joined: Fri May 07, 2021 1:29 pm

Re: Open .dat file from FIFA 14 PSP

Post by akira99 »

you can extract the file with the fifa14 obb and big extractor script at first then extract the obtained file with ea_big4.bms you will find ini files such as ai.in etc ...