Can anyone make a bms script to open this file?
This is from FIFA 14 PSP
Open .dat file from FIFA 14 PSP
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Open .dat file from FIFA 14 PSP
Use the following script to decompress config.dat:
And then use this one for extracting the files from it:
http://aluigi.org/bms/ea_big4.bms
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
-
- Posts: 39
- Joined: Sat Feb 20, 2021 8:04 am
Re: Open .dat file from FIFA 14 PSP
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Open .dat file from FIFA 14 PSP
There is no compression, it's just raw data.
Use a hex editor to "look" inside them.
Use a hex editor to "look" inside them.
-
- Posts: 13
- Joined: Fri May 07, 2021 1:29 pm
Re: Open .dat file from FIFA 14 PSP
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 ...