EA VIV BIG4: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 39: | Line 39: | ||
* [[Game Extractor|Game Extractor]] | * [[Game Extractor|Game Extractor]] | ||
* [https://gist.github.com/camconn/f9cf6ee31103070296f9bec89aa97831 bigdecoder.py] | * [https://gist.github.com/camconn/f9cf6ee31103070296f9bec89aa97831 bigdecoder.py] | ||
* [http://www.ctpax-x.org/index.php?goto=files&show=3&lang=en Electronic Arts games .BIG / .VIV unpacker] | |||
* [https://www.moddb.com/downloads/final-big-editor Final BIG Editor] | * [https://www.moddb.com/downloads/final-big-editor Final BIG Editor] | ||
* [https://github.com/withmorten/big4f big4f] | * [https://github.com/withmorten/big4f big4f] | ||
Revision as of 15:32, 23 July 2022
AST, VIV
- Format Type : Archive
- Endian Order : Big Endian
Format Specifications
char {4} - Header (BIG4)
uint32 {4} - Archive Size
uint32 {4} - Number Of Files
uint32 {4} - First File Offset / Directory Size
// for each file
- uint32 {4} - Offset
- uint32 {4} - Length
- char {X} - Filename
- byte {1} - null Filename Terminator
char {X} - null Padding to an offset of 64 bytes
// for each file
- byte {X} - File Data
- byte {X} - null Padding to a multiple of 64 bytes
MultiEx BMS Script
Not written yet.
QuickBMS Script
Compatible Programs
- Game Extractor
- bigdecoder.py
- Electronic Arts games .BIG / .VIV unpacker
- Final BIG Editor
- big4f
- libbig
Other Games
These games also use this file format
- 007: Everything or Nothing (GameCube) *.viv
- Medal Of Honor: European Assault (XBox) *.ast
- Need For Speed Underground 2 *.viv
- The Lord of the Rings: The Battle for Middle-Earth
- The Lord of the Rings: The Battle for Middle-Earth II
See Also
Gallery