• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

FIFA 14 Xbox Exclusive Legends Face

kp41

Fan Favourite
steven2212;3583377 said:
now the link work,but how to decompress the file mate?i downloaded quickbms but dont know how to decompress the file,can you please tell us how to do it with quickbms?Thanks a ton mate :)

you can decompress it by using FinalBig, from below link

http://mevault.ign.com/View.php?view=Tutorials.Detail&id=2

In the legends.big file, there are rx3 files for head, hair, hairlod, eyes, kits and even icons. Perhaps that can be imported directly to the game.
 

steven2212

Reserve Team
Lord Mandieta6's Bitch #2;3583387 said:
you can decompress it by using FinalBig, from below link

http://mevault.ign.com/View.php?view=Tutorials.Detail&id=2

In the legends.big file, there are rx3 files for head, hair, hairlod, eyes, kits and even icons. Perhaps that can be imported directly to the game.

Thanks mate,im successfully decompress the file,but when i import all the .rx3 in CM 14 it got error(Non-negative number required).So i put all the file to sceneassets folder,but the faces is not working.Any thoughts mate?
 

kp41

Fan Favourite
steven2212;3583400 said:
Thanks mate,im successfully decompress the file,but when i import all the .rx3 in CM 14 it got error.So i put all the file to sceneassets folder,but the faces is not working.Any thoughts mate?

I think barcafan made it work ... @barcafan: how did you import those files?

barcafan11;3583401 said:
can you upload this commentary dlc.

I get stupid error when I try to download it, not accessible in my area, I'm in Australia, maybe I can't download it here ...
but, I try again ...
 

kp41

Fan Favourite
btw, the DLC is color commentary ... the patch.big that you uploaded has speechdata, I think that's it.
 

barcafan11

Youth Team
Lord Mandieta6's Bitch #2;3583405 said:
I think barcafan made it work ... @barcafan: how did you import those files?



I get stupid error when I try to download it, not accessible in my area, I'm in Australia, maybe I can't download it here ...
but, I try again ...

please try it and let me know.

for face etc i used quickbms and chunklzx.bms script to decompressed all face files. in cm14 graphics file will show corrupted but in games it's work perfectly.
 

barcafan11

Youth Team
Lord Mandieta6's Bitch #2;3583406 said:
btw, the DLC is color commentary ... the patch.big that you uploaded has speechdata, I think that's it.

what do you mean color commentary? did you try speechdata commentary files, let me know if its work or not.
 

steven2212

Reserve Team
barcafan11;3583410 said:
please try it and let me know.

for face etc i used quickbms and chunklzx.bms script to decompressed all face files. in cm14 graphics file will show corrupted but in games it's work perfectly.

Mate,what i do is i download quickbms and created a .txt file and place this code to it :

# chunklzx / chunkzip (script 0.2.1a)
# script for QuickBMS http://quickbms.aluigi.org

get NAME basename
get EXT extension
string NAME += "_unpacked."
string NAME += EXT

endian big
getdstring chunk_type 8
if chunk_type == "chunklzx"
comtype xmemdecompress
elif chunk_type == "chunkzip"
comtype deflate
elif chunk_type == "chunlzma"
comtype lzma
elif chunk_type == "chunkref"
comtype copy # ???
else
print "unsupported type %chunk_type%"
cleanexit
endif
get DUMMY long
if DUMMY <= 2
get FULLSIZE long
set TYPE long 0 # Fight Night Champion and some FIFA11
else
math FULLSIZE = DUMMY
set TYPE long 1 # most FIFA11 files
endif
get SIZE long
if TYPE == 0
get CHUNKS long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
else
math CHUNKS = FULLSIZE
math CHUNKS /= SIZE
if FULLSIZE % SIZE
math CHUNK += 1
endif
endif
log MEMORY_FILE 0 0
append
savepos OFFSET
do
if TYPE == 0
math OFFSET x= 0x8
for # very lame, made on the fly
math T = OFFSET
math T %= 0x10
if T == 8
break
endif
math OFFSET += 8
next
endif
goto OFFSET

get ZSIZE long
if TYPE == 0
get DUMMY long
endif
savepos OFFSET
clog MEMORY_FILE OFFSET ZSIZE SIZE
math OFFSET += ZSIZE
get MYSIZE asize MEMORY_FILE
while MYSIZE < FULLSIZE
append
log NAME 0 FULLSIZE MEMORY_FILE

after that i open quickbms.exe and select chuklzx.bms and save it but i got this error said unsupported.Am i doing something wrong?
 

barcafan11

Youth Team
you need to extract files from legends.big then you use quickbms to decompress them.

here you decompressing legends.big...lol
 

fifayoun

Youth Team
steven2212;3583438 said:
Mate,what i do is i download quickbms and created a .txt file and place this code to it :

# chunklzx / chunkzip (script 0.2.1a)
# script for QuickBMS http://quickbms.aluigi.org

get NAME basename
get EXT extension
string NAME += "_unpacked."
string NAME += EXT

endian big
getdstring chunk_type 8
if chunk_type == "chunklzx"
comtype xmemdecompress
elif chunk_type == "chunkzip"
comtype deflate
elif chunk_type == "chunlzma"
comtype lzma
elif chunk_type == "chunkref"
comtype copy # ???
else
print "unsupported type %chunk_type%"
cleanexit
endif
get DUMMY long
if DUMMY <= 2
get FULLSIZE long
set TYPE long 0 # Fight Night Champion and some FIFA11
else
math FULLSIZE = DUMMY
set TYPE long 1 # most FIFA11 files
endif
get SIZE long
if TYPE == 0
get CHUNKS long
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
else
math CHUNKS = FULLSIZE
math CHUNKS /= SIZE
if FULLSIZE % SIZE
math CHUNK += 1
endif
endif
log MEMORY_FILE 0 0
append
savepos OFFSET
do
if TYPE == 0
math OFFSET x= 0x8
for # very lame, made on the fly
math T = OFFSET
math T %= 0x10
if T == 8
break
endif
math OFFSET += 8
next
endif
goto OFFSET

get ZSIZE long
if TYPE == 0
get DUMMY long
endif
savepos OFFSET
clog MEMORY_FILE OFFSET ZSIZE SIZE
math OFFSET += ZSIZE
get MYSIZE asize MEMORY_FILE
while MYSIZE < FULLSIZE
append
log NAME 0 FULLSIZE MEMORY_FILE

after that i open quickbms.exe and select chuklzx.bms and save it but i got this error said unsupported.Am i doing something wrong?

First use the finalbig script to extract files from the Legends.big.
After you've extracted the files, use the chunklzx.bms script to decompress the other files (so if you extracted legends.big you can decompress the face and other files).
 


Top