The rules have been updated, read them now: Rules!
UFC 2 big archives - PS4
- plodtrew
- mega-veteran
- Posts: 177
- Joined: Wed Jul 18, 2007 7:14 am
- Has thanked: 13 times
- Been thanked: 5 times
- Contact:
UFC 2 big archives - PS4
Hi guys. I am trying to extract the files from the EA Sports UFC game from the ps4. Has anyone successfully extracted these or deciphered the format as yet?
If anyone has any information on how this archive format, I can code something to extract the files. I have attached two sample files where I've taken what looks like the header info, filenames and a bit of data. If anyone needs an entire big file for analysis, let me know and I'll upload it.
Any assistance would be greatly appreciated.
If anyone has any information on how this archive format, I can code something to extract the files. I have attached two sample files where I've taken what looks like the header info, filenames and a bit of data. If anyone needs an entire big file for analysis, let me know and I'll upload it.
Any assistance would be greatly appreciated.
You do not have the required permissions to view the files attached to this post.
- plodtrew
- mega-veteran
- Posts: 177
- Joined: Wed Jul 18, 2007 7:14 am
- Has thanked: 13 times
- Been thanked: 5 times
- Contact:
Re: UFC 2 big archives - PS4
Made some progress. This is what I''ve figured out so far of the headers (see picture attached). I still can't figure out how the offsets and filesize are listed in the section highlighted in red.
The archive also seems to consists of a number of compressed files with the header of "chunkzip." After some searching, I found a bms script which can decompress this archive. Decompressing some the of the files with quickbms has yielded files with an extension of "GNF" which looks like some sort of texture file upon inspection in a hex editor. The number of chunkzip files also do not correspond to the filenames listed in the filename listing.
I can't seem to find a viewer for the file at present. The bytes kind of looks like a dds file.
I think the bms script is also not extract all the files in the chunkzip file correctly as I'm only getting one decompressed file. I can post sample files if anyone wants to assist.
The archive also seems to consists of a number of compressed files with the header of "chunkzip." After some searching, I found a bms script which can decompress this archive. Decompressing some the of the files with quickbms has yielded files with an extension of "GNF" which looks like some sort of texture file upon inspection in a hex editor. The number of chunkzip files also do not correspond to the filenames listed in the filename listing.
I can't seem to find a viewer for the file at present. The bytes kind of looks like a dds file.
I think the bms script is also not extract all the files in the chunkzip file correctly as I'm only getting one decompressed file. I can post sample files if anyone wants to assist.
You do not have the required permissions to view the files attached to this post.
-
- advanced
- Posts: 41
- Joined: Mon Dec 05, 2016 11:12 am
- Has thanked: 7 times
- Been thanked: 12 times
Re: UFC 2 big archives - PS4
Hi, it seems similar big-archive than EA's NHL games. I found Big-File-Extractor from Experiment5x here: https://github.com/Experiment5X/BIG-Fil ... or?files=1
In each file row first four bytes is file offset /0x10, next 4 bytes is compressed file size (Im not sure why this block is empty in most of files but so is it also in most of xbox 360 NHL Legacy files which are chunklzx format). Next four bytes is uncompressed file size (in this case size of chunkzip/chunklzx files) last 4 bytes in the row is file crc hash.
In each file row first four bytes is file offset /0x10, next 4 bytes is compressed file size (Im not sure why this block is empty in most of files but so is it also in most of xbox 360 NHL Legacy files which are chunklzx format). Next four bytes is uncompressed file size (in this case size of chunkzip/chunklzx files) last 4 bytes in the row is file crc hash.
-
- advanced
- Posts: 41
- Joined: Mon Dec 05, 2016 11:12 am
- Has thanked: 7 times
- Been thanked: 12 times
Re: UFC 2 big archives - PS4
Bms script for nhl 13 .big archive founds here:
viewtopic.php?f=13&p=79708#p79708
Change comtype to deflate and "chunklzx" to "chunkzip" so it might be works in your file
viewtopic.php?f=13&p=79708#p79708
Change comtype to deflate and "chunklzx" to "chunkzip" so it might be works in your file
- plodtrew
- mega-veteran
- Posts: 177
- Joined: Wed Jul 18, 2007 7:14 am
- Has thanked: 13 times
- Been thanked: 5 times
- Contact:
Re: UFC 2 big archives - PS4
Thank you, the bms script worked perfectly. The big file extractor didn't work at all, but I have extracted the files with the script.
Now onto the model and texture format. I suppose I'll have to create a thread in the relevant sections. Here's the files for reference:
GNF Texture: http://www19.zippyshare.com/v/Eb6icRWi/file.html
MCD model: http://www74.zippyshare.com/v/f2E614jW/file.html
Now onto the model and texture format. I suppose I'll have to create a thread in the relevant sections. Here's the files for reference:
GNF Texture: http://www19.zippyshare.com/v/Eb6icRWi/file.html
MCD model: http://www74.zippyshare.com/v/f2E614jW/file.html
- chrrox
- Moderator
- Posts: 2592
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1335 times
- plodtrew
- mega-veteran
- Posts: 177
- Joined: Wed Jul 18, 2007 7:14 am
- Has thanked: 13 times
- Been thanked: 5 times
- Contact:
Re: UFC 2 big archives - PS4
Thank you. The diffuse and spec maps are supported, however the normal maps don't display correctly.chrrox wrote:gnf texture is supported b noesis.
-
- ultra-n00b
- Posts: 1
- Joined: Mon Jul 30, 2018 5:14 pm
Re: UFC 2 big archives - PS4
Hey plodtrew and Beedy,
I know this is kinda reviving a old thread. But I tried to run the BMS script with a UFC 4 .big File and it seems like they f**ked with the offsets.

Is there any way you guys can point me into a direction to fix the offsets ?
I know this is kinda reviving a old thread. But I tried to run the BMS script with a UFC 4 .big File and it seems like they f**ked with the offsets.

Is there any way you guys can point me into a direction to fix the offsets ?