7th Level BIN 7LU: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 (substitute GRAFTemplate1, other cleanup) |
imported>Ikskoks No edit summary |
||
| (8 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{GRAFPageHeader}} | ||
== BIN + 000 (7LU Version) == | |||
{{GRAFPageMisc}} | |||
=== Format Specifications === | |||
{{GRAFPageFormat|1=<nowiki/> | |||
: uint32 {4} - Header {{Constant|("7LÜ" 0x01)}} | |||
: uint16 {2} - {{Unknown}} | : uint16 {2} - {{Unknown}} | ||
: uint32 {4} - Version {{Constant|(2)}} | : uint32 {4} - Version {{Constant|(2)}} | ||
| Line 17: | Line 22: | ||
: uint32 {4} - {{Unknown}} {{Constant|(274)}} | : uint32 {4} - {{Unknown}} {{Constant|(274)}} | ||
: byte {32} - null | : byte {32} - null | ||
: uint16 {2} - {{Unknown}} {{Constant|(1) | : uint16 {2} - {{Unknown}} {{Constant|(1)}} | ||
: uint32 {4} - {{Unknown}} | : uint32 {4} - {{Unknown}} | ||
: uint16 {2} - null | : uint16 {2} - null | ||
| Line 61: | Line 66: | ||
: char {X} - Source Filename {{InlineComment|(including path and drive letter)}} | : char {X} - Source Filename {{InlineComment|(including path and drive letter)}} | ||
: byte {1} - null Filename Terminator | : byte {1} - null Filename Terminator | ||
: char {X} - null padding {{InlineComment|(up to "Source Filename Length")}} | : char {X} - null padding {{InlineComment|(up to "Source Filename Length")}} | ||
}} | |||
=== Notes and Comments === | |||
The *.bin file contains the directory, the *.000 file contains the file data. | |||
=== MultiEx BMS Script === | |||
Not written yet | |||
=== Supported by Programs === | |||
* [[Game Extractor|Game Extractor]] | |||
=== Documentation === | |||
None | |||
=== Games === | |||
* [[Arcade America]] [[BIN|*.bin]] | |||
* [[Battle Beast]] [[BIN|*.bin]] | * [[Battle Beast]] [[BIN|*.bin]] | ||
* [[G-Nome]] [[BIN|*.bin]] | * [[G-Nome]] [[BIN|*.bin]] | ||
| Line 77: | Line 93: | ||
* [[The Universe According To Virgil]] [[BIN|*.bin]] | * [[The Universe According To Virgil]] [[BIN|*.bin]] | ||
* [[Tuneland]] [[BIN|*.bin]] | * [[Tuneland]] [[BIN|*.bin]] | ||
}} | |||
{{GRAFPageFooter}} | |||
[[Category:PC formats]] | [[Category:PC formats]] | ||
[[Category:File Format]] | |||
Latest revision as of 01:33, 3 January 2021
Back to index | Edit this page
BIN + 000 (7LU Version)
- Format type: Archive
- Endianness: Little-endian
Format Specifications
- uint32 {4} - Header ("7LÜ" 0x01)
- uint16 {2} - Unknown
- uint32 {4} - Version (2)
- byte {76} - Description (null)
- uint32 {4} - Unknown (258)
- uint16 {2} - null
- uint32 {4} - Unknown
- byte {188} - null
- uint32 {4} - Unknown (1)
- uint32 {4} - Unknown (236)
- uint32 {4} - null
- uint32 {4} - Unknown (150)
- uint32 {4} - Unknown (42)
- uint32 {4} - Unknown (268)
- uint32 {4} - Unknown (274)
- byte {32} - null
- uint16 {2} - Unknown (1)
- uint32 {4} - Unknown
- uint16 {2} - null
- uint32 {4} - null
- uint32 {4} - Directory Offset
- uint32 {4} - Directory Length
- byte {16} - null
- uint32 {4} - Counter Offset
- uint32 {4} - Counter Length
- uint32 {4} - Filename Directory Offset
- uint32 {4} - Filename Directory Length
- uint32 {4} - File Data Offset (ie. offset to the start of the first file)
- uint32 {4} - File Data Length
- uint32 {4} - Image Offset
- uint32 {4} - Image Length
- byte {24} - null
- uint32 {4} - Filename Directory 2 Offset
- uint32 {4} - Filename Directory 2 Length
- uint32 {4} - Filename Directory 3 Offset
- uint32 {4} - Filename Directory 3 Length
- uint32 {4} - File ID Directory Offset
- uint32 {4} - File ID Directory Length
- uint64 {8} - null
- uint32 {4} - Source Filename Offset
- uint32 {4} - Source Filename Length
// Directory
- // for each file
- uint16 {2} - File Type ID? (1-21)
- uint32 {4} - Offset
- uint32 {4} - Length
// go to each of the filename directories
- // for (each file?)
- char {X} - Filename
- byte {1} - null Filename Terminator
// go to padding directory offset
- // for (each file?)
- uint32 {4} - File ID?
// go to source filename offset
- char {X} - Source Filename (including path and drive letter)
- byte {1} - null Filename Terminator
- char {X} - null padding (up to "Source Filename Length")
Notes and Comments
The *.bin file contains the directory, the *.000 file contains the file data.
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