Yoshi's New Island decompress

From Pikmin Technical Knowledge Base
Revision as of 23:37, 14 August 2017 by Espyo (talk | contribs) (Created page with "This BMS file allows one to extract the z files in ''Hey! Pikmin''. ==Script== <pre> comtype ntcompress get ZSIZE asize get NAME basename math SIZE = ZSIZE math SIZE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This BMS file allows one to extract the z files in Hey! Pikmin.

Script

comtype ntcompress
get ZSIZE asize
get NAME basename
math SIZE = ZSIZE
math SIZE *= 20
clog NAME 0 ZSIZE SIZE

Installing

Simply copy the code above, paste it into a text editor, and save the file somewhere you can remember. Then, when you use QuickBMS, call the file as a parameter.