This is the specifications for the archive file which is handled by the Game Extractor plugin Archive_MFS_2.

Endian Order:Little Endian
Compression:None
Encryption:None


This format is used by the following Games:
Rocky Legends [PS2]*.mfs


This is the format specification information:
 
// ARCHIVE HEADER
  4 - Number Of Folders
  4 - Number Of Files
  4 - Files Directory Offset
  244 - null

// FOLDERS DIRECTORY
  // for each folder
    1 - Folder Name Length
    255 - Folder Name (null-terminated)

// FILES DIRECTORY  
  // for each file
    1 - Filename Length
    35 - Filename (null-terminated)
    4 - Folder ID (the number of the folder that this file belongs to)
    4 - File Offset
    4 - File Length

// FILE DATA
  // for each file
    X - File Data
    0-2047 - null Padding to a multiple of 2048 bytes


These are the accompanying notes and further information:
 
Folder IDs begin at the number 1


Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download Game Extractor (Basic Version) for free, and see what it can do.

For further information on this format, refer to the source code on our GitHub repository.