Formats/Common:BIG: Difference between revisions

no edit summary
No edit summary
No edit summary
== Overview ==
EA's archive format.
 
== File Data ==
All integers are Big endian unless stated otherwise.
 
=== Magic words ===
{| class="wikitable"
=== |+Magic words ===
|+
!Hex
!ASCII
 
=== BIGF/BIG4 ===
 
==== Header ====
{| class="wikitable"
|+Header
!Type
!Description
|Data Start Offset
|}
<!-- Editor's note, I believe the third word is header size. This is is how you should check for lumpy debug info iirc -->{| class="wikitable"
==== |+File Entries ====
 
==== File Entries ====
{| class="wikitable"
|+
!Type
!Description
|}
If the first word of the file data starts with 0x10FB, the file is RefPack compressed.
 
==== Debug Info Footer ====
This footer contains a tiny bit of debug info about the Lumpy used to pack the archive.
{| class="wikitable"
==== |+Debug Info Footer ====
|+
!Type
!Description
|Lumpy flags (as a bitflag. Unknown)
|}
This footer contains a tiny bit of debug info about the Lumpy used to pack the archive.
 
=== C0FB ===
 
==== Header ====
{| class="wikitable"
|+Header
!Type
!Description
|File Count
|}
 
==== File Entries ====
{| class="wikitable"
==== |+File Entries ====
|+
!Type
!Description