Cold War .mfs

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Cold War .mfs

Post by makc_ar »

Game: http://store.steampowered.com/app/260650
Image
Archive format: https://hwiegman.home.xs4all.nl/filefor ... chives.txt

Code: Select all

// ARCHIVE HEADER
  14 - Header ("MENGxV4" + (byte)18 + "PACK1" + null)
  2 - Unknown (64)
  4 - null
  4 - Unknown
  4 - null
  4 - Unknown
  4 - Unknown
  4 - Number Of Files
  4 - Unknown
  4 - Unknown

// FILE DATA
  // for each file
    X - File Data
    X - null Padding to a multiple of 4? bytes

// DIRECTORY (length=4096 bytes)
  // for each file
    4 - Unknown
    4 - File Type (WBNK, SBNK)
    4 - null
    4 - File ID Hash?
    4 - Unknown (112)
    4 - Unknown
    4 - File Length
    4 - File Length
    4 - File Offset
 
  X - null Padding to make directory length 4096 bytes


Example .mfs: https://mega.nz/#!QhRWVAyT!FqyMN9XS5wCn ... n4EMeZ0AkU
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Cold War .mfs

Post by aluigi »

makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Cold War .mfs

Post by makc_ar »

Thanks a lot aluigi!