EA VIV BIG4: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
* ''' Format Type ''': Archive <br> | * ''' Format Type ''': Archive <br> | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> | ||
* ''' Signature ''': BIG4 <br> | |||
| Line 8: | Line 9: | ||
<tt><b> | <tt><b> | ||
char {4} - | char {4} - Signature <font color="purple">(BIG4)</font> <br> | ||
uint32 {4} - Archive Size <br> | uint32 {4} - Archive Size <br> | ||
uint32 {4} - Number Of Files <br> | uint32 {4} - Number Of Files <br> | ||
| Line 43: | Line 44: | ||
* [https://github.com/withmorten/big4f big4f] | * [https://github.com/withmorten/big4f big4f] | ||
* [https://github.com/feliwir/libbig libbig] | * [https://github.com/feliwir/libbig libbig] | ||
* [https://github.com/GlitcherOG/SSX-Collection-Multitool SSX-Collection-Multitool] | |||
<br> | <br> | ||
Latest revision as of 21:40, 7 December 2022
AST, VIV
- Format Type : Archive
- Endian Order : Big Endian
- Signature : BIG4
Format Specifications
char {4} - Signature (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
- SSX-Collection-Multitool
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