LZIP Archive: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == LZ, LZIP == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signatur...") |
imported>Ikskoks |
||
| Line 40: | Line 40: | ||
* [https://www.nongnu.org/lzip/lzip.html LZIP] | * [https://www.nongnu.org/lzip/lzip.html LZIP] | ||
* Winrar | * Winrar | ||
=== See Also === | |||
* [https://www.nongnu.org/lzip/manual/lzip_manual.html#File-format LZIP file format] | |||
<br/><br> | <br/><br> | ||
Revision as of 12:27, 6 February 2022
Back to index | Edit this page
LZ, LZIP
- Format Type : Archive
- Endian Order : Little Endian
- Signature : LZIP
Format Specifications
//header 4 bytes (char) - signature // "LZIP" 1 byte (uint8) - version // 1 1 byte (uint8) - dictionary size // e.g. 12 x bytes - LZMA stream 4 bytes (uint32) - CRC32 8 bytes (uint64) - data size 8 bytes (uint64) - member size
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- TODO
Compatible Programs
- LZIP
- Winrar
See Also