Difference between revisions of "Mr Bean BRA"
From XentaxWiki
(→Notes and Comments) |
(→Compatible Programs) |
||
Line 69: | Line 69: | ||
[[Category:Platform PC|Mr Bean BRA]] | [[Category:Platform PC|Mr Bean BRA]] | ||
[[Category:CE Compressed|Mr Bean BRA]] | [[Category:CE Compressed|Mr Bean BRA]] | ||
+ | [[Category:Deflate compression]] | ||
[[Category:Format_Archive | Type: Archive]] | [[Category:Format_Archive | Type: Archive]] | ||
[[Category:Extension_bra | Extension: bra]] | [[Category:Extension_bra | Extension: bra]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | [[Category:File Format]] |
Latest revision as of 21:51, 13 January 2021
Contents
BRA
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Mr Bean PC // BRA file format // little endian // header 4 bytes (char) - magic // "PDA" + 0x00 4 bytes (uint32) - version // "2" 4 bytes (uint32) - directory offset 4 bytes (uint32) - number of files // data num_of_files * { x bytes - file data } // directory num_of_files * { 8 bytes (time_t) - creation time? 4 bytes (uint32) - compressed file size 4 bytes (uint32) - uncompressed file size 2 bytes (uint16) - file path length 2 bytes (uint16) - unknown 4 bytes (uint32) - data offset x bytes (char) - file path // e.g. "AUDIO\FOOTSTEP2.WAV" }
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
- Files are compressed with deflate algorithm.
Games
List of games using the same file format:
- Mr Bean
- Agarest: Generations of War
- OMG Zombies!
Compatible Programs
None.