EA VIV BIG 192 251
Choose archive extension:
BIG, VIV
- Format Type : Archive
- Endian Order : Big Endian
- Signature : C0FB / FBC0 / 0xC0 0xFB
Format Specifications
// EA BIG/VIV file format
// big endian
//header
2 bytes (uint16) - signature // (192, 251) 0xC0 0xFB
2 bytes (uint16) - directory size // [+ 0-7]
2 bytes (uint16) - number of files
//info array
num_of_files *
{
3 bytes (uint24) - file offset
3 bytes (uint24) - compressed file size
x bytes (char) - filename // e.g. "main.big"
}
//data
num_of_files *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
- Files inside this archive can be compressed with Refpack compression.
Games
List of games using this file format:
- GoldenEye: Rogue Agent
- Medal of Honor Vanguard (WII) (*.VIV)
- Medal of Honor: Frontline
- Medal of Honor: Rising Sun
- Triple Play 98 - Home Run Derby
Compatible Programs