LZIP Archive: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(12 intermediate revisions by the same user not shown)
Line 11: Line 11:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
//header
// header
4 bytes (char) - signature // "LZIP"
4 bytes (char) - signature // "LZIP"
1 byte (uint8) - version  // 1
1 byte (uint8) - version  // 1
1 byte (uint8) - dictionary size  // e.g. 12
1 byte (uint8) - dictionary size  // e.g. 12


// data
x bytes - LZMA stream
x bytes - LZMA stream


// footer
4 bytes (uint32) - CRC32
4 bytes (uint32) - CRC32
8 bytes (uint64) - data size
8 bytes (uint64) - data size
Line 24: Line 26:
</div>
</div>


=== MultiEx BMS Script ===  
=== quickBMS Script ===  


Not written yet.
* [https://aluigi.altervista.org/bms/lzip.bms lzip.bms]


=== Notes and Comments ===  
=== Notes and Comments ===  


None.
* Archives are compressed with '''LZMA''' compression.


=== Games ===  
=== Games ===  
Line 53: Line 55:
[[Category:Extension_lz | Extension: lz]]
[[Category:Extension_lz | Extension: lz]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:LZIP compression]]
[[Category:LZMA compression]]
[[Category:File Format]]
[[Category:File Format]]

Latest revision as of 12:32, 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

// data
x bytes - LZMA stream

// footer
4 bytes (uint32) - CRC32
8 bytes (uint64) - data size
8 bytes (uint64) - member size

quickBMS Script

Notes and Comments

  • Archives are compressed with LZMA compression.

Games

List of games using this file format:

  • TODO

Compatible Programs

See Also