This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" bigdecoder.py, by [email protected] (2009-03-01) and cam {at-goes-here} camconn.cc (2018-05-03) | |
This is a Decoder for .BIG-format files utilized by many EA Games. | |
EA's .big is a trivial archival format. quite frankly, this is | |
probably the simplest compound file format imaginable. | |
File Structure | |
============== | |
The file consists of a global header, an index of all the embedded |