Difference between revisions of "Z file"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
m (fixing the style)
m
 
Line 1: Line 1:
 
<code>.z</code> files are a type of compressed archive in ''Hey! Pikmin''.
 
<code>.z</code> files are a type of compressed archive in ''Hey! Pikmin''.
  
<code>.z</code> in ''Hey! Pikmin'' is LZ and Huffman encoded with a 4 byte alignment.
+
In ''Hey! Pikmin'' these are LZ files, and are Huffman encoded with a 4 byte alignment.
  
 
==Tools==
 
==Tools==
 
Use the [[Yoshi's New Island decompress]] BMS script with [[QuickBMS]].
 
Use the [[Yoshi's New Island decompress]] BMS script with [[QuickBMS]].
  
Alternatively, for recompression, use the pinned script in the Hocotate Hacker discord's #hey-pikmin channel.
+
Alternatively, for recompression, use the pinned script in the Hocotate Hacker Discord server's #hey-pikmin channel.
  
 
[[Category:File formats]]
 
[[Category:File formats]]
 
[[Category:Hey! Pikmin]]
 
[[Category:Hey! Pikmin]]

Latest revision as of 23:11, 2 November 2022

.z files are a type of compressed archive in Hey! Pikmin.

In Hey! Pikmin these are LZ files, and are Huffman encoded with a 4 byte alignment.

Tools[edit]

Use the Yoshi's New Island decompress BMS script with QuickBMS.

Alternatively, for recompression, use the pinned script in the Hocotate Hacker Discord server's #hey-pikmin channel.