Page 1 of 1
Vive Le football New Beta .mpk
Posted: Wed Jan 19, 2022 5:18 pm
by CrispX
Hi.
Here's one small file from 7 one's.
I need a script only to extract the textures, i want to grab the team logos only.
I already try everything.
Thanks.
https://www.filemail.com/d/qirmpbmckuxekof 7 Days only and it will be deleted.
Ask me for all of them if need.
Re: Vive Le football New Beta .mpk
Posted: Wed Jan 19, 2022 8:45 pm
by ikskoks
That is just raw data for multiple files in single archive.
There is no TOC in your sample.
First file is a TTF font
http://wiki.xentax.com/index.php/OpenType_Font_TTF_OTF
If you'll change extension from MPK to TTF, you'll get a valid font file (+ some data at the end).
Edit: I've just noticed MPKINFO file on your screenshot.
TOC is probably stored there, so you can upload this file as well.
Re: Vive Le football New Beta .mpk
Posted: Thu Jan 20, 2022 9:30 am
by CrispX
Here's the full package:
<link deleted by moderator>
Extract the apk file using 7zip and go to assets folder.
Thanks

Re: Vive Le football New Beta .mpk
Posted: Thu Jan 20, 2022 5:39 pm
by ikskoks
Well, it seems that index file contains some sizes and file hashes.
This is the file format from what I can tell:
Code: Select all
// MPKINFO file format
4 bytes (uint32) - version? // 2
4 bytes (uint32) - number of entries
num_of_entries *
{
8 bytes - unknown
4 bytes (uint32) - file size?
4 bytes (uint32) - file type?
4 bytes - unknown
}
For now I don't know how to match mpkinfo index with files in those MPK archives.
I'm adding file in the attachment for others to check.