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

Endian Order:Little Endian
Compression:None
Encryption:None


This format is used by the following Games:
Adrenalin 2: Rush Hour *.bin


This is the format specification information:
 
8 - Header (VSPSdump)
4 - Unknown
4 - Archive Size [+16]

// for each directory
  4 - Directory Offset
  4 - Number Of Files In Directory

4 - null // used to detect the end of the main directory
4 - null // used to detect the end of the main directory

// for each directory
  // for each file in this directory
    4 - File Offset
    4 - File Length [*4]

// for each file
  X - File Data


These are the accompanying notes and further information:
 
Compiled Shaders (and maybe more things too?)
Ignore file entries and file lengths that are -1 or 0.
Only the first directory contains useful data - the others contain other information???


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.