EA VIV BIG 192 251: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→Games) |
imported>Ikskoks |
||
| Line 48: | Line 48: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* Files inside this archive | * Files inside this archive can be compressed with '''Refpack''' compression. | ||
=== Games === | === Games === | ||
Revision as of 15:13, 25 August 2021
Choose archive extension:
BIG, VIV
- Format Type : Archive
- Endian Order : Big Endian
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)
- Triple Play 98 - Home Run Derby
Compatible Programs