EA BIG EB: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 44: Line 44:


* [https://github.com/Experiment5X/BIG-File-Extractor BIG File Extractor] + [https://www.zenhax.com/viewtopic.php?f=17&t=11568 rebuild]
* [https://github.com/Experiment5X/BIG-File-Extractor BIG File Extractor] + [https://www.zenhax.com/viewtopic.php?f=17&t=11568 rebuild]
=== See Also ===
* [[EA BIG BIGF Archive]]
* [[EA VIV BIG4]]
<br/><br>
<br/><br>



Revision as of 20:18, 20 January 2021

BIG


Format Specifications

// EA BIG EB file format

// header
2 bytes (char) - magic // "EB"
2 bytes (uint16) - version
4 bytes (uint32) - file count
4 bytes (uint32) - unknown
4 bytes (uint32) - file list offset
4 bytes (uint32) - unknown
1 bytes (uint8) - filename length
1 byte (uint8) - unknown
2 bytes (uint16) - unknown
4 bytes (uint32) - unknown
4 bytes (uint32) - file length


// TODO

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Games

List of games using this format:

  • NHL 13

Compatible Programs

See Also