Difference between revisions of "Yoshi's New Island decompress"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 23:37, 14 August 2017

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.