7th Level BIN 7L: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 No edit summary |
imported>Ikskoks No edit summary |
||
| (11 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{GRAFPageHeader}} | ||
== BIN (Type 1) == | |||
{{GRAFPageMisc}} | |||
=== Format Specifications === | |||
uint16 {2} - Version | {{GRAFPageFormat|1= | ||
byte {1} - Description Length | : char {2} - Header {{Constant|(7L)}} | ||
byte {79} - Description | : uint16 {2} - Version {{Constant|(1)}} | ||
uint16 {2} - Number Of Files | : byte {1} - Description Length | ||
uint16 {2} - | : byte {79} - Description {{Constant|(null)}} | ||
uint16 {2} - | : uint16 {2} - Number Of Files | ||
uint16 {2} - | : uint16 {2} - {{Unknown}} | ||
uint32 {4} - | : uint16 {2} - {{Unknown}} | ||
uint32 {4} - null | : uint16 {2} - {{Unknown}} | ||
uint16 {2} - Filename Directory Length | : uint32 {4} - {{Unknown}} | ||
byte {4} - Padding | : uint32 {4} - null | ||
uint32 {4} - | : uint16 {2} - Filename Directory Length | ||
uint64 {8} - null | : byte {4} - Padding {{Constant|(0xFF 0xFF 0xFF 0xFF)}} | ||
: uint32 {4} - {{Unknown}} | |||
: uint64 {8} - null | |||
: | |||
:: uint16 {2} - | {{BlockDescription| // Directory }} | ||
:: uint32 {4} - Offset | : {{BlockDescription| // for each file }} | ||
:: uint32 {4} - Length | :: uint16 {2} - {{Unknown|File Type ID?}} {{Constant|(1,3,5,11,12)}} | ||
:: uint32 {4} - Offset {{Constant|(relative to the end of the directory)}} | |||
:: uint32 {4} - Length | |||
: | |||
:: char {X} - Filename | {{BlockDescription| // Filename Directory }} | ||
:: byte {1} - null Filename Terminator | : {{BlockDescription| // for each file }} | ||
:: char {X} - Filename {{constant|(null)}} | |||
byte {X} - File Data | :: byte {1} - null Filename Terminator | ||
byte {X} - File Data | |||
}} | }} | ||
[[ | === Notes and Comments === | ||
None | |||
=== MultiEx BMS Script === | |||
Not written yet | |||
=== Supported by Programs === | |||
* [[Game Extractor|Game Extractor]] | |||
=== Documentation === | |||
None | |||
=== Games === | |||
* [[Arcade America]] [[BIN|*.bin]] | |||
* [[Battle Beast]] [[BIN|*.bin]] | |||
* [[G-Nome]] [[BIN|*.bin]] | |||
* [[Krondor]] [[BIN|*.bin]] | |||
* [[Monty Python and the Quest For The Holy Grail]] [[BIN|*.bin]] | |||
* [[Monty Pythons Complete Waste Of Time]] [[BIN|*.bin]] | |||
* [[Monty Pythons Meaning Of Life]] [[BIN|*.bin]] | |||
* [[Take Your Best Shot]] [[BIN|*.bin]] | |||
* [[The Great Word Adventure]] [[BIN|*.bin]] | |||
* [[The Universe According To Virgil]] [[BIN|*.bin]] | |||
* [[Tuneland]] [[BIN|*.bin]] | |||
{{GRAFPageFooter}} | |||
{{DEFAULTSORT:{{PAGENAME}}}} | |||
[[Category:PC formats]] | |||
[[Category:File Format]] | |||
Latest revision as of 01:32, 3 January 2021
Back to index | Edit this page
BIN (Type 1)
- Format type: Archive
- Endianness: Little-endian
Format Specifications
: char {2} - Header (7L)
- uint16 {2} - Version (1)
- byte {1} - Description Length
- byte {79} - Description (null)
- uint16 {2} - Number Of Files
- uint16 {2} - Unknown
- uint16 {2} - Unknown
- uint16 {2} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - null
- uint16 {2} - Filename Directory Length
- byte {4} - Padding (0xFF 0xFF 0xFF 0xFF)
- uint32 {4} - Unknown
- uint64 {8} - null
// Directory
- // for each file
- uint16 {2} - File Type ID? (1,3,5,11,12)
- uint32 {4} - Offset (relative to the end of the directory)
- uint32 {4} - Length
// Filename Directory
- // for each file
- char {X} - Filename (null)
- byte {1} - null Filename Terminator
Notes and Comments
None
MultiEx BMS Script
Not written yet
Supported by Programs
Documentation
None
Games
- Arcade America *.bin
- Battle Beast *.bin
- G-Nome *.bin
- Krondor *.bin
- Monty Python and the Quest For The Holy Grail *.bin
- Monty Pythons Complete Waste Of Time *.bin
- Monty Pythons Meaning Of Life *.bin
- Take Your Best Shot *.bin
- The Great Word Adventure *.bin
- The Universe According To Virgil *.bin
- Tuneland *.bin