Difference between revisions of "Z file"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(added knowledge of what this actually is)
m (spacing)
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''.
 +
 
.z in Hey! Pikmin is LZ and Huffman encoded with a 4 byte alignment.
 
.z in Hey! Pikmin is LZ and 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's #hey-pikmin channel.
  
 
[[Category:File formats]]
 
[[Category:File formats]]
 
[[Category:Hey! Pikmin]]
 
[[Category:Hey! Pikmin]]

Revision as of 00:12, 5 June 2021

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

.z in Hey! Pikmin is LZ and Huffman encoded with a 4 byte alignment.

Tools

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.